packages/docs/src/routes/(routes)/docs/plugin/codex/+page.md
<SEO title="daisyUI plugin for Codex" desc="Install the daisyUI plugin for Codex so your agent can use the latest daisyUI skill." />
<div class="breadcrumbs text-sm not-prose opacity-40"> <ul> <li><a href="/docs/plugin/">Plugin setup guides</a></li> <li>Codex</li> </ul> </div> <h1>daisyUI plugin for Codex</h1> <p>Install the daisyUI plugin for Codex so your agent can use the latest daisyUI skill.</p>The daisyUI plugin provides the latest version of daisyUI skill for Codex. Use it when you want Codex to generate daisyUI code with the current component rules, theme rules, and usage instructions in context.
Run these commands:
codex plugin marketplace add saadeghi/daisyui --sparse .agents/plugins
codex plugin add daisyui@daisyui
Now you can ask Codex to use daisyUI when it writes UI code.
Make a login form. use daisyUI
For a more efficient daisyUI generation and on-demand component snippets, use daisyUI Blueprint MCP server. Blueprint MCP saves more tokens and has more control over the generated code.