Swarm Status banner
joelhooks joelhooks

Swarm Status

Development community

Description

--- description: Check status of an active swarm --- Check the status of a running swarm by epic/parent bead ID. ## Usage ``` /swarm-status <epic-id> ``` ## What It Does 1. **Query bead status:** ``` swarm_status with epic_id="<epic-id>" ``` 2. **Check Agent Mail thread:** ``` agentmail_summarize_thread with project_key=$PWD, thread_id="<epic-id>" ``` 3. **Report:** - Total subtasks and completion percentage - Which agents are still working - Recent messages i

Installation

Installs to ~/.claude/skills/joelhooks-opencode-config-swarm-status/SKILL.md

Terminal
mkdir -p ~/.claude/skills/joelhooks-opencode-config-swarm-status && curl -fsSL https://raw.githubusercontent.com/joelhooks/opencode-config/HEAD/command/swarm-status.md -o ~/.claude/skills/joelhooks-opencode-config-swarm-status/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository