What problem does it solve? Building consistent, themeable user interfaces with Tailwind CSS requires memorizing dozens of utility classes and component patterns. This Skill provides the complete daisyUI 5 component reference, class name rules, semantic color system, and theming configuration so generated HTML or JSX follows correct daisyUI conventions every time. ## Core Features & Use Cases - Component Code Generation: Produces markup for daisyUI components such as buttons, cards, modals, drawers, dropdowns, navbars, and forms using correct class names, parts, and modifiers. - Semantic Theming: Applies daisyUI semantic color names (primary, base-100, etc.) and configures built-in or custom themes via the @plugin "daisyui" CSS config. - Component Discovery Protocol: Matches user intent to the best component by comparing multiple candidates before writing code. - Use Case: Ask for a responsive landing page with a navbar, hero section, and pricing cards, and receive complete HTML using daisyUI classes that automatically adapt to light and dark themes. ## Quick Start Ask the AI to build a responsive pricing page with a navbar and cards using daisyUI and Tailwind CSS.