From agent-swarm
Displays 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.
How this command is triggered — by the user, by Claude, or both
Slash command
/agent-swarm:swarm-statusThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Swarm Status Get a quick overview of the agent swarm state. ## Process: 1. **Get swarm membership:** - Use `get-swarm` MCP tool to list all agents - Show agent names, status, and current tasks 2. **Get task overview:** - Use `get-tasks` MCP tool to list recent tasks - Summarize by status (pending, in_progress, completed, failed, blocked) 3. **Present a compact summary:** ## Notes: - If not joined to swarm, prompt user to join first - Keep output concise - this is a quick check
Get a quick overview of the agent swarm state.
Get swarm membership:
get-swarm MCP tool to list all agentsGet task overview:
get-tasks MCP tool to list recent tasksPresent a compact summary:
Swarm Status
============
Agents: [N] total ([X] active, [Y] idle)
- agent-1: working on "Task title"
- agent-2: idle
Tasks: [N] total
- Pending: [X]
- In Progress: [Y]
- Completed: [Z]
- Failed: [W]
npx claudepluginhub desplega-ai/ai-toolbox --plugin agent-swarm/statusSummarizes active swarm coordination state: workers, progress, messages, reservations, active cells, and task list if agent teams active.
/swarm-statusDisplays current swarm status: mode, online roles, human inbox unread messages, task queue or recent discussions by mode, and recent event logs.
/agentsLists registered agents with ID, model, last heartbeat as relative time, and status (online/offline/stale). Normal to show one agent in single-machine setups.
/gm-statusChecks the current state of operations by querying daemon status, listing tasks, and agent sessions, then produces a concise summary report.
/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.