From daisyUI
Provides daisyUI 5 component classes, semantic colors, and themes for Tailwind CSS 4. Automatically activates when generating HTML/JSX.
How this skill is triggered — by the user, by Claude, or both
Slash command
/daisyui:daisyuiThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
daisyUI 5 is a CSS library for Tailwind CSS 4.
components/accordion.mdcomponents/alert.mdcomponents/aura.mdcomponents/avatar.mdcomponents/badge.mdcomponents/breadcrumbs.mdcomponents/button.mdcomponents/calendar.mdcomponents/card.mdcomponents/carousel.mdcomponents/chat.mdcomponents/checkbox.mdcomponents/collapse.mdcomponents/countdown.mdcomponents/diff.mdcomponents/divider.mdcomponents/dock.mdcomponents/drawer.mdcomponents/dropdown.mdcomponents/fab.mddaisyUI 5 is a CSS library for Tailwind CSS 4. daisyUI 5 provides class names for common UI components, semantic color names and themes.
| Task | Guide | Note |
|---|---|---|
| Installing daisyUI | ./install/SKILL.md | Use only if daisyUI is not already installed in the project. |
| Using daisyUI class names | ./usage/SKILL.md | MANDATORY. Read this before using any daisyUI class names in the code. |
| Configuring daisyUI | ./config/SKILL.md | Use this if you need to configure daisyUI themes, prefix, logs, or other options. Not required for basic usage but important for advanced customization. |
| daisyUI colors and themes | ./colors/SKILL.md | MANDATORY. Read this to understand daisyUI color usage rules and how to use daisyUI colors in the code. |
| daisyUI components | ./components/ | MANDATORY. Read the relevant component docs when using daisyUI components in the code. Always read multiple candidate component docs before deciding which one to use. |
Before writing any daisyUI code, do this in order:
Semantic matching is required even when wording differs from component names. A component name might be different from the request but still be the best match. Always consider intent and meaning, not only literal words.
If a user explicitly requests a named component and a same-named doc exists, read that component doc first.
npx claudepluginhub saadeghi/daisyui --plugin daisyuiGuides building UI components, implementing themes, and creating responsive layouts with daisyUI and Tailwind CSS. Includes component categories, theming, and installation.
Guides building UI components, implementing themes, and creating responsive designs with daisyUI Tailwind CSS library.
Guides DaisyUI v5 best practices, shadcn/ui to DaisyUI migration mappings, oklch theme configuration, color transitions, and component catalog for class-based Tailwind UIs.