What problem does it solve? Managing changes across many GitHub repositories manually is error-prone: dependency versions drift, documentation diverges, and coordinated updates require repetitive cloning, testing, and PR creation for each repo. This Skill automates cross-repository coordination so organization-wide changes happen consistently. ## Core Features & Use Cases - Cross-Repository Swarm Orchestration: Discovers related repositories with the GitHub CLI and spawns coordinated AI agents to execute synchronized changes across all of them. - Package Synchronization: Aligns dependency versions, synchronizes documentation files like CLAUDE.md, and validates cross-package integration. - Repository Architecture Management: Analyzes repository structures, creates standardized project templates, and enforces consistent CI workflows across repos. - Use Case: Roll out a TypeScript 5.0 upgrade across every service repository in your organization: the Skill finds affected repos, updates each one, runs tests, opens labeled pull requests, and tracks everything in a central issue. ## Quick Start Ask the AI to initialize multi-repo coordination for your organization's frontend, backend, and shared repositories with hierarchical topology and synchronized dependency updates.