orchestrating-swarms
Installation
SKILL.md
Claude Code Swarm Orchestration
Master multi-agent orchestration using Claude Code's TeammateTool and Task system.
Primitives
| Primitive | What It Is | Location |
|---|---|---|
| Agent | A Claude instance that can use tools | N/A (process) |
| Team | Named group of agents. One leader, multiple teammates | ~/.claude/teams/{name}/config.json |
| Teammate | Agent that joined a team. Has name, color, inbox | Listed in team config |
| Leader | Agent that created the team. Receives messages, approves plans | First member in config |
| Task | Work item with subject, status, owner, dependencies | ~/.claude/tasks/{team}/N.json |
| Inbox | JSON file where agent receives messages | ~/.claude/teams/{name}/inboxes/{agent}.json |