What problem does it solve? Standardizing UI patterns across a codebase is difficult when teams mix ad-hoc utility classes, legacy Tailwind v3 configs, and inconsistent theming. This Skill provides production-ready patterns for building a coherent design system with Tailwind CSS v4, including design tokens, dark mode, and reusable components. ## Core Features & Use Cases - CSS-first v4 configuration: Define semantic color, radius, and animation tokens with @theme, OKLCH colors, and @custom-variant dark mode instead of tailwind.config.ts. - Component patterns: Ready-to-use CVA-based Button, Card compound components, form inputs with React Hook Form and Zod, and responsive Grid/Container layouts for React 19. - Advanced theming and migration: Native CSS animations with @starting-style, custom @utility directives, namespace overrides, and a complete v3-to-v4 migration checklist. - Use Case: When scaffolding a new React component library, apply the token hierarchy and CVA variant patterns to produce accessible, themeable components with light and dark mode support out of the box. ## Quick Start Ask the AI to set up a Tailwind CSS v4 design system with semantic color tokens, dark mode, and a Button component using CVA variants.