deploy-to-marketplace

Deploy Claude skills to the saurun-marketplace plugin repository.

Updated Jan 15, 2026
One-click install
npx skills add https://github.com/fiatkongen/saurun-marketplace --skill deploy-to-marketplace
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: deploy-to-marketplace
Source: https://github.com/fiatkongen/saurun-marketplace/tree/main/plugins/saurun/skills/deploy-to-marketplace
Command: npx skills add https://github.com/fiatkongen/saurun-marketplace --skill deploy-to-marketplace

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deploying Claude skills to the saurun-marketplace can be error-prone and manual. This skill automates validating the skill structure, syncing with the marketplace, and triggering a version bump during publishing.

Core Features & Use Cases

  • Validate Skill Structure: Ensures SKILL.md exists at the skill root with required frontmatter.
  • Marketplace Synchronization: Checks for existing skill, compares local and marketplace versions, and surfaces conflicts with diffs.
  • Publish & Version Bump: Copies files to the marketplace and triggers a /publish-plugin bump to update plugin and marketplace metadata.
  • Use Case: You want to publish a new skill or update an existing one to saurun-marketplace with automated checks.

Quick Start

Use the deploy-to-marketplace skill to publish a local skill from ~/.claude/skills/<skill-name> to the saurun-marketplace plugin repository.

Frequently Asked Questions about deploy-to-marketplace

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

FAQPage Schema
How do I publish Claude skills to the marketplace?▼

To publish Claude skills to the marketplace, you deploy skills from the ~/.claude/skills directory to the saurun-marketplace repository. The deployment process validates the skill structure, checks for conflicts, and performs a version bump.

What is the best way to validate a Claude skill before publishing?▼

Validating a Claude skill before publishing requires ensuring the SKILL.md file exists at the skill root with required frontmatter. The deployment process automatically checks for a valid name and description in the frontmatter to prevent publishing errors.

How does marketplace synchronization work when updating an existing plugin?▼

Marketplace synchronization checks for an existing skill in the saurun-marketplace, compares local and marketplace versions, and surfaces conflicts using diffs. This prevents version mismatches before you copy files and trigger a version bump.

Do I need specific frontmatter to deploy a skill to the saurun-marketplace?▼

Yes, you need specific frontmatter in the SKILL.md file to deploy a skill. The frontmatter must include a valid name and description, which the deployment process validates before copying files to the saurun-marketplace plugin repository.

What happens during a version bump when deploying a plugin?▼

During a version bump, the deployment process copies your skill files to the marketplace and triggers a /publish-plugin bump command. This action updates the plugin and marketplace metadata to reflect the newly published skill version.