What problem does it solve?
This Skill enables organizations to coordinate and synchronize changes across multiple GitHub repositories using AI swarm orchestration, eliminating manual coordination and drift.
Core Features & Use Cases
- Multi-Repository Swarm Coordination: Cross-repo orchestration of development tasks to maintain consistency across projects.
- Package Synchronization: Align dependencies and versions across repositories to avoid version drift.
- Repository Architecture: Optimize project structure, templates, and governance for scalable ecosystems.
- Use Case: Orchestrate organization-wide upgrades of a shared library and propagate changes with coordinated tests and PRs.
Quick Start
Initialize the swarm with the target repos and topology, then perform subsequent synchronization and architectural optimization steps.
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