What problem does it solve?
This Skill streamlines the process of working with shadcn/ui components, ensuring consistency, adherence to best practices, and efficient UI development.
Core Features & Use Cases
- Component Management: Add, search, and manage shadcn/ui components within your project.
- Best Practice Enforcement: Guides users on styling, forms, composition, and icon usage according to shadcn/ui principles.
- Project Context Awareness: Utilizes
components.json and CLI info to understand project-specific configurations like aliases, Tailwind version, and base library.
- Use Case: When you need to add a new
Card component to your Next.js app, this Skill will guide you through the npx shadcn@latest add card command, ensure correct import paths, and verify its structure against established rules.
Quick Start
Use the shadcn skill to add the button and dialog components to the project.