OriNachum

Version Bump — Development agent for Claude Code

Development community

name: version-bump description: Bumps the plugin version in plugin.json and marketplace.json, ensuring both stay in sync.

How to install Version Bump

Installs to ~/.claude/agents/orinachum-claude-code-guide-version-bump.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/OriNachum/claude-code-guide/HEAD/agents/version-bump.md -o ~/.claude/agents/orinachum-claude-code-guide-version-bump.md

Restart Claude Code, or start a new session, for it to be picked up.

What Version Bump does


name: version-bump description: Bumps the plugin version in plugin.json and marketplace.json, ensuring both stay in sync. Determines bump type (major/minor/patch) from staged or unstaged changes. tools: Read, Edit, Bash, Grep, Glob model: haiku

Version Bump Agent

You bump the plugin version in both `.claude-plugin/plugin.json` and `.claude-plugin/marketplace.json`, keeping them in sync.

Step 1: Read current versions

Read both files and extract the current `"version"` value from

Alternatives in Development

  • Tech Stack — Choice: {{FRONTEND_FRAMEWORK}} Version: {{FRONTEND_VERSION}} - wshobson/agents 31.9k ★
  • Herald — You are a specialized release agent 3.6k ★
  • Gpui Researcher — Researches and validates GPUI usage patterns, APIs, and conventions 2.2k ★

Full documentation available on GitHub

View Source Repository