Use when cutting a release for a plugin in this claude-plugins marketplace repo. Triggers on phrases like "cut a release", "ship v1.2.3", "deploy to the marketplace", "bump the plugin version", or any request to publish/update a plugin for end users. Handles the dual-version-file gotcha (marketplace.json AND plugin.json must both be bumped) that otherwise silently breaks update detection.
$npx -y skills add lucasnad27/claude-plugins --skill cut-a-releaseInstalls into the current project.
Run `npx skills use "https://github.com/lucasnad27/claude-plugins" --skill "lucasnad27/claude-plugins/cut-a-release"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/lucasnad27/claude-plugins" that are relevant to the current task. Run `npx skills add "https://github.com/lucasnad27/claude-plugins"` and select the relevant skills, then follow their instructions.