Finance
brand-pipeline - Claude MCP Skill
Master orchestrator: brand-init → brand-compile → brand-assets. One command to go from zero to full brand system.
SEO Guide: Enhance your AI agent with the brand-pipeline tool. This Model Context Protocol (MCP) server allows Claude Desktop and other LLMs to master orchestrator: brand-init → brand-compile → brand-assets. one command to go from zero to full ... Download and configure this skill to unlock new capabilities for your AI workflow.
Documentation
SKILL.md# /brand-pipeline Full brand system setup in one command. ## What This Does Orchestrates the complete brand-as-code pipeline: 1. Create `brand.yaml` (if missing) 2. Compile to CSS/Tailwind/TypeScript tokens 3. Generate visual assets (OG cards, social images) ## Process ### Step 1: Brand Identity Check for existing brand files: - `brand.yaml` exists → skip to Step 2 - `brand-profile.yaml` exists → offer migration via `brand-kit migrate` - Neither exists → run `/brand-init` interactively ### Step 2: Compile Tokens ```bash node ~/Development/brand-kit/dist/src/cli.js compile --out ./src/styles ``` Verify output: - `tokens.css` — CSS custom properties - `theme.css` — Tailwind 4 @theme - `tokens.ts` — TypeScript export ### Step 3: Integrate Check project setup and wire tokens: - If Tailwind project: verify `@import "./theme.css"` in CSS entry - If TypeScript: verify tokens.ts is importable - Run typecheck: `pnpm typecheck` or `npx tsc --noEmit` ### Step 4: Generate Assets Determine needed assets from project context: - Always: `og-default` - If blog exists: `og-blog` + `blog-header` - If launching: `launch-hero` + `social-announce` - If changelog: `og-changelog` ```bash node ~/Development/brand-kit/dist/src/cli.js render og-default \ --title "[Brand Name]" --subtitle "[Tagline]" --out ./public/og.png ``` ### Step 5: Summary Report what was created: - brand.yaml location - Token output files - Generated assets - Integration status ## Flags - `--skip-init` — Skip brand-init, require existing brand.yaml - `--skip-assets` — Only compile tokens, skip asset generation - `--out <dir>` — Override token output directory ## Related Skills - `/brand-init` — Interactive brand discovery - `/brand-compile` — Token compilation - `/brand-assets` — Asset generation - `/launch-assets` — Full launch package (uses brand-pipeline internally)
Signals
Information
- Repository
- phrazzld/claude-config
- Author
- phrazzld
- Last Sync
- 3/2/2026
- Repo Updated
- 3/1/2026
- Created
- 2/17/2026
Reviews (0)
No reviews yet. Be the first to review this skill!
Related Skills
CLAUDE
CLAUDE.md
Confidence Check
Pre-implementation confidence assessment (≥90% required). Use before starting any implementation to verify readiness with duplicate check, architecture compliance, official docs verification, OSS references, and root cause identification.
coding-standards
Coding Standards & Best Practices
commands
Build, Test & Development Commands
Related Guides
Mastering Python and TypeScript Development with the Claude Skill Guide
Learn how to use the python typescript guide Claude skill. Complete guide with installation instructions and examples.
Mastering VSCode Extension Development with Claude: A Complete Guide to the TypeScript Extension Dev Skill
Learn how to use the vscode extension dev typescript Claude skill. Complete guide with installation instructions and examples.
Next.js SEO Dev: The Essential Claude Skill for Documented React Development
Learn how to use the nextjs seo dev Claude skill. Complete guide with installation instructions and examples.