Agent skill
bump-plugin-version
(project) Use when editing any file under plugins/hal-skills/ or plugins/hal-voice/ to bump the plugin version before committing
Install this agent skill to your Project
npx add-skill https://github.com/vinta/hal-9000/tree/main/.claude/skills/bump-plugin-version
SKILL.md
Bump Plugin Version
After editing files under plugins/hal-skills/ or plugins/hal-voice/, bump the version field in the changed plugin's .claude-plugin/plugin.json using semver.
| Plugin | Version file |
|---|---|
| hal-skills | plugins/hal-skills/.claude-plugin/plugin.json |
| hal-voice | plugins/hal-voice/.claude-plugin/plugin.json |
- 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 per plugin, not per file edit. If both plugins changed, bump both.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
commit
Use when making any git commit. All git add and commit operations must go through this skill, including from subagents and other skills. Always pass a brief description of what changed as the argument
update-allowed-tools
Use when creating or editing a skill that uses Bash commands, external tools, or skill invocations and the allowed-tools frontmatter may be incomplete
second-opinions
Use when wanting independent perspectives from external models (Codex, Gemini) on code, plans, docs, or any task — or when the user asks for a second opinion, codex review, or gemini review
magi
Use when brainstorming ideas, features, or directions for a project where independent perspectives from different model families (Claude/Codex/Gemini) would surface blind spots and spark creative options the user hasn't considered — especially "what cool things can I add", "what should I build next", "give me ideas for X"
verl-rl-training
Provides guidance for training LLMs with reinforcement learning using verl (Volcano Engine RL). Use when implementing RLHF, GRPO, PPO, or other RL algorithms for LLM post-training at scale with flexible infrastructure backends.
openrlhf-training
High-performance RLHF framework with Ray+vLLM acceleration. Use for PPO, GRPO, RLOO, DPO training of large models (7B-70B+). Built on Ray, vLLM, ZeRO-3. 2× faster than DeepSpeedChat with distributed architecture and GPU resource sharing.
Didn't find tool you were looking for?