swarm-operations
Installation
SKILL.md
Swarm Operations
API reference for multi-agent orchestration tools in Claude Code v2.1.45.
Tools Overview
flowchart TD
Start([What do you need to do?]) --> Q1{Operation type?}
Q1 -->|Create a team| TC[TeamCreate]
Q1 -->|Send a message| SM[SendMessage]
Q1 -->|Clean up team| TD[TeamDelete]
Q1 -->|Spawn an agent| Task[Agent tool]
Q1 -->|Manage work items| TT[TaskCreate / TaskUpdate / TaskList / TaskGet]