← スキル一覧に戻る

kcc-architecture
by takato23
⭐ 0🍴 0📅 2026年1月17日
SKILL.md
name: kcc-architecture description: Use for system architecture, module boundaries, and where code should live in KeCarajoComer (routes, features, services, shared libs).
KeCarajoComer Architecture Guide
Quick start
- Read PROJECT_CONTEXT.md for current status and core flow.
- Read docs/SYSTEM_ARCHITECTURE.md for the full system map.
- Read docs/COMPONENT_ARCHITECTURE.md for UI layering.
- Read docs/DEVELOPMENT_GUIDELINES.md for structure and conventions.
Folder map (short)
- src/app: Next.js routes and layouts
- src/features: feature modules (components, hooks, services, types)
- src/services: domain services (planner, pantry, shopping, profile, scanner)
- src/lib: shared integrations (ai, supabase, utils)
- src/components: shared UI
Workflow
- Identify the feature area (planner, pantry, shopping, profile, recipes, scanner).
- Prefer feature module edits; only touch shared layers if needed.
- Keep data flow consistent with documented system flow (scanner -> pantry -> planner -> shopping -> profile).
- Update shared types in src/types or feature types.
When touching navigation or layout
- Read docs/NAVIGATION_SYSTEM.md.
When adding a new feature
- Read docs/FEATURES_SPECIFICATION.md and docs/FEATURES_DOCUMENTATION.md.
スコア
総合スコア
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
レビュー
💬
レビュー機能は近日公開予定です