What problem does it solve? Setting up a consistent design system with Tailwind CSS v4 requires learning its new CSS-first configuration model, which differs significantly from v3's JavaScript config approach. This Skill provides ready-to-use patterns for design tokens, component variants, dark mode, and animations so you avoid misconfigurations and inconsistent UI patterns. ## Core Features & Use Cases - CSS-First Theming: Define semantic color, radius, and animation tokens with @theme blocks using OKLCH colors, including dark mode via @custom-variant. - Component Patterns: Build type-safe components with CVA (class-variance-authority), compound components like Card, accessible form inputs, and responsive grid/container systems. - v3 to v4 Migration: Follow a concrete checklist covering config replacement, keyframes placement, size-* utilities, and React 19 ref handling. - Use Case: When scaffolding a new React component library, use this Skill to generate a Button with variants, a themed dark mode setup, and native CSS dialog animations without writing configuration from scratch. ## Quick Start Ask the AI to create a Tailwind v4 design system with semantic color tokens, a CVA-based Button component, and class-based dark mode for your React project.