agentsclimarketplace

Bump plugin version

Skill vinta/hal-9000/.claude/skills/bump-plugin-version

Opinionated macOS development environment automation

Install
npx -y skills add vinta/hal-9000 --skill bump-plugin-version

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its author says it does

Copied from the file, not written here

(project) Use when editing any file under skills/hal-skills/ or plugins/hal-voice/ to bump the plugin version before committing

SKILL.md

1.2 KB, as published. Nobody here has run it

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.

  • Patch (0.2.0 -> 0.2.1): bug fixes, config changes, style cleanup
  • Minor (0.2.0 -> 0.3.0): new features, new hooks, new commands
  • Major (0.2.0 -> 1.0.0): breaking changes to hook behavior or config format

Before bumping

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.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.