|
| 1 | +# Claude Code Mastery Squad |
| 2 | + |
| 3 | +> Full-spectrum expertise in Claude Code: hooks, skills, subagents, MCP, plugins, agent teams, customization, integration, and roadmap awareness. |
| 4 | +
|
| 5 | +**Version:** 1.0.0 | **Created:** 2026-03-01 | **Total:** 8 agents, 6,741 lines |
| 6 | + |
| 7 | +## Squad Architecture |
| 8 | + |
| 9 | +``` |
| 10 | + Orion (Orchestrator) |
| 11 | + claude-mastery-chief [Tier 0] |
| 12 | + | |
| 13 | + ┌─────────┬───────┴───────┬──────────┐ |
| 14 | + | | | | |
| 15 | + ┌───────┴──┐ ┌───┴────┐ ┌──────┴───┐ ┌───┴──────┐ |
| 16 | + | Latch | | Piper | | Nexus | | Sigil | |
| 17 | + | Hooks | | MCP | | Swarm | | Config | |
| 18 | + | Tier 1 | | Tier 1 | | Tier 1 | | Tier 1 | |
| 19 | + └──────────┘ └────────┘ └──────────┘ └──────────┘ |
| 20 | + | | | |
| 21 | + ┌───────┴──┐ ┌───┴────┐ ┌──────┴───┐ |
| 22 | + | Anvil | | Conduit| | Vigil | |
| 23 | + | Skills | | Project| | Roadmap | |
| 24 | + | Tier 2 | | Tier 2 | | Tier 2 | |
| 25 | + └──────────┘ └────────┘ └──────────┘ |
| 26 | +``` |
| 27 | + |
| 28 | +## Agents |
| 29 | + |
| 30 | +| Tier | Agent | Persona | Based On | Lines | Focus | |
| 31 | +|------|-------|---------|----------|-------|-------| |
| 32 | +| 0 | claude-mastery-chief | Orion | Original | 554 | Triage, routing, cross-cutting knowledge | |
| 33 | +| 1 | hooks-architect | Latch | disler (IndyDevDan) | 1,013 | 17 hook events, automation, damage control | |
| 34 | +| 1 | mcp-integrator | Piper | Peter Steinberger (@steipete) | 791 | MCP servers, tool discovery, context budget | |
| 35 | +| 1 | swarm-orchestrator | Nexus | Kieran Klaassen + Reuven Cohen | 1,008 | Agent teams, subagents, parallel execution | |
| 36 | +| 1 | config-engineer | Sigil | SuperClaude-Org | 663 | Settings, permissions, CLAUDE.md, sandbox | |
| 37 | +| 2 | skill-craftsman | Anvil | BMAD-CODE-ORG | 1,046 | Skills, plugins, commands, context engineering | |
| 38 | +| 2 | project-integrator | Conduit | Daniel Miessler (PAI) | 959 | Project integration, CI/CD, AIOS bridge | |
| 39 | +| 2 | roadmap-sentinel | Vigil | Boris Cherny | 707 | Roadmap, changelog, feature adoption | |
| 40 | + |
| 41 | +## Quick Start |
| 42 | + |
| 43 | +### Activate the Orchestrator |
| 44 | +``` |
| 45 | +@claude-code-mastery:claude-mastery-chief |
| 46 | +``` |
| 47 | +Or use the AIOS activation: |
| 48 | +``` |
| 49 | +/AIOS:agents:claude-mastery-chief |
| 50 | +``` |
| 51 | + |
| 52 | +### Direct Specialist Access |
| 53 | +``` |
| 54 | +/AIOS:agents:hooks-architect # Hook automation |
| 55 | +/AIOS:agents:mcp-integrator # MCP servers |
| 56 | +/AIOS:agents:swarm-orchestrator # Multi-agent orchestration |
| 57 | +/AIOS:agents:config-engineer # Settings & permissions |
| 58 | +/AIOS:agents:skill-craftsman # Skills & plugins |
| 59 | +/AIOS:agents:project-integrator # Project integration |
| 60 | +/AIOS:agents:roadmap-sentinel # Updates & roadmap |
| 61 | +``` |
| 62 | + |
| 63 | +## Feature Coverage |
| 64 | + |
| 65 | +| Claude Code Feature | Specialist | Key Commands | |
| 66 | +|-------------------|-----------|-------------| |
| 67 | +| Hooks (17 events) | Latch | `*create-hook`, `*audit-hooks`, `*hook-patterns` | |
| 68 | +| MCP Integration | Piper | `*add-server`, `*audit-mcp`, `*create-mcp-server` | |
| 69 | +| Subagents & Teams | Nexus | `*create-agent`, `*create-team`, `*orchestrate` | |
| 70 | +| Settings & Permissions | Sigil | `*configure`, `*permission-strategy`, `*sandbox-setup` | |
| 71 | +| Skills & Plugins | Anvil | `*create-skill`, `*create-plugin`, `*context-strategy` | |
| 72 | +| Project Integration | Conduit | `*integrate-project`, `*brownfield-setup`, `*ci-cd-setup` | |
| 73 | +| Roadmap & Updates | Vigil | `*update-knowledge`, `*feature-radar`, `*migration-guide` | |
| 74 | +| AIOS Bridge | Orion + Conduit | `*aios-bridge`, `*aios-guide` | |
| 75 | + |
| 76 | +## Elite Minds Research Attribution |
| 77 | + |
| 78 | +This squad was created through iterative research with devil's advocate validation (3 iterations). Each agent is based on real people/projects with documented frameworks: |
| 79 | + |
| 80 | +| Mind | Contribution | Source | |
| 81 | +|------|-------------|--------| |
| 82 | +| **disler** (IndyDevDan) | Hooks Mastery framework, meta-agent patterns, damage control | [GitHub](https://github.com/disler/claude-code-hooks-mastery) | |
| 83 | +| **Peter Steinberger** (@steipete) | claude-code-mcp, multi-instance workflow, CLI-first philosophy | [Blog](https://steipete.me/), [GitHub](https://github.com/steipete/claude-code-mcp) | |
| 84 | +| **Kieran Klaassen** | TeammateTool discovery, swarm patterns documentation | [Gists](https://gist.github.com/kieranklaassen) | |
| 85 | +| **Reuven Cohen** (ruvnet) | Ruflo orchestration platform, 54+ agents, WASM kernels | [GitHub](https://github.com/ruvnet/ruflo) | |
| 86 | +| **SuperClaude-Org** | 9 cognitive personas, 5 behavioral modes, pure .md config | [GitHub](https://github.com/SuperClaude-Org/SuperClaude_Framework) | |
| 87 | +| **BMAD-CODE-ORG** | BMAD Method, 21 agents, 50+ workflows, spec-driven development | [Docs](https://docs.bmad-method.org/) | |
| 88 | +| **Daniel Miessler** | Personal AI Infrastructure (PAI), Unix philosophy for AI | [Blog](https://danielmiessler.com/), [GitHub](https://github.com/danielmiessler/Personal_AI_Infrastructure) | |
| 89 | +| **Boris Cherny** | Claude Code creator, plan-first methodology, parallel instances | [Blog](https://boristane.com/), [Pragmatic Engineer](https://newsletter.pragmaticengineer.com/p/how-claude-code-is-built) | |
| 90 | + |
| 91 | +## AIOS-Core Integration |
| 92 | + |
| 93 | +This squad understands both Claude Code native capabilities AND the AIOS-core framework: |
| 94 | + |
| 95 | +| AIOS Concept | Claude Code Equivalent | Bridge Agent | |
| 96 | +|-------------|----------------------|-------------| |
| 97 | +| Agents (@dev, @qa...) | Subagents (.claude/agents/) | Nexus | |
| 98 | +| Tasks (.aios-core/tasks/) | Skills (.claude/skills/) | Anvil | |
| 99 | +| Workflows | Multi-step sessions | Nexus + Orion | |
| 100 | +| core-config.yaml | .claude/settings.json | Sigil | |
| 101 | +| Python hooks (monitor/) | Native hooks (command/http/prompt/agent) | Latch | |
| 102 | +| Quality gates | Hook-based validation | Latch + Sigil | |
| 103 | +| Entity registry | Tool Search + MCP registry | Piper | |
| 104 | + |
| 105 | +## Directory Structure |
| 106 | + |
| 107 | +``` |
| 108 | +squads/claude-code-mastery/ |
| 109 | +├── config.yaml # Squad configuration and tier architecture |
| 110 | +├── README.md # This file |
| 111 | +├── agents/ |
| 112 | +│ ├── claude-mastery-chief.md # Tier 0: Orchestrator (Orion) |
| 113 | +│ ├── hooks-architect.md # Tier 1: Hooks (Latch) |
| 114 | +│ ├── mcp-integrator.md # Tier 1: MCP (Piper) |
| 115 | +│ ├── swarm-orchestrator.md # Tier 1: Subagents/Teams (Nexus) |
| 116 | +│ ├── config-engineer.md # Tier 1: Settings/Config (Sigil) |
| 117 | +│ ├── skill-craftsman.md # Tier 2: Skills/Plugins (Anvil) |
| 118 | +│ ├── project-integrator.md # Tier 2: Integration (Conduit) |
| 119 | +│ └── roadmap-sentinel.md # Tier 2: Roadmap (Vigil) |
| 120 | +├── tasks/ # Squad-specific tasks |
| 121 | +├── workflows/ # Multi-phase workflows |
| 122 | +├── templates/ # Output templates |
| 123 | +├── data/ # Reference data |
| 124 | +├── scripts/ # Utility scripts |
| 125 | +└── outputs/ |
| 126 | + └── minds/ # Mind DNA extractions |
| 127 | +``` |
| 128 | + |
| 129 | +## Quality Metrics |
| 130 | + |
| 131 | +| Metric | Value | |
| 132 | +|--------|-------| |
| 133 | +| Total agents | 8 | |
| 134 | +| Total lines | 6,741 | |
| 135 | +| Avg lines/agent | 843 | |
| 136 | +| Tier 0 coverage | 1 orchestrator | |
| 137 | +| Tier 1 coverage | 4 core specialists | |
| 138 | +| Tier 2 coverage | 3 strategic specialists | |
| 139 | +| Minds cloned | 8 (from 7 distinct sources) | |
| 140 | +| Research iterations | 3 (with devil's advocate) | |
| 141 | +| Naming collisions fixed | 2 (Piper, Sigil) | |
| 142 | + |
| 143 | +--- |
| 144 | + |
| 145 | +*Claude Code Mastery Squad v1.0 — Created by Squad Architect* |
| 146 | +*Philosophy: "Master the tool to master the craft."* |
0 commit comments