What problem does it solve? Maintaining visual consistency across a growing web application is difficult when styles are written ad hoc. This Skill provides patterns for building a cohesive design system with Tailwind CSS, covering custom themes, design tokens, dark mode, and responsive layouts. ## Core Features & Use Cases - Custom Theme Configuration: Extend the Tailwind theme with custom color palettes, spacing scales, and typography tokens. - Dark Mode & Responsive Layouts: Implement light/dark theme variants and responsive grid or flexbox layouts using utility classes. - Reusable Utility Patterns: Establish consistent component variants, animations, and arbitrary-value usage for one-off styles. - Use Case: When building a dashboard, apply the core pattern of composing utility classes like flex containers, padding scales, and dark-mode background variants to keep every card and header visually consistent. ## Quick Start Ask the AI to build a responsive card component with Tailwind CSS that supports dark mode and follows a consistent spacing and typography scale.