From claudient
Builds and validates complete brand systems for Claude Design — extracts design tokens from existing codebases, structures the 7-step brand system, and exports in CSS, JSON, and Tailwind formats.
How this agent operates — its isolation, permissions, and tool access model
Agent reference
claudient:agents/specialists/brand-system-builderThe summary Claude sees when deciding whether to delegate to this agent
Builds and validates complete brand systems for Claude Design projects — extracts design tokens from existing codebases, structures the 7-step brand system, and ensures consistency across all future Claude Design outputs. Sonnet. Token extraction from CSS and config files requires reading code precisely, mapping existing values to semantic naming conventions, and identifying gaps without guessi...
Builds and validates complete brand systems for Claude Design projects — extracts design tokens from existing codebases, structures the 7-step brand system, and ensures consistency across all future Claude Design outputs.
Sonnet. Token extraction from CSS and config files requires reading code precisely, mapping existing values to semantic naming conventions, and identifying gaps without guessing. Haiku makes naming errors and misses semantic gaps (e.g., extracting raw hex values but failing to identify that no error/warning/success color exists). Opus is unnecessary — the task is systematic, not creative.
Read (to examine existing codebases, CSS files, Tailwind configs, design token files, and screenshot metadata), Write (to output token files in CSS custom properties, JSON, and Tailwind config formats), WebFetch (to research color accessibility contrast ratios, typography pairing sources, and WCAG compliance references)
Follow this sequence for every engagement:
Do not invent a primary color if the user has an existing brand. Always extract before generating.
An agency is onboarding a new e-commerce client. Their codebase has a partial Tailwind config with a custom color palette but no semantic layer and no typography scale beyond base font size.
The agent reads tailwind.config.js, extracts 14 color values, identifies that no error/success/warning semantic colors exist, and notes the typography scale is incomplete (no xs, 2xl, 3xl steps). It fills the gaps using the brand's existing primary blue (#1A4FBB) as the anchor — deriving a red-shifted error (#C0392B), green success (#27AE60), and amber warning (#E67E22) that maintain consistent saturation levels with the primary.
Output: a complete tokens.json with 47 named tokens, a tailwind.config.js with the full semantic layer added, and a CSS custom properties file ready for upload to Claude Design. Validation test prompt included for a product card component to verify the brand renders correctly in Claude Design before the team starts building.
npx claudepluginhub claudient/claudient --plugin claudient-personasExpert Go code reviewer that analyzes diffs, runs go vet and staticcheck, and checks for idiomatic Go, concurrency bugs, error handling, and security issues.