What problem does it solve?
Automates the error-prone manual steps required to release a Claude Code plugin by performing a version bump, committing changes, pushing to the remote, and creating a git tag so CI can propagate the release to marketplaces.
Core Features & Use Cases
- Version suggestion and bump: Suggests next semver options and applies the chosen version.
- Atomic git operations: Commits, pushes, and optionally creates tags to trigger CI-driven marketplace updates.
- Safety flags and guidance: Supports dry-run and no-tag modes, surfaces update commands for manual execution, and warns against running in-session install/update commands that hang.
- Use case: Use this when you want to ship a new plugin version from a repository containing a .claude-plugin directory and ensure CI and marketplaces are updated consistently.
Quick Start
Release the plugin in the current directory to version 1.2.0 using the release skill with a dry-run if you want to preview changes first.