orchestrating-swarms

Installation
SKILL.md

Swarm Orchestration

Aspirational Note: This skill documents swarm orchestration patterns from CEP's Teammate API. OpenCode does not yet have native swarm primitives (TeammateTool, spawnTeam, requestShutdown). For current parallel execution in OpenCode, use the task tool with run_in_background: true and 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.


Primitives

Installs
4
GitHub Stars
23
First Seen
Apr 2, 2026
orchestrating-swarms — marcusrbrown/systematic