Accessible Vue/Nuxt component library with Reka UI, Tailwind CSS, and dark mode support.
Works with
Provides 50+ pre-built, accessible components (buttons, cards, dialogs, data tables, forms) installable via CLI with automatic TypeScript path configuration
Requires initialization with npx shadcn-vue@latest init to set up components.json , Tailwind CSS variables, and path aliases before adding components
Supports dark mode through CSS variables, Auto Form for dynamic form generation, and TanStac
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versionshadcn-vueExecute the skills CLI command in your project's root directory to begin installation:
Fetches shadcn-vue from noartem/laravel-vue-skills and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate shadcn-vue. Access via /shadcn-vue in your agent's command palette.
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
Automate repetitive workflows and reduce manual effort
Example
Generate reports, summarize documents, draft communications
Save 3-5 hours per week on routine tasks
Learn new skills, understand complex topics, get expert guidance
Example
Explain concepts, provide examples, suggest learning resources
Accelerate learning and skill development by 2x
Enhance output quality through reviews, suggestions, and refinements
Example
Review drafts, suggest improvements, catch errors
Improve work quality by 30-40% with less effort
7
total installs
7
this week
6
GitHub stars
0
upvotes
Run in your terminal
7
installs
7
this week
6
stars
npx shadcn-vue@latest init
During initialization:
New York or Default (cannot change later!)Slate (recommended)Yes (required for dark mode)// tsconfig.json
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
}
}
// vite.config.ts
import { defineConfig } from "vite";
import vue from "@vitejs/plugin-vue";
import tailwindcss from "@tailwindcss/vite"; // Tailwind v4
import path from "path";
export default defineConfig({
plugins: [vue(), tailwindcss()],
resolve: {
alias: {
"@": path.resolve(__dirname, "./src"),
},
},
});
npx shadcn-vue@latest add button
| Need | Command or file |
|---|---|
| Initialize project | npx shadcn-vue@latest init |
| Add component | npx shadcn-vue@latest add button |
| Add multiple components | npx shadcn-vue@latest add button card dialog |
| Build registry JSON | npx shadcn-vue@latest build |
| Generate component docs | npx tsx scripts/generate-shadcn-components.ts |
| Enable CSS variables | components.json → tailwind.cssVariables: true |
| Add registry namespace | components.json → registries map |
| Opencode MCP init | npx shadcn-vue@latest mcp init --client opencode |
| Codex MCP config | ~/.codex/config.toml with mcp_servers.shadcn |
Templates (templates/):
quick-setup.ts - Complete setup guide for Vue/Nuxt with examples (190 lines)References (references/):
cli.md - CLI commands and optionsmcp.md - MCP setup, client configs, promptstheming.md - Theming and cssVariableserror-catalog.md - All 7 documented issues with solutions (267 lines)component-examples.md - All 50+ component examples with codedark-mode-setup.md - Complete dark mode implementation guidedata-tables.md - Data tables with TanStack TableComponent Documentation (components/):
references/components.md - Index of all shadcn-vue componentscomponents/<component>.md - Individual component documentation with installation, usage, and examplesOfficial Documentation:
Load these references based on the task:
Load references/error-catalog.md when:
Load references/components.md when:
Load references/component-examples.md when:
Load references/cli.md when:
init, add, update) or what prompts meanLoad references/dark-mode-setup.md when:
Load references/theming.md when:
cssVariables, :root, .dark)Load references/mcp.md when:
components.jsonLoad references/data-tables.md when:
DataTable✅ Run init before adding components
✅ Use CSS variables for theming (cssVariables: true)
✅ Configure TypeScript path aliases
components.json aliases✅ Keep components.json in version control
❌ Don't change style after initialization
❌ Don't mix Radix Vue and Reka UI v2
❌ Don't skip TypeScript configuration
❌ Don't use without Tailwind CSS
add before init and missing components.json.@namespace/component).tailwind.cssVariables: true.# Initialize in current directory
npx shadcn-vue@latest init
# Initialize in specific directory (monorepo)
npx shadcn-vue@latest init -c ./apps/web
# Add single component
npx shadcn-vue@latest add button
# Add multiple components
npx shadcn-vue@latest add button card dialog
# Add all components
npx shadcn-vue@latest add --all
# Check for component updates
npx shadcn-vue@latest diff button
# Initialize MCP for specific client
npx shadcn-vue@latest mcp init --client opencode
npx shadcn-vue@latest mcp init --client codex
npx shadcn-vue@latest mcp init --client cursor
npx shadcn-vue@latest mcp init --client vscode
shadcn-vue uses components.json to configure:
@/components/ui)@/lib/utils)Full example: See templates/components.json or generate via npx shadcn-vue@latest init
The @/lib/utils.ts file provides the cn() helper for merging Tailwind classes:
clsx + tailwind-merge for conflict resolutionAuto-generated by shadcn-vue init - no manual setup needed.
Prerequisites
Time Estimate
15-45 minutes depending on use case complexity
Steps
Common Pitfalls
✓ Do
✗ Don't
💡 Pro Tips
✓ Use when
Use when skill capabilities match your task, clear ROI on time saved, and you can validate outputs. Best for repetitive tasks, learning, and quality improvement.
✗ Avoid when
Avoid when task requires deep expertise you can't validate, involves sensitive decisions, or when learning process is more valuable than speed of completion.
anthropics/claude-code
mblode/agent-skills
github/awesome-copilot
leonxlnx/taste-skill
sickn33/antigravity-awesome-skills
erichowens/some_claude_skills
I recommend shadcn-vue for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
shadcn-vue fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
Useful defaults in shadcn-vue — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
Registry listing for shadcn-vue matched our evaluation — installs cleanly and behaves as described in the markdown.
Solid pick for teams standardizing on skills: shadcn-vue is focused, and the summary matches what you get after install.
shadcn-vue reduced setup friction for our internal harness; good balance of opinion and flexibility.
We added shadcn-vue from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
shadcn-vue has been reliable in day-to-day use. Documentation quality is above average for community skills.
Keeps context tight: shadcn-vue is the kind of skill you can hand to a new teammate without a long onboarding doc.
We added shadcn-vue from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
showing 1-10 of 37