🔢
DevOpsJavaScript

Bump Version

by sd0xdev

Bump Version is a DevOps skill for Claude Code, published by sd0xdev in sd0x-dev-flow.

188 stars24 forkson sd0xdev/sd0x-dev-flowAdded 2026/09/06Repository updated 2026/09/05
agent-harnessclaude-codeclaude-code-plugincodexharness-engineeringskills
Install in seconds
Install Bump Version
Copy Bump Version into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/sd0xdev/sd0x-harness/tree/main/skills/bump-version ~/.claude/skills/bump-version

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/sd0xdev/sd0x-harness.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/bump-version/SKILL.md in sd0xdev/sd0x-dev-flow
Installs to
~/.claude/skills/bump-version
Collection
One of 25 skills cataloged from this repository
Category
DevOps1013 skills

What Bump Version does

Bump Version updates package.json, .claude-plugin/plugin.json, and the install-state manifest to the same version. Use it when a package or plugin version needs to be incremented in sync.

Bump Version is cataloged under DevOps on DirSkills. Bump Version comes from a repository tagged agent-harness, claude-code, claude-code-plugin, codex and harness-engineering.

Documentation

README

Bump Version

Update package.json, .claude-plugin/plugin.json, and .sd0x/install-state.json versions in sync.

Workflow

  1. Read current versions from all files
  2. Determine new version (from argument or auto-increment)
  3. Update all files to the same version
  4. Report result

Step 1: Read Current Versions

grep '"version"' package.json .claude-plugin/plugin.json

Also check manifest:

grep '"plugin_version"' .sd0x/install-state.json 2>/dev/null || echo "(no manifest)"

If versions are already out of sync, warn user before proceeding.

Step 2: Determine New Version

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Bump Version

  • What else does sd0xdev publish alongside Bump Version?

    Bump Version is one of 25 skills that DirSkills catalogs from sd0xdev/sd0x-dev-flow, the repository it ships in. Its siblings there include Adr, Architecture Design and Ask. Each one is a separate skill with its own page in this directory, installs the same way Bump Version does, and is maintained by sd0xdev in that same repository. The rest of the collection is listed on the sd0xdev/sd0x-dev-flow page.

  • How does Bump Version compare to other DevOps skills?

    Bump Version ranks #917 by stars among the 1013 DevOps skills in this catalog. The most-starred ones next to it are Backend Patterns, API Connector Builder and Migration. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Bump Version against them. Open each page to compare what they document and how they install.

More from sd0xdev/sd0x-dev-flow

Bump Version is one of 25 skills cataloged on DirSkills from sd0xdev/sd0x-dev-flow.

See all 25 skills