Back to list
takato23

kcc-architecture

by takato23

0🍴 0📅 Jan 17, 2026

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

  1. Identify the feature area (planner, pantry, shopping, profile, recipes, scanner).
  2. Prefer feature module edits; only touch shared layers if needed.
  3. Keep data flow consistent with documented system flow (scanner -> pantry -> planner -> shopping -> profile).
  4. 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.

Score

Total Score

50/100

Based on repository quality metrics

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

Reviews

💬

Reviews coming soon