Help us improve
Share bugs, ideas, or general feedback.
From swarm
Summarizes active swarm coordination state: workers, progress, messages, reservations, active cells, and task list if agent teams active.
npx claudepluginhub imbios/swarm-toolsHow this command is triggered — by the user, by Claude, or both
Slash command
/swarm:statusThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /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`/statusSummarizes active swarm coordination state: workers, progress, messages, reservations, active cells, and task list if agent teams active.
/swarm-statusDisplays compact overview of agent swarm: total agents (active/idle) with examples and statuses/tasks, plus tasks summarized by status (pending, in-progress, completed, failed, blocked). Prompts to join if needed.
/swarm-statusDisplays current swarm status: mode, online roles, human inbox unread messages, task queue or recent discussions by mode, and recent event logs.
/check-workersChecks status of all active workers via list_workers and logs, categorizes as ACTIVE/READY/COMPLETED/STUCK, and reports in markdown table with summary and attention needed.
/statusChecks status of background sessions and workflows. Specify optional session_id or list all. Supports --verbose and --json flags.
/gm-statusChecks the current state of operations by querying daemon status, listing tasks, and agent sessions, then produces a concise summary report.
Share bugs, ideas, or general feedback.
Summarize active swarm state.
swarm_status({ epic_id, project_key }) for progress and workers.swarmmail_inbox() to surface new messages.hive_query({ status: "in_progress" }) for active cells.TaskList() for native task UI view (if agent teams active)./swarm:status