Agent Skills: Bump hal-voice Version

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

UncategorizedID: vinta/hal-9000/bump-hal-voice-version

Install this agent skill to your local

pnpm dlx add-skill https://github.com/vinta/hal-9000/tree/HEAD/.claude/skills/bump-hal-voice-version

Skill Files

Browse the full folder contents for bump-hal-voice-version.

Download Skill

Loading file tree…

.claude/skills/bump-hal-voice-version/SKILL.md

Skill Metadata

Name
bump-hal-voice-version
Description
(hal-9000) Use when editing any file under plugins/hal-voice/ to bump the plugin version before committing

Bump hal-voice Version

After editing files under plugins/hal-voice/, bump the version field in both files using semver:

  1. plugins/hal-voice/.claude-plugin/plugin.json
  2. .claude-plugin/marketplace.json (the plugins[].version for hal-voice)
  • 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

Bump once per commit session, not per file edit.