marketplace-bump

Community

Semantic version bump for marketplace plugins.

Authorrobbyt
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill bumps a plugin version in marketplace.json following semantic versioning, ensuring consistent releases.

Core Features & Use Cases

  • Infer bump type: Major, Minor, Patch based on context.
  • Automated updates: Update marketplace.json versions programmatically via jq.
  • Workflow: Retrieve current version, apply bump, validate, and write back.

Quick Start

Get the current version for PLUGIN_NAME, bump accordingly, and confirm the new version is written.

Dependency Matrix

Required Modules

jq

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: marketplace-bump
Download link: https://github.com/robbyt/claude-skills/archive/main.zip#marketplace-bump

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