What problem does it solve? Writing UI components by hand often leads to hardcoded values, missing accessibility attributes, inconsistent states, and framework-specific rework. This Skill generates complete component code that follows a shared design-token system and accessibility rules across many frameworks. ## Core Features & Use Cases - Multi-framework code generation: Produces components for React+Tailwind, Next.js, SwiftUI, Vue, Svelte, Angular, Solid, Web Components/Lit, React Native, Flutter, Jetpack Compose, vanilla CSS, and CSS-in-JS via an adapter system. - Token and accessibility enforcement: Resolves every color, size, radius, and font to design tokens, wires ARIA roles and keyboard models, and covers all eight interaction states including dark mode and reduced motion. - Verification gates: Runs lint and audit scripts to catch hardcoded values, unresolved theme tokens, contrast failures, and incomplete output before delivery. - Use Case: Ask for a settings screen in Next.js and receive complete files using the project's shared token theme, a reusable Modal primitive with focus trap, and verified state coverage. ## Quick Start Generate a production-ready accessible Button component in React with Tailwind using our design tokens.