← スキル一覧に戻る

ui-components
by JasonPaff
Website for Bobblehead Collectors
⭐ 2🍴 0📅 2026年1月19日
SKILL.md
name: ui-components description: Enforces project UI component conventions when creating or modifying React components, forms, dialogs, and other UI elements. This skill ensures consistent patterns for Radix UI integration, form handling with TanStack Form, test IDs, accessibility, and component composition.
UI Components Skill
Purpose
This skill enforces the project UI component conventions automatically during UI development. It ensures consistent patterns for Radix UI integration, form handling with TanStack Form, test ID generation, accessibility, and component composition.
Activation
This skill activates when:
- Creating new components in
src/components/ - Working with Radix UI primitives
- Implementing forms with TanStack Form
- Building dialogs, dropdowns, or other interactive UI
- Working with UI component variants using CVA
Workflow
- Detect UI component work (file path contains
components/or imports from Radix/form libraries) - Load
references/UI-Components-Conventions.md - Also apply
react-coding-conventionsskill - Generate/modify code following all conventions
- Scan for violations of UI patterns
- Auto-fix all violations (no permission needed)
- Report fixes applied
Key Patterns
- Use arrow function components with named exports (
export const Button = () => {}) - Use
ComponentProps<'element'>withComponentTestIdPropsfor type definitions - Include
data-slotattribute on every component element - Include
data-testidusinggenerateTestId()from@/lib/test-ids - Use
isprefix for boolean props (isLoading,isDisabled,isCondition) - Use Radix UI primitives for accessible components
- Use TanStack Form hooks (
useFieldContext,useFormContext) for form handling - Use CVA for component variants
- Use
$pathfrom next-typesafe-url for links - Use
cnfrom@/utils/tailwind-utilsfor class merging - Use
Conditionalcomponent withisConditionprop for conditional rendering
References
references/UI-Components-Conventions.md- Complete UI component conventions
スコア
総合スコア
40/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です