What problem does it solve?
This Skill provides a structured approach to creating and maintaining a consistent UI design system across React/TypeScript projects, reducing design drift and accelerating UI delivery.
Core Features & Use Cases
- Enforce and apply design tokens (colors, typography, spacing) across components and pages.
- Provide reusable UI primitives (buttons, cards, inputs) aligned to the design system and WCAG 2.1 AA guidelines.
- Support design-to-code workflow: guide token setup, breakpoints, semantic HTML, and shadcn/ui integration for rapid UI composition.
- Use Case: When starting a new React project, generate a cohesive component library scaffold and token config to ensure visual consistency from day one.
Quick Start
Install and configure the design system in your React project by following the guidelines in the repository README and the references/design-tokens-reference.md. Then begin integrating tokens and primitives into your components.