vinta/bump-plugin-version
(project) Use when editing any file under skills/hal-skills/ or plugins/hal-voice/ to bump the plugin version before committing
npx skills add https://github.com/vinta/hal-9000 --skill bump-plugin-version
After editing files under skills/hal-skills/ or plugins/hal-voice/, bump the plugin's version field in .claude-plugin/marketplace.json (the repo-root marketplace manifest). It is the single source of versions: each plugin is an entry in its plugins array, and there are no per-plugin plugin.json files.
Compare the working-tree version against the version on origin/main:
git show origin/main:.claude-plugin/marketplace.json
If the plugin's version already differs from origin/main, it was already bumped for unreleased work. Do not bump again. Only bump when the working-tree version matches origin/main.
If both plugins changed, check each independently.
Take vinta/bump-plugin-version from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.