release

Installation
SKILL.md

Release Workflow

This skill handles the full release cycle for a Claude Code plugin that keeps its version in two files:

  • .claude-plugin/plugin.json — the "version" field
  • .claude-plugin/marketplace.json — the "metadata"."version" field

Both must always be in sync.

Workflow

1. Determine the bump type

Ask the user which kind of version bump they want — patch, minor, or major — unless they already specified it. Show the current version from plugin.json and what the new version would be for each option so the choice is concrete.

Installs
15
Repository
mthds-ai/skills
GitHub Stars
5
First Seen
Mar 2, 2026
release — mthds-ai/skills