This coordinator handles the messy reality of keeping multiple repositories in sync when you're managing interdependent packages. It spawns a swarm of specialized agents (analyzers, coders, testers) to handle dependency resolution, version alignment, and cross-package integration across repos like claude-code-flow and ruv-swarm. The main workflow initializes a hierarchical swarm, reads package.json files from different repos, uses GitHub CLI commands to create branches and update files, then orchestrates validation in parallel. It's built for the specific case where you need to propagate changes across a multi-repo setup without manually tracking which version goes where. The swarm coordination is overkill for simple syncs but makes sense if you're dealing with complex dependency graphs and want automated conflict detection.
npx skills add https://github.com/ruvnet/ruflo --skill agent-sync-coordinator