smithery.ai

add-shadcn-component

Add a shadcn component to the custom component library gooey

First seen Apr 15, 2026

Installation

$ npx skills add https://smithery.ai

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery.ai · top by installs.

npx skills add https://smithery.ai

Browse all from smithery.ai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,176 B
  • docs SUMMARY.md 88 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 1 installs

SKILL.md

Input Parameters

You will be provided with the name of the component needed to add ie:

component-name: separator

Which you should run; npx shadcn-vue@latest add {component-name} to add the files

Once added, the files will be added in /src/components.

Implementation

  1. Update the src/index.ts file to include the export for the new component, make sure it is placed alphabetically with the other imports
  2. Documentation:

2a. Create a showcase vue file in app/pages/components (named after the component) 2b. Using the knowledge of the components added, create a basic implementation example 2c. Update the app/pages/index.ts file to include the export for this file - place it alphabetically 2d. Update the app/router/index.ts file to import this showcase file and add a route object - both placed alphabetically

Git

Finally, create a git branch {user-name}/add-{component} and create a draft pr

Sign Off

Return a structured summary of what was added, if necessary add a couple points on how this component can be used (for fun).