What problem does it solve?
Automates the manual and error-prone task of aligning local plugin and marketplace version numbers with the production origin/main versions by computing and applying a patch-level increment for changed plugins before release.
Core Features & Use Cases
- Detect changed plugins: Combines git diff and untracked file checks to find both tracked and newly added plugin changes under plugins/.
- Read production versions: Reads marketplace and plugin manifest versions from origin/main to determine the current production release numbers.
- Compute and update versions: Increments the patch version (production patch +1) and updates only the affected entries in .claude-plugin/marketplace.json, plugins//.claude-plugin/plugin.json, and plugins//.codex-plugin/plugin.json.
- Use Case: Use this workflow to ensure a consistent, incremental version bump across a plugin marketplace and individual plugin manifests prior to publishing a release.
Quick Start
Run the reset-version skill to fetch origin/main, detect modified plugins including untracked files, compute patch+1 for production versions, and update only the affected marketplace and plugin manifest files.