| name | shadcn-vue |
| description | shadcn-vue component docs in-repo: CLI install, Vue usage, Reka API when applicable. Use for shadcn-vue / Reka UI questions in Vue. |
shadcn-vue
Per-component reference files live under references/. Each file mirrors the shadcn/vue docs: Installation (pnpm / npx / yarn / bun), Usage (imports + template), and ## Reka UI API reference only when Reka UI documents that primitive.
How to use this skill
- Identify the component from the shadcn/vue Components sidebar (first column); use the short Summary to tell similar items apart.
- Open the linked reference (third column). Full official one-line description is in that file’s YAML
description, same as the doc page.
- Follow that file for Installation, Usage, and optional Reka API. Do not invent APIs; stub upstream pages may have an empty or placeholder Usage block.
Component → summary → reference file
Regenerating references
To refresh all files from official sources, run from the repo root:
node scripts/generate-shadcn-vue-references.mjs
The Cursor command .cursor/commands/shadcn.md describes the intended shape of each reference when generating or editing by hand.