
Swarm Orchestrator
- Updated June 3, 2026
- amoscicki/aromatt
An orchestrator that runs multiple AI agents in parallel using wave-based execution, with automatic auditing and model escalation. A developer uses it to break large tasks across many agents, audit their output, and escalate to stronger models when needed.
Key points
- Multi-agent parallel orchestration
- Wave-based execution
- Automatic auditing and model escalation
Swarm Orchestrator by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add amoscicki/aromatt/plugin install swarm-orchestrator@amoscicki-pluginsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | June 3, 2026 |
|---|---|
| Repository | amoscicki/aromatt ↗ |
What it does
Orchestrate multiple AI agents in parallel using wave-based execution with automatic auditing and model escalation.
README.md
aromatt
Claude Code plugins marketplace.
Plugins
| Plugin | Description |
|---|---|
| docs-researcher | Research technical documentation and create knowledge files |
| cursor-cli-subagent | Delegate bounded tasks to native Windows Cursor Agent CLI |
| payload | Payload CMS query/mutate CLI via persistent local server |
| swarm | Multi-agent parallel task orchestration with wave-based execution |
Installation
Add to your Claude Code settings:
{
"plugins": [
"aromatt/cursor-cli-subagent",
"aromatt/docs-researcher",
"aromatt/payload",
"aromatt/swarm"
]
}