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, or turbo.json
  • Multiple package.json files exist in subdirectories
  • Both Cargo.toml and package.json are 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
Installs
GitHub Stars
1
First Seen
Mar 4, 2026