スキル一覧に戻る
discountedcookie

shadcn-vue

by discountedcookie

0🍴 0📅 2025年12月6日
GitHubで見るManusで実行

SKILL.md


name: shadcn-vue description: >- Context and reference for building UI with shadcn-vue components. Load when adding, modifying, or debugging UI components.

shadcn-vue

Context skill for working with shadcn-vue components.

Announce: "I'm loading shadcn-vue context for component work."

Key Facts

  • Built on Reka UI primitives (not Radix like React version)
  • Uses Tailwind CSS for styling
  • Forms integrate with VeeValidate + zod
  • CLI: npx shadcn-vue@latest add [component]

When Stuck

Fetch docs with webfetch for the component you need:

CategoryComponentsBase URL
Formform, button, input, select, checkbox, switchhttps://www.shadcn-vue.com/docs/components/[name]
Layoutsidebar, tabs, accordion, navigation-menusame pattern
Overlaydialog, sheet, popover, tooltip, dropdown-menusame pattern
Feedbackalert, sonner (toast), progress, badge, skeletonsame pattern
Displaycard, table, avatarsame pattern

Full LLM reference: https://www.shadcn-vue.com/llms.txt

Component Patterns in This Project

Check existing components in src/components/ui/ before adding new ones.

Common patterns used:

  • Toast notifications via Sonner
  • Forms with VeeValidate + zod schemas
  • Dialog for modals, Sheet for slide-overs

Do NOT

  • Import from @radix-vue directly - use Reka UI via shadcn-vue
  • Create custom styles when a variant exists
  • Skip checking if component already exists in src/components/ui/

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

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

レビュー

💬

レビュー機能は近日公開予定です