Handles repository structure analysis and multi-repo coordination using swarm orchestration. You'd reach for this when managing multiple related repos that need consistent structure, like the claude-code-flow and ruv-swarm examples it ships with. It can analyze directory layouts, push standardized templates across repos, sync common files like CI configs, and coordinate architecture improvements through spawned agents. The hook system validates structure changes on edit and generates recommendations post-task. Honestly feels like overkill for single projects, but if you're maintaining a family of repositories that should share conventions and workflows, the batch operations and cross-repo synchronization start to make sense. Built around the claude-flow swarm primitives with GitHub MCP tools.
npx skills add https://github.com/ruvnet/ruflo --skill agent-repo-architect