shadcn-ui
Catalogue stub — full skill: shadcn-ui/ui
Decision tree
Run this before any shadcn/ui component work:
Is the full skill already installed? Check:
~/.design-agent-skills/skills/shadcn-ui/SKILL.mdexists AND does NOT contain adas:block.- Yes → invoke
shadcn-uiand proceed - No → go to step 2
- Yes → invoke
Do you have shell access?
- Yes → run the install command below, then invoke the skill
- No → show the install command; in Claude Code, send it as a chat message starting with
!— add-gfor global install or omit for project-only
Install command
npx skills add shadcn-ui/skills
Or per-agent:
- Claude Code:
claude skills add shadcn-ui/skills - Cursor/OpenCode:
npx skills add shadcn-ui/skills
Invoke after install
- Skill name:
shadcn-ui - Trigger phrases: "shadcn", "shadcn/ui", "shadcn component", "ui component"
What it does
Provides a project-aware workflow for working with shadcn/ui — searching the available component registry, adding components with the correct CLI command, composing components correctly, and fixing common implementation mistakes. Ensures component usage follows shadcn/ui patterns and integrates cleanly with the existing project setup.