plugin-bump

Community

Bump plugin version with semantic versioning

Authorrobbyt
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Bump a plugin version in plugins/PLUGIN_NAME/.claude-plugin/plugin.json following semantic versioning.

Core Features & Use Cases

  • Inference rules: Major, Minor, Patch bump decisions based on context.
  • Command example: Apply a patch bump to a plugin.json version.

Quick Start

jq '.version |= (split(".") | .[2] = ((.[2] | tonumber) + 1 | tostring) | join("."))' plugins/PLUGIN_NAME/.claude-plugin/plugin.json > /tmp/c

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: plugin-bump
Download link: https://github.com/robbyt/claude-skills/archive/main.zip#plugin-bump

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.