What problem does it solve? Writing correct Tailwind CSS requires knowing exact utility class names, version-specific syntax differences between v3 and v4, and best practices for responsive design, dark mode, and theming. This Skill eliminates guesswork by providing verified class names, configuration patterns, and ready-to-use component markup. ## Core Features & Use Cases - Version-aware guidance: Detects whether a project uses Tailwind v3 (tailwind.config.js) or v4 (CSS-first @theme config) and applies the correct syntax, including renamed classes like bg-linear-to-r and shrink-0. - Theming and color systems: Implements HSL (shadcn/ui pattern), oklch (v4 default), and hex color systems with semantic tokens, plus class-based and media-based dark mode setups. - Component and layout patterns: Provides copy-ready markup for buttons, cards, modals, tables, forms, navigation, grids, fluid typography with clamp(), container queries, and animations. - Use Case: When building a responsive dashboard with a sidebar, sticky header, and dark mode toggle in a Next.js project, this Skill supplies the exact grid classes, CSS variable switching pattern, and next-themes integration code. ## Quick Start Ask the AI to build a responsive card grid with dark mode support using Tailwind CSS for your project.