What problem does it solve?
This Skill automates the labor-intensive process of turning extraction outputs (tokens, patterns, and screenshots) into a working shadcn/Tailwind HTML replica so teams do not hand-map tokens, styles, and layout to component code.
Core Features & Use Cases
- Token-to-Tailwind mapping: Map extracted colours, spacing, radii, and typography into exact Tailwind arbitrary values and a tailwind.config mapping.
- Component scaffolding: Generate TSX components for header, hero, cards, footers and other sections using shadcn primitives with brand token overrides.
- Responsive verification & iteration: Produce replicas tuned for desktop, tablet, and mobile breakpoints and support iterative refinement against visual references.
- Use case: Turn a design-extractor run for a given brand slug into ui/components/brands/<slug>/ files and a reproducible tailwind configuration for immediate integration.
Quick Start
Generate a shadcn/Tailwind replica from an extraction slug by mapping tokens-output.json into a tailwind config and scaffolding TSX components in ui/components/brands/<slug>/.