This generates a complete design system with tokens, components, and Tailwind integration. You get color palettes with semantic variants (primary, success, error), typography scales, spacing units, and pre-built React components like Button with CVA variants, Input with error states, and Card composables. The setup includes both TypeScript token files and CSS variables for theming, plus dark mode support. Useful when you're starting a new project and want consistent design patterns from day one instead of cobbling together random component libraries. The Button component alone saves you from writing the same variant logic for the hundredth time.
npx skills add https://github.com/onewave-ai/claude-skills --skill design-system-generator