Claude Code Swarm Orchestration Master multi-agent orchestration using Claude Code's TeammateTool and Task system. --- Primitives | Primitive | What It Is | File Location | |-----------|-----------|---------------| | Agent | A Claude instance that can use tools. You are an agent. Subagents are agents you spawn. | N/A (process) | | Team | A named group of agents working together. One leader, multiple teammates. | | | Teammate | An agent that joined a team. Has a name, color, inbox. Spawned via Task with + . | Listed in team config | | Leader | The agent that created the team. Receives teammate…