monorepo-version-sync
Installation
SKILL.md
Monorepo Version Sync
Teach agents how to manage coordinated versioning across a polyglot monorepo with Node.js and Rust packages.
When to Use This Skill
Activate when any of the following are true:
- Project has
pnpm-workspace.yaml,lerna.json, orturbo.json - Multiple
package.jsonfiles exist in subdirectories - Both
Cargo.tomlandpackage.jsonare present - User asks about version syncing, workspace protocol, or pre-release versions
- Scripts named
*version*or*sync*exist
Core Concept: Single Source of Truth
Root package.json owns the version. Everything else derives from it.
Related skills