architonixlabs/RepoOrch
3 stars · Last commit 2026-05-25
Claude Code plugin: turns a multi-repo microservice project into a coordinated AI agent team that proposes (never applies) cross-repo change plans
README preview
# repo-orchestrator > A Claude Code plugin that turns a multi-repo microservice project into a coordinated team of AI agents that **propose** (never apply) consolidated change plans. [](https://github.com/architonixlabs/RepoOrch/actions/workflows/validate.yml) [](LICENSE) [](.claude-plugin/plugin.json) --- ## What it does You have five microservice repos. A ticket arrives: "Users are getting 401 errors after the auth refactor." Without this plugin you manually figure out which services are affected, read three codebases, and hope you didn't miss a cross-repo contract break. With this plugin: 1. `/repo-orch-triage "Users getting 401 after auth refactor"` — the master reads your registry, routes to the responsible specialists, and spawns them as an **Agent Team**. 2. Each specialist reads its pre-built knowledge graph first (if available), emits a VERDICT, and deliberates directly with teammates over any cross-repo contracts via the mailbox.