What problem does it solve?
This skill translates vague UI design requirements into production-ready frontend code by enforcing a tokens-first workflow and providing ready-to-use CSS/TypeScript templates that ensure consistency across frameworks.
Core Features & Use Cases
- Token-first design system: semantic tokens for colors, typography, spacing, radii, and elevations to guarantee design consistency.
- Production-ready samples: CSS tokens (tokens.css), TS components (design-tokens.ts, sample-components.tsx), and templates that work with React, Vue, Svelte, Next.js, Nuxt, and other stacks.
- Accessibility as a built-in constraint: WCAG-based color contrast guidance, keyboard navigation, ARIA-ready components, and accessible patterns.
- Framework-agnostic templates: ready-made patterns that can be adapted to multiple frontend ecosystems, speeding up UI development and hand-off.
- Quick-start guidance: a clear path to generate tokens, implement components, assemble pages, and validate results across devices.
Quick Start
Read SKILL.md to understand the tokens workflow and design principles. Use the provided examples (examples/css/tokens.css, examples/typescript/design-tokens.ts, and examples/typescript/sample-components.tsx) to generate components and pages, then compose pages from components and verify results across breakpoints.