shadcn/ui Skill
When to use
- Creating or modifying UI components.
Checklist
-
Prefer shadcn/ui primitives over bespoke components.
-
Use cva variants for repeated styles.
-
Keep focus states and aria attributes intact.
-
Use Tailwind utilities first; avoid ad-hoc CSS.
Tooling
- Use shadcn MCP for component API/variant guidance.