What problem does it solve? When building web interfaces with daisyUI 5, it is easy to misuse class names, over-apply color variants, or fall back to unnecessary custom CSS. This Skill enforces the correct usage rules for daisyUI 5 components so generated markup stays consistent, responsive, and maintainable. ## Core Features & Use Cases - Class Name Rules: Defines how to combine component, part, modifier, color, size, and placement class names correctly on HTML elements. - Customization Guidance: Explains when to use Tailwind CSS utility classes for customization and when the ! suffix is acceptable as a last resort for specificity conflicts. - Design Constraints: Enforces responsive layouts with Tailwind prefixes, default component variants, and minimal custom CSS. - Use Case: When asking an AI to build a landing page or dashboard with daisyUI 5, this Skill ensures the output uses valid class names like btn instead of inventing custom styles. ## Quick Start Build a responsive pricing page using daisyUI 5 components following the mandatory usage rules.