claude-code-plugin-release

Automate semantic versioning and release workflows for Claude Code plugins.

Updated Jun 2, 2026
One-click install
npx skills add https://github.com/chicago-joe/manymems --skill claude-code-plugin-release-chicago-joe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-code-plugin-release
Source: https://github.com/chicago-joe/manymems/tree/main/plugin/skills/version-bump
Command: npx skills add https://github.com/chicago-joe/manymems --skill claude-code-plugin-release-chicago-joe

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Automates end-to-end semantic versioning and release workflows for Claude Code plugins across manifests, builds, and publishing pipelines.

Core Features & Use Cases

  • Cross-file version bumps across package.json, plugin.json, marketplace.json, and related manifests.
  • Automated build verification, changelog generation, git tagging, GitHub releases, and npm publishing.
  • Use case: ensure reproducible releases with auditable commit histories and consistent artifact synchronization.

Quick Start

Initiate a release by bumping the target version and running the full automation to build, tag, publish, and release.

Frequently Asked Questions about claude-code-plugin-release

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

FAQPage Schema
How do I automate semantic versioning and npm publishing for Claude Code plugins?

Automate semantic versioning for Claude Code plugins by applying cross-file version bumps to manifests, verifying builds, generating changelogs, and publishing to npm. This end-to-end workflow ensures consistent artifact synchronization and reproducible releases.

What is the best way to generate changelogs and GitHub releases for Claude Code plugins?

Generate changelogs and GitHub releases by initiating a version bump and running the full automation workflow. The process handles build verification, git tagging, and release notes generation to produce auditable commit histories.

Can I use this release automation workflow with my existing Claude Code plugin repository?

Yes, this workflow applies to plugin repositories requiring consistent version bumps, build verification, and npm publishing. It requires no external dependencies and integrates with your existing git tagging and GitHub release pipelines.

How do I ensure reproducible releases with auditable commit histories for npm packages?

Ensure reproducible releases by automating the full pipeline from version bumps to git tagging and npm publishing. This enforces validation, artifact synchronization, and changelog generation for a consistent, auditable commit history.

Does automated plugin release automation handle cross-file version updates across multiple manifests?

Yes, automated plugin release workflows handle cross-file version updates across package.json, plugin.json, and marketplace.json. This validation and synchronization prevents manifest version mismatches before publishing.