Build frontend components from design tokens
/plugin marketplace add adeonir/claude-code-plugins/plugin install spec-driven@claude-code-extras--variants# Build Frontend Command Build production-grade frontend components using Claude Code. ## Arguments - `--variants` - Generate 4 HTML+CSS preview variants for comparison before building React Arguments received: $ARGUMENTS ## Process ### If --variants is present Invoke the `variants-builder` subagent to generate 4 HTML+CSS preview variants. The variants-builder will: 1. Load the frontend-design skill first 2. Locate design.json (required) and copy.yaml (optional) 3. Generate all 4 presets (minimal, editorial, startup, bold) in ./outputs/ 4. Create index.html for side-by-side comparis...