What problem does it solve?
This Skill addresses the complexity of coordinating changes, dependencies, and architecture across many GitHub repositories by orchestrating AI-driven workflows that span multiple teams and projects.
Core Features & Use Cases
- Cross-repository swarm coordination: manage distributed tasks and align changes across repos.
- Package synchronization and architecture optimization: unify dependencies and project structure.
- Integration and templating: coordinate templates and cross-package integration tasks across the org.
Typical scenarios include initializing a swarm across org/frontend, org/backend, and org/shared, syncing dependencies, and applying architectural improvements in a scalable, auditable manner.
Quick Start
npx claude-flow skill run github-multi-repo init
--repos "org/frontend,org/backend,org/shared"
--topology hierarchical
npx claude-flow skill run github-multi-repo sync
--packages "claude-code-flow,ruv-swarm"
--align-versions
--update-docs
npx claude-flow skill run github-multi-repo optimize
--analyze-structure
--suggest-improvements
--create-templates