← スキル一覧に戻る

frontend-components
by Software-Design-Club
A todo app using NextJS as research into what makes a good stack
⭐ 0🍴 0📅 2026年1月18日
SKILL.md
name: Frontend Components description: Design reusable, composable UI components with single responsibility, clear props interfaces, minimal state management, and proper encapsulation. Use this skill when creating or modifying React components, Vue components, Svelte components, web components, or any modular UI building blocks. Use this when designing component APIs with props and defaults, managing component state, composing smaller components into larger UIs, documenting component usage, implementing component lifecycle methods, or ensuring components are reusable across different contexts. Use this when working on .jsx, .tsx, .vue, .svelte files in component directories like components/, src/components/, or app/components/.
Frontend Components
This Skill provides Claude Code with specific guidance on how to adhere to coding standards as they relate to how it should handle frontend components.
When to use this skill:
- When creating or editing component files in directories like components/, src/components/, app/components/
- When building React (.jsx, .tsx), Vue (.vue), Svelte (.svelte), or other framework components
- When designing component props interfaces with clear types and sensible defaults
- When managing component-level state and deciding when to lift state up
- When composing smaller components together to build complex UIs
- When implementing component lifecycle methods (useEffect, onMount, etc.)
- When ensuring components have single responsibility and focused purpose
- When creating reusable components that work across different contexts
- When documenting component usage, props, and providing code examples
- When encapsulating component implementation details and exposing clean APIs
- When refactoring large components into smaller, more manageable pieces
Instructions
For details, refer to the information provided in this file: frontend components
スコア
総合スコア
50/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
レビュー
💬
レビュー機能は近日公開予定です