publishing-plugins

Community

Release plugins safely, manage marketplace updates.

AuthorRegis-RCR
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill guides developers through the critical process of publishing Claude Code plugins to a marketplace, preventing errors that could corrupt the distribution repository or leak private files.

Core Features & Use Cases

  • Preview & Validation: Emphasizes previewing changes and validating plugin conformity before publication, minimizing the risk of publishing incorrect or sensitive files.
  • Git Tag-Driven Workflow: Uses git tags in the development repository to drive versioning and publication, ensuring a traceable and consistent release history.
  • Rollback Procedures: Provides clear, step-by-step instructions for reverting a bad release from the distribution repository, offering a safety net for critical errors.

Quick Start

Preview the files that would be published for the current plugin, then proceed to publish a new version after confirming the changes.

Dependency Matrix

Required Modules

git

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: publishing-plugins
Download link: https://github.com/Regis-RCR/rcr-plugin-factory-marketplace/archive/main.zip#publishing-plugins

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository