plugin-deploy

Automate plugin consistency checks, local testing, and deployment preparation.

78|11|Updated Jan 5, 2026
One-click install
npx skills add https://github.com/corca-ai/claude-plugins --skill plugin-deploy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plugin-deploy
Source: https://github.com/corca-ai/claude-plugins/tree/main/.claude/skills/plugin-deploy
Command: npx skills add https://github.com/corca-ai/claude-plugins --skill plugin-deploy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Automate the post-modification plugin lifecycle: version checks, marketplace sync, README updates, local testing, and deployment preparation.

Core Features & Use Cases

  • Automates consistency checks across plugin.json, marketplace.json, and SKILL.md frontmatter during plugin changes.
  • Orchestrates gated deployment steps: dry-run, new-plugin path, version bump guidance, and marketplace synchronization.
  • Provides a repeatable workflow for validating readiness and producing a clean release state.

Quick Start

Run the plugin deployment command to validate and prepare a modified plugin for release.

Frequently Asked Questions about plugin-deploy

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

FAQPage Schema
How do I automate plugin lifecycle validation after making modifications?

Automate plugin deployment validation by running script-driven consistency checks across plugin.json, marketplace.json, and SKILL.md to remediate gaps and report a clean deployment state.

What does marketplace compliance validation involve for modified plugins?

Marketplace compliance validation involves orchestrating gated deployment steps like dry-runs, version bump guidance, and local testing to ensure modified plugins meet marketplace synchronization requirements.

How do I prepare a modified plugin for marketplace sync and release?

Prepare a modified plugin for release by executing a repeatable workflow that covers version checks, gap remediation, and marketplace sync to produce a clean release state.

Can I use automated scripts to check consistency between plugin.json and SKILL.md frontmatter?

Yes, you can use automated scripts to enforce consistency between plugin.json, marketplace.json, and SKILL.md frontmatter, ensuring configuration gaps are remediated before deployment.

What is the best way to handle version bumps and dry-runs during plugin deployment?

Handle version bumps and dry-runs using a gated deployment orchestration workflow that validates readiness through local testing before applying marketplace synchronization.

When should I run a dry-run for new plugin deployment?

Run a dry-run during the gated deployment steps when adding a new plugin path or modifying configurations to validate readiness and prevent marketplace sync errors.