@@ -31,9 +31,9 @@ Setup creates symlinks from `~/.claude/` to the DevKit clone (or copies files in
3131
3232| Component | Count | Location |
3333| -----------| -------| ----------|
34- | Rules (auto-loaded every session) | 5 files | ` claude/rules/ ` |
34+ | Rules (auto-loaded every session) | 8 files | ` claude/rules/ ` |
3535| Skills (invoke with ` /skill-name ` ) | 18 skills | ` claude/skills/ ` |
36- | Agent templates | 6 agents | ` claude/agents/ ` |
36+ | Agent templates | 7 agents | ` claude/agents/ ` |
3737| SessionStart hook | 1 | ` claude/hooks/ ` |
3838| Setup + verification scripts | 3 | ` setup/legacy/ ` |
3939
@@ -54,7 +54,7 @@ Setup creates symlinks from `~/.claude/` to the DevKit clone (or copies files in
5454
5555| Directory | Purpose |
5656| -----------| ---------|
57- | ` claude/ ` | Global Claude Code config — CLAUDE.md, 5 rules files (70 + patterns), 18 skills, 6 agent templates, hooks |
57+ | ` claude/ ` | Global Claude Code config — CLAUDE.md, 8 rules files (135 + patterns), 18 skills, 7 agent templates, hooks |
5858| ` devspace/ ` | Workspace shared configs — .editorconfig, .markdownlint.json, VS Code fragments |
5959| ` docs/ ` | Human-readable guides — architecture decisions, profile format spec |
6060| ` machine/ ` | Machine state snapshots — VS Code extensions, tool versions |
@@ -190,9 +190,12 @@ With symlinks active, changes flow automatically:
190190
191191| File | Entries | Purpose |
192192| ------| ---------| ---------|
193- | ` autolearn-patterns.md ` | 70+ | Learned patterns: lint fixes, CI config, architecture, testing |
194- | ` known-gotchas.md ` | 47+ | Platform issues: Windows, GitHub, Go, React, Docker |
193+ | ` agent-team-coordination.md ` | - | Multi-agent team coordination rules and anti-patterns |
194+ | ` autolearn-patterns.md ` | 76 | Learned patterns: lint fixes, CI config, architecture, testing |
195+ | ` compaction-recovery.md ` | - | Context compaction recovery rules and loop detection |
196+ | ` known-gotchas.md ` | 60 | Platform issues: Windows, GitHub, Go, React, Docker |
195197| ` markdown-style.md ` | - | Markdownlint conventions |
198+ | ` review-policy.md ` | - | Independent review policy: mandatory triggers and scope |
196199| ` subagent-ci-checklist.md ` | - | Pre-commit CI validation checklists |
197200| ` workflow-preferences.md ` | 11 | Established conventions: git, commits, testing |
198201
@@ -218,12 +221,16 @@ Claude.ai Chat uses a separate skill store - install via Settings > Skills in th
218221| server-management | Process management, monitoring, scaling decisions | Code/Cowork |
219222| systematic-debugging | 4-phase debugging with root cause analysis | Code/Chat |
220223| webapp-testing | E2E testing, Playwright, deep audit strategies | Code |
224+ | code-review | Independent code review gate before commits | Code |
225+ | plan-review | Independent plan review gate before implementation | Code |
226+ | devkit-sync | Multi-machine DevKit sync: status, push, pull, init, diff | Code |
221227
222228### Agent Templates
223229
224230| Agent | Purpose |
225231| -------| ---------|
226232| go-test-writer | Table-driven Go tests, benchmarks, mock interfaces |
233+ | plan-reviewer | Adversarial plan review with fresh context |
227234| review-code | Security + quality review with verdict |
228235| security-analyzer | OWASP-focused vulnerability analysis |
229236| portfolio-analyzer | Scans all agent/skill locations for overlap and gaps |
0 commit comments