What problem does it solve? Styling modern web apps with Tailwind CSS v4 requires learning a new CSS-first configuration model, and developers frequently hit build errors, broken dark mode, and failed v3-to-v4 migrations without authoritative guidance. ## Core Features & Use Cases - CSS-First Configuration: Configure themes with @theme, @utility, @plugin, @source, and @reference directives instead of tailwind.config.js. - Design Tokens & Dark Mode: Build OKLCH-based semantic token systems with class-based or multi-theme dark mode switching. - shadcn/ui Integration & Migration: Set up shadcn/ui with the four-step architecture, migrate from Tailwind v3, and troubleshoot common build and styling errors. - Use Case: When upgrading a Next.js project from Tailwind v3 to v4, use this Skill to convert the config file into @theme blocks, replace tailwindcss-animate with tw-animate-css, and fix broken utility classes. ## Quick Start Use the tailwind skill to configure a Tailwind v4 theme with dark mode support in my app.css file.