claude-code-plugin-release

Bumps cross-manifest versions and orchestrates validated Claude Code plugin releases.

Updated Jun 19, 2026
One-click install
npx skills add https://github.com/Intelligent-Resourcing-Team-Environment/claude-memory --skill claude-code-plugin-release-intelligent-resourcing-team-environment
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-code-plugin-release
Source: https://github.com/Intelligent-Resourcing-Team-Environment/claude-memory/tree/main/plugin/skills/version-bump
Command: npx skills add https://github.com/Intelligent-Resourcing-Team-Environment/claude-memory --skill claude-code-plugin-release-intelligent-resourcing-team-environment

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the complex, error-prone process of updating version numbers across multiple manifests (package.json, marketplace.json, plugin.json variants, and related files), generating changelogs, and publishing Claude Code plugins.

Core Features & Use Cases

  • Cross-manifest version bumps synchronize package.json, plugin.json, and marketplace.json across repositories.
  • Build verification, git tagging, and pushing ensure reproducible releases with validated artifacts.
  • Automated changelog generation and npm release publishing streamline public releases and GitHub releases.

Quick Start

Trigger the release workflow to update versions and publish the plugin.

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 across multiple plugin manifests like package.json and plugin.json?

Automate semantic versioning by incrementally bumping version numbers across package.json, marketplace.json, and plugin.json variants to ensure consistent releases. This synchronizes all manifests automatically during the release cycle.

How do I publish a plugin to npm and create a GitHub release without manual git tagging?

Orchestrate build verification, git tagging, pushing, GitHub releases, and npm publishing in a single workflow. The process validates every step to prevent partial releases and ensures a clean, unmodified git state at the end.

What is the best way to generate a changelog for Claude Code plugin releases?

Generate changelogs automatically as part of a reproducible release cycle. The workflow handles changelog creation alongside version bumping and npm publishing, eliminating the need for manual changelog maintenance.

Does automated version bumping require a clean git state before starting?

Yes, the release workflow enforces a clean, unmodified git state at the end of the cycle. Build verification and step validation prevent partial releases, ensuring reproducibility and protecting repository integrity.

Why do my plugin releases fail due to inconsistent version numbers across manifests?

Inconsistent version numbers across package.json, marketplace.json, and plugin.json cause release failures. The workflow synchronizes cross-manifest version bumps to ensure all files reflect the same release version consistently.