Adds shadcn-vue components to your Vue project as source code, not dependencies. The skill enforces opinionated patterns: forms must use FieldGroup and Field (never raw divs), icons in buttons need data-icon attributes, spacing via gap not space-y, and semantic color tokens instead of Tailwind values like bg-blue-500. It searches component registries before you build custom UI and composes complex layouts from primitives (settings page = Tabs + Card + form controls). Runs the CLI with your project's package manager and pulls current config with npx shadcn-vue info. Honestly, the strict rules around composition and styling will feel heavy handed at first, but they keep your component usage consistent across a codebase.
npx -y skills add unovue/shadcn-vue --skill shadcn-vue --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
mindrally/skills
giuseppe-trisciuoglio/developer-kit
syncfusion/react-ui-components-skills
supercent-io/skills-template
binjuhor/shadcn-lar