portable/compound-engineering/skills/orchestrating-swarms/SKILL.md
This skill should be used when orchestrating multi-agent swarms using Claude Code's TeammateTool and Task system. It applies when coordinating multiple agents, running parallel code reviews, creating pipeline workflows with dependencies, building self-organizing task queues, or any task benefiting from divide-and-conquer patterns.
npx skillsauth add the-rabak/compound-engineering-plugin orchestrating-swarmsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use Claude Code swarms deliberately. The goal is not "more agents"; it is faster throughput with cleaner task boundaries, explicit coordination, and better synthesis than one overloaded agent could deliver.
Use the detailed references as a router, not as mandatory reading every time:
| Need | Read |
|---|---|
| Core primitives, team lifecycle, Task vs teammate model | references/foundations.md |
| Built-in agent types, plugin-agent guidance, teammate operations, task system, message formats | references/operations.md |
| Orchestration patterns, environment variables, backends, failure handling | references/patterns-and-backends.md |
| End-to-end example workflows, best practices, quick command snippets | references/workflows-and-recipes.md |
Before spawning, write down:
development
Mutates a single field or content region of an existing self-contained HTML artifact in place (island-first, no-added-facts, injection-safe) without regenerating the document from scratch. Invoked by a workflow command whenever it needs to back-write into an artifact it already composed -- e.g. a ref/status update, or a content rewrite that must re-project the affected view -- never by the user directly.
development
Composes a self-contained, interactive HTML artifact (island-first, single file, token-layer themed, injection-safe) from a workflow command's structured plan payload. Invoked by a workflow command at its artifact-write step -- currently `/workflows:plan` -- never by the user directly.
development
Mutates a single field or content region of an existing self-contained HTML artifact in place (island-first, no-added-facts, injection-safe) without regenerating the document from scratch. Invoked by a workflow command whenever it needs to back-write into an artifact it already composed -- e.g. a ref/status update, or a content rewrite that must re-project the affected view -- never by the user directly.
development
Composes a self-contained, interactive HTML artifact (island-first, single file, token-layer themed, injection-safe) from a workflow command's structured plan payload. Invoked by a workflow command at its artifact-write step -- currently `/workflows:plan` -- never by the user directly.