orchestrating-swarms
Installation
SKILL.md
Swarm Orchestration
Aspirational Note: This skill documents swarm orchestration patterns from CEP's
TeammateAPI. OpenCode does not yet have native swarm primitives (TeammateTool,spawnTeam,requestShutdown). For current parallel execution in OpenCode, use thetasktool withrun_in_background: trueand multiple subagents. The patterns and coordination strategies below remain valuable as design reference and will be updated when OpenCode adds native swarm support.
Master multi-agent orchestration patterns for parallel task execution.