What problem does it solve? Managing changes across many repositories in an organization is error-prone: dependency versions drift, documentation diverges, and coordinated updates require repetitive manual work. This Skill automates cross-repository coordination so updates, security patches, and refactoring propagate 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 and synchronizes documentation files (like CLAUDE.md) across packages with tracked state. - Architecture Optimization & Templates: Analyzes repository structure, creates standardized project templates, and enforces consistent CI workflows org-wide. - Use Case: Roll out a TypeScript 5.0 upgrade across every repository in your organization — the Skill finds affected repos, updates each one, runs tests, opens labeled pull requests, and tracks everything under a single tracking 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.