bump-plugin-version

Bump plugin versions in plugin.json and marketplace.json using semantic version rules.

42|8|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/sequenzia/claude-alchemy --skill bump-plugin-version-sequenzia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bump-plugin-version
Source: https://github.com/sequenzia/claude-alchemy/tree/main/plugins/tools/skills/bump-plugin-version
Command: npx skills add https://github.com/sequenzia/claude-alchemy --skill bump-plugin-version-sequenzia

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Keeps plugin versions in sync across plugin configs and marketplace metadata by automating bumping tasks.

Core Features & Use Cases

  • Discover available plugins by scanning plugins/* and reading .claude-plugin/plugin.json for name and current version.
  • Prompt the user to select a plugin and a bump level (patch/minor/major).
  • Compute the new semantic version and update both plugins/{plugin}/.claude-plugin/plugin.json and .claude-plugin/marketplace.json accordingly.
  • Generate a final report of updated files and versions for audit.

Quick Start

Run the bump-plugin-version skill to select a plugin and perform a version bump across plugin.json and marketplace.json

Frequently Asked Questions about bump-plugin-version

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I bump plugin versions across my repository and marketplace metadata?

To bump plugin versions across your repository, this automation discovers plugins under plugins/, computes the new semantic version, and updates both .claude-plugin/plugin.json and marketplace.json to keep them in sync.

What is semantic versioning and how does it apply to plugin updates?

Semantic versioning for plugin updates uses major, minor, and patch rules to compute the new version, ensuring that configuration and marketplace metadata reflect the correct release level changes automatically.

How do I update plugin.json and marketplace.json at the same time?

You can update plugin.json and marketplace.json simultaneously by running a version bump that automatically discovers available plugins and applies the new semantic version to both the plugin configuration and the marketplace listing.

Can I automate semantic version bumps for multiple plugins in my repo?

Yes, you can automate semantic version bumps for multiple plugins by scanning plugins/* to read each .claude-plugin/plugin.json, prompting for a bump level, and updating the discovered configurations and marketplace data.

Does this version bump workflow require any external dependencies?

No, this version bump workflow requires no external dependencies, allowing you to directly discover plugins, apply semantic-version rules, and update marketplace metadata within your existing repository setup.

What happens after a plugin version bump is completed?

After a plugin version bump is completed, the process generates a final report of updated files and versions, providing an audit trail of the changes made to both plugin configurations and marketplace metadata.