// bundled skills · 01
frontend-shadcn
Build ShadCN UI frontends correctly: initialize the library, add components before use and enforce theme tokens instead of ad-hoc CSS.
Metadata
params source bundled Installed by default in the Okami-Agent repository. path file skills/frontend-shadcn/SKILL.md triggers keywords shadcn, frontend, UI, components, dashboard, landing loaded by tool use_skill loads the full SKILL.md when the task matches.
When to use
- A React/Next project must use ShadCN UI.
contracts.ui.library: shadcnis active.- The work needs
@/components/uiimports and Tailwind tokens.
When not to use
- One-off HTML artifacts.
- HeroUI projects.
- Non-frontend tasks.
Recommended workflow
- Ensure React/Next + TypeScript + Tailwind.
- Run
npx shadcn@latest initif needed. - Add every component before using it.
- Use theme tokens and
@/components/uiimports. - Run build and UI gate.
Completion checks
- The workflow was followed.
- Relevant commands/tests/gates were run.
- The result cites real files or observable evidence when applicable.

