sync-to-marketplace

Automate plugin validation, packaging, versioning, and git deployment to a marketplace.

Updated Dec 9, 2025
One-click install
npx skills add https://github.com/blueif16/amazing-claude-code-plugins --skill sync-to-marketplace
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: sync-to-marketplace
Source: https://github.com/blueif16/amazing-claude-code-plugins/tree/main/skillforge/skills/sync-to-marketplace
Command: npx skills add https://github.com/blueif16/amazing-claude-code-plugins --skill sync-to-marketplace

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the complex, error-prone process of manually packaging and publishing plugins to Claude Code marketplaces.

Core Features & Use Cases

  • Automated Publishing: Validates, packages, and publishes plugins with full Git automation.
  • Version Management: Automatically handles semantic versioning and updates all configuration files.
  • Use Case: Imagine you've developed a new Git automation plugin. Use this Skill to automatically package it, validate the structure, update versions, and push to your marketplace repository.

Quick Start

Run the sync-to-marketplace skill to publish your current plugin to the configured marketplace.

Frequently Asked Questions about sync-to-marketplace

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

FAQPage Schema
How do I automate publishing a plugin to a marketplace?▼

Automate plugin publishing by running the sync-to-marketplace Skill, which validates your plugin structure, handles semantic versioning, packages components, and deploys to your configured marketplace repository with full git automation.

What validation does automated plugin publishing perform?▼

Plugin publishing validation checks your .claude/ directory structure, runs workspace and marketplace publisher validation, verifies semantic versioning compliance, and ensures all configuration files are correctly formatted before deployment.

Can I use automated publishing for version management?▼

Yes, the Skill automatically manages semantic versioning, prompts for version updates with semver validation, updates plugin.json and metadata files, and reports deployment location so your marketplace stays current.

What do I need before publishing a plugin to a marketplace?▼

Your project must maintain a .claude/ directory with plugin configuration, components, and a configured marketplace repository target; the Skill handles the rest of validation, packaging, and deployment.

Does this eliminate manual steps in the publishing workflow?▼

Publishing with this Skill removes manual packaging, validation, and git deployment steps, requiring only a version confirmation prompt; everything else from validation to marketplace deployment runs automatically.