What problem does it solve?
This Skill helps you stop reinventing UI every sprint by providing a structured approach to creating and evolving a consistent design system across tokens, components, theming, accessibility, and documentation.
Core Features & Use Cases
- Design tokens (primitives + semantic): Define color, typography, spacing, radius, and shadow scales with a W3C design-tokens-compatible JSON structure.
- Atomic component architecture: Plan component inventories and structures using atoms, molecules, organisms, templates, and pages with TypeScript-first patterns.
- Accessibility-first (WCAG 2.1 AA): Apply keyboard, ARIA, focus management, and contrast-guideline practices throughout components and documentation.
- Theming & dark mode: Provide theming approaches (CSS variables, Tailwind dark utilities, or ThemeProvider patterns) for light/dark support.
- Documentation templates and checklists: Generate component docs (props, variants, examples, a11y notes) and use an audit checklist for adoption and maintenance.
Quick Start
Create a design system for my React app with dark mode support and WCAG 2.1 AA accessibility.