What problem does it solve? Setting up daisyUI 5 incorrectly is common because it requires Tailwind CSS 4, which deprecates the familiar tailwind.config.js file and changes how plugins are registered. This Skill provides the correct installation steps so you avoid broken builds and outdated configuration patterns. ## Core Features & Use Cases - Correct Tailwind CSS 4 setup: Explains that tailwind.config.js is deprecated and that only @import "tailwindcss"; plus @plugin "daisyui"; are needed in the CSS file. - npm and CDN installation paths: Covers npm i -D daisyui@latest for node-based projects and precompiled CDN links for no-install browser setups, including the themes.css bundle. - Framework-specific guidance: Points to official install guides for Laravel, Next.js, Vite, Vue, SvelteKit, Rails, Django, and many other frameworks and build tools. - Use Case: You are adding daisyUI to a Laravel or Vite project and your old tailwind.config.js approach no longer works; this Skill gives you the exact CSS-based setup for Tailwind CSS 4. ## Quick Start Use the daisyui-install skill to set up daisyUI 5 in my project with Tailwind CSS 4.