---
title: Add daisyUI skill to your agent
desc: Setup your coding agent to correctly generate daisyUI code based on your prompt.
---
[daisyUI skill](https://daisyui.com/SKILL.md) is a compact, markdown version of daisyUI docs to help AI generate accurate daisyUI code based on your prompt.
You can easily add daisyUI skill to your project and your agent will be able to use it automatically when you ask for daisyUI code.
## Install daisyUI skill
Choose your coding agent:
### Other agents
Run this command
```md:prompt
npx skills add saadeghi/daisyui
```
### Usage
Now in `Agent Mode` you can tell AI to use daisyUI skill. For example:
```md:prompt
Make a login form. use daisyUI skill
```
### Use an MCP server to save tokens and get faster results
We recommend using an [MCP server](/docs/mcp/) for daisyUI.
MCP servers are more efficient and faster than skills, they provide context on demand, instead of a static skill file. An MCP server will save you LLM tokens and will generate the code faster.
See daisyUI MCP setup guides