Build frontend components from design tokens
Builds production-ready React components from design tokens and optional copy.
/plugin marketplace add adeonir/claude-code-extras/plugin install design-builder@claude-code-extras--variantsBuild production-grade frontend components using Claude Code.
--variants - Generate 4 HTML+CSS preview variants for comparison before building ReactArguments received: $ARGUMENTS
Invoke the variants-builder subagent to generate 4 HTML+CSS preview variants.
The variants-builder will:
npx http-server ./outputs -o -p 8080After comparison, user tells Claude which variant to use (e.g., "use editorial") and the frontend-builder will create the React application based on that layout.
Invoke the frontend-builder subagent to build React directly.
The frontend-builder will:
Wait for the agent to complete and inform the user of the result.