Swarm Collect banner
joelhooks joelhooks

Swarm Collect

Development community

Description

--- description: Collect and synthesize results from a completed swarm --- Gather all results from a completed swarm and create a summary. ## Usage ``` /swarm-collect <epic-id> ``` ## What It Does 1. **Verify completion:** ``` swarm_status with epic_id="<epic-id>" ``` All subtasks must be closed. If not, report which are still pending. 2. **Gather thread summary:** ``` agentmail_summarize_thread with project_key=$PWD, thread_id="<epic-id>", include_examples=true ```

Installation

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

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

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

Full documentation available on GitHub

View Source Repository