What problem does it solve? Recreating a design from a screenshot often produces one-off, hardcoded UI that ignores the underlying design system and fails accessibility checks. This Skill infers the design system behind a visual reference and rebuilds it as token-driven, verified code. ## Core Features & Use Cases - Design System Inference: Analyzes a reference image to extract palette, type scale, spacing, radius, and layout archetype, then maps them to a 3-tier DTCG token theme. - Token-Driven Rebuild: Generates a single theme.css and rebuilds layout and components with shared primitives, all 8 states, and accessibility wired in. - Verification Gates: Validates contrast in light and dark modes, detects hardcodes and emoji, and compares a rendered screenshot against the reference. - Use Case: A designer hands you a landing page mockup; the Skill infers its design language, builds a matching component set on one token theme, and confirms WCAG AA contrast before delivery. ## Quick Start Rebuild this attached screenshot as accessible, token-driven UI code and verify it against the reference.