MCPMarketDocs
Skills

Edit a skill

Save drafts and publish new versions of a skill in MCP Market.

Open a skill from the Skills list to view or edit it. The editor covers both the YAML frontmatter at the top of SKILL.md and the markdown body below it.

Open the editor

Open the skill

Go to Skills and click the skill you want to edit.

Enter edit mode

Click Edit (or Continue draft if a draft already exists).

The editor opens with the latest published content, or your saved draft if you have one.

Save a draft

Click Save Draft to keep iterating. Drafts persist across browser sessions and are visible only to you in the editor. The published version stays in place for everyone else in your organization.

Publish a new version

Open the publish flow

Click Publish.

Set the version

Bump the version (the next number is suggested for you).

Confirm

Confirm. MCP Market runs a quick checklist before publishing.

The new version is live for everyone in your organization who uses this skill.

What the publish checklist verifies

Before MCP Market publishes a new version, it runs four checks against your skill. If any check fails, the inline checklist shows what to fix and Publish stays disabled until you edit again.

  • The skill has a name in slug format (lowercase letters, numbers, and hyphens).
  • The description is filled in.
  • The markdown body has at least a short explanation.
  • Any tools listed in allowed-tools are recognized (a known Claude Code tool, or an mcp__<server>__<tool> name).

Discard a draft

To delete unsaved changes and go back to the published version, open the overflow menu (...) and choose Discard draft. The action removes your saved draft and any unsaved changes. The published version is untouched.

GitHub-imported skills

GitHub-imported skills are read-only here. Edit the source repo and re-sync to update the skill.

On this page