Add daisyUI skill to Cursor
Setup Cursor to correctly generate daisyUI code based on your prompt.
daisyUI skill 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
Run this command
prompt
npx skills add saadeghi/daisyui --agent cursor --yesUsage
Now in Agent Mode you can tell AI to use daisyUI skill. For example:
prompt
Make a login form. use daisyUI skillUse an MCP server to save tokens and get faster results
We recommend using an MCP server 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.