What problem does it solve?
Keeping versions, dependencies, and documentation aligned across multiple related repositories (such as claude-code-flow and ruv-swarm) is error-prone manual work. This Skill coordinates multi-repository synchronization with conflict detection, validation testing, and automated pull request creation.
Core Features & Use Cases
- Version & Dependency Alignment: Analyzes package.json files across repositories and aligns Node.js engine requirements and dependency versions.
- Documentation Synchronization: Propagates CLAUDE.md and other shared docs from a source of truth to target packages while preserving package-specific sections.
- Cross-Package Integration: Pushes coordinated multi-file changes, runs integration test matrices, and creates pull requests via GitHub MCP tools or the gh CLI.
- Use Case: When releasing a new feature that touches both claude-code-flow and ruv-swarm, use this Skill to align package versions, sync documentation, run cross-package tests, and open a single integration PR.
Quick Start
Ask the agent to synchronize the package.json versions and CLAUDE.md documentation between the claude-code-flow and ruv-swarm repositories and open a pull request with the changes.