/status
Check swarm coordination status - workers, messages, reservations
> /plugin marketplace add joelhooks/swarm-tools > /plugin install swarm@swarm-tools
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/status
Context preview
What this command does when you run it.
Check swarm coordination status - workers, messages, reservations
Command definition
status.mddescription: Check swarm coordination status - workers, messages, reservations
/swarm:status
Summarize active swarm state.
Workflow
1. `swarm_status({ epic_id, project_key })` for progress and workers. 2. `swarmmail_inbox()` to surface new messages. 3. `hive_query({ status: "in_progress" })` for active cells. 4. `TaskList()` for native task UI view (if agent teams active).
Usage
`/swarm:status`
Multi-agent coordination that survives context death. Break big tasks into small ones. Spawn agents to work in parallel. Learn from what works. swarmtools.ai · Documentation
Repo: joelhooks/swarm-tools
Other commands on swarm-tools.
- /handoff
Properly end a swarm session - release reservations, sync state, generate continuation prompt
Open command - /hive
Query and manage swarm tasks (cells)
Open command - /inbox
Check swarm mail inbox for messages from other agents
Open command - /swarm
Decompose task into parallel subtasks and coordinate agents
Open command - /ralph
Run ralph supervisor loop with Codex as executor
Open command

