shadcn-official
Installation
SKILL.md
shadcn/ui Official Skill
Use shadcn/ui components correctly in React + Tailwind CSS projects.
Before Any Component Work
- Read
components.jsonto understand project configuration (style, rsc, aliases, tailwind config path) - Check which components are already installed: scan
src/components/ui/or configured path - Use shadcn MCP (if available) to browse and install components from the registry
Adding Components
npx shadcn@latest add <component-name>
npx shadcn@latest add button card dialog input
Always use the CLI to add components. Never manually copy component code from docs.