What problem does it solve? Managing changes across many GitHub repositories manually is slow and error-prone: dependency versions drift, documentation diverges, and organization-wide updates like security patches require repetitive per-repo work. This Skill orchestrates cross-repository operations so updates, tests, and pull requests happen consistently at scale. ## Core Features & Use Cases - Multi-Repository Swarm Coordination: Discovers repositories with the gh CLI and runs synchronized operations (updates, tests, PR creation) across all of them using coordinated AI agents. - Package Synchronization: Aligns dependency versions and synchronizes shared documentation like CLAUDE.md files across packages. - Repository Architecture Management: Analyzes repository structure, creates standardized templates, and enforces consistent CI workflows across an organization. - Use Case: Roll out a TypeScript 5.0 upgrade across every repo 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 and synchronize their package versions.