Swarm Orchestrator
Description
A coding agent whose claims about its own work resolve to machine-captured evidence: an append-only hash-chained ledger, gates that retry under a numeric ratchet, and a signed bundle carrying its own verifier that anyone can check offline.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
swarm-orchestrator
[](https://github.com/moonrunnerkc/swarm-orchestrator/actions/workflows/gates.yml) [](https://www.npmjs.com/package/swarm-orchestrator) [](package.json) [](LICENSE)
A coding agent whose claims about its own work resolve to machine-captured evidence.
The model can say whatever it likes. It cannot make a gate pass, it cannot mark a claim verified, and it cannot change a record after the fact. Those are the harness's to decide, and the run exports a signed, hash-chained bundle that anybody can check without installing this tool.
[What it does](#what-it-does) | [Install](#install) | [Use](#use) | [Several workers](#several-workers-at-once) | [Watching it work](#watching-it-work) | [What is claimed](#what-is-claimed) | [What is not claimed](#what-is-not-claimed) | [How it works](#how-it-works) | [Limits](#limits) | [Upgrading from v12](#upgrading-from-v12)
What it does
Give it a task and a git workspace. It plans, declares the files it intends to touch, edits through a chokepoint that records every tool call, runs your gates, and retries failures under a numeric ratchet that refuses a fix which trades away tests, assertions, or coverage. Then it exports the evidence.
Here is a real run, committed: [`live-tasks.md`](docs/evidence/2026-08-18/live-tasks.md), with its bundle in [`live-frontier/`](docs/evidence/2026-08-18/live-frontier). And here is the packaged tool doing it, installed from a tarball into a directory holding nothing else, against a workspace it had never seen, recorded in a real terminal: [`installed-package-run.md`](docs/eviden
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11