← Back to list

add-shadcn-component
by codinglabsau
Vue frontend component library
⭐ 0🍴 0📅 Jan 24, 2026
SKILL.md
name: add-shadcn-component description: Add a shadcn component to the custom component library gooey
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
- Update the src/index.ts file to include the export for the new component, make sure it is placed alphabetically with the other imports
- 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).
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon