Loading...
Loading...
Unified brand discovery that outputs brand.yaml. Merges brand-builder (voice/audience) + design-exploration (visual direction) into one flow. Run once per project to establish brand identity.
npx skill4agent add phrazzld/claude-config brand-initbrand.yamlbrand.yaml/brand-builder/design-tokens# Tech stack, features, README
cat package.json 2>/dev/null | jq '{name, description, keywords}'
cat README.md 2>/dev/null | head -100
git log --oneline -10hexToOklch()brand.yaml# If brand-profile.yaml already exists, offer migration instead
if [ -f brand-profile.yaml ]; then
node ~/Development/brand-kit/dist/src/cli.js migrate \
--profile brand-profile.yaml \
$([ -f design-tokens.json ] && echo "--tokens design-tokens.json") \
--out brand.yaml
fiversion: "1"identityaudiencevoicepalettetypographyspacingradiielevationmotioncontentinspirationsmetanode ~/Development/brand-kit/dist/src/cli.js validate brand.yaml
node ~/Development/brand-kit/dist/src/cli.js compile --out ./src/stylesnode ~/Development/brand-kit/dist/src/cli.js render og-default \
--title "[Product Name]" \
--subtitle "[Tagline]" \
--out ./brand-preview.pngbrand.yamlbrand-profile.yamlbrand.yaml./src/styles/./brand-preview.png/brand-compile/brand-assets/brand-builder/design-tokens