Bump Plugin Version
Description
Detect changed plugins and bump their versions along with the marketplace version.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
Repository README
This is the README for NeoLabHQ/context-engineering-kit, shared by 13 entries
in this directory. It describes the repository, not this entry specifically.
description: Bump changed plugin and marketplace version argument-hint: minor|major|patch (version increment type) allowed-tools: Bash(just set-version*), Bash(just set-marketplace-version*), Bash(git diff:*), Bash(git status:*)
Bump Plugin Version
Detect changed plugins and bump their versions along with the marketplace version.
Current State
- Git status: !
git status --short - Changed files in plugins: !
git diff --name-only HEAD | grep "^plugins/" | cut -d'/' -f2 | sort -u
Instructions
**Parse the argument**: `$ARGUMENTS` should be one of: `minor`, `major`, or `patch`
- If no argument provided or invalid, ask the user to specify: minor, major, or patch
**Identify changed plugins** from the git diff output above
- Look for changes in
plugins//directories - Extract unique plugin names
- Look for changes in
**For each changed plugin**:
- Read current version from
plugins//.claude-plugin/plugin.json - Calculate new version based on increment type:
patch: 1.0.0 → 1.0.1minor: 1.0.0 → 1.1.0major: 1.0.0 → 2.0.0
- Run:
just set-version
- Read current version from
**Bump marketplace version** using the same increment type:
- Read current version from
.claude-plugin/marketplace.json - Calculate new version
- Run:
just set-marketplace-version
- Read current version from
**Report** what was bumped:
- List each plugin with old → new version
- Show marketplace old → new version
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11