← スキル一覧に戻る

c3
by lagz0ne
C3 (Context-Container-Component) architecture design methodology plugin for Claude Code
⭐ 6🍴 0📅 2026年1月21日
SKILL.md
name: c3 description: | Routes C3 architecture requests and audits existing C3 documentation for consistency. Use when the user asks to "audit architecture", "validate C3", "check C3 docs", or when no .c3/ directory exists (routes to onboarding). Routes navigation to c3-navigator agent, changes to c3-orchestrator agent.
C3 Architecture Assistant
REQUIRED: Load References
Before proceeding, use Glob to find and Read these files:
**/references/skill-harness.md- Red flags and complexity rules**/references/layer-navigation.md- How to traverse C3 docs
Mode Selection
| Condition | Mode |
|---|---|
No .c3/README.md | Adopt - Route to /onboard skill |
Has .c3/ + "audit" intent | Audit - Validate docs |
Has .c3/ + question/navigation | Use c3-skill:c3-navigator agent |
Has .c3/ + change request | Use c3-skill:c3-orchestrator agent |
Mode: Adopt
Route to /onboard skill for the full staged learning loop.
See skills/onboard/SKILL.md for the complete workflow.
Mode: Audit
REQUIRED: Load **/references/audit-checks.md for full procedure.
| Scope | Command |
|---|---|
| Full system | audit C3 |
| Container | audit container c3-1 |
| ADR | audit adr adr-YYYYMMDD-slug |
Checks: Inventory vs code, categorization, reference validity, diagrams, ADR lifecycle, abstraction boundaries, content separation
Content Separation Check (Phase 9):
- Verifies components contain domain logic, refs contain usage patterns
- Uses
c3-skill:c3-content-classifieragent for LLM-based analysis - Detects: missing refs for technologies, integration patterns in components, duplicated patterns
Example:
User: "Check if C3 docs are up to date"
1. Load audit-checks.md
2. Run Phase 1: Gather (list containers, components, ADRs)
3. Run Phase 2-9: Validate each check (including content separation)
4. Output audit report with PASS/FAIL/WARN per check
5. List actionable fixes for any failures
スコア
総合スコア
50/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
レビュー
💬
レビュー機能は近日公開予定です