Coordinates AI agent swarms across multiple GitHub repositories in an organization, letting you run synchronized operations like dependency updates, refactoring, or security patches at scale. Uses GitHub CLI extensively for discovery, cloning repos, creating PRs, and linking related changes. The hook checks verify you're authenticated and have repo access before anything runs. The hierarchical topology model is interesting for managing cross-repo dependencies, where frontend depends on backend and shared libs. Most useful when you need to propagate changes across a microservices architecture or monorepo-adjacent setup. The examples lean heavily on bash loops and jq for processing repo metadata, so you'll want to be comfortable with shell scripting.
npx skills add https://github.com/ruvnet/ruflo --skill agent-multi-repo-swarm