manage-marketplace

Installation
SKILL.md

Marketplace Manager

Guidelines for authoring, appending, and distributing plugin marketplace catalogs.

Step 1: Initialize the Marketplace

To create a new marketplace:

  1. Create directory: Create a dedicated git repository or local path for the catalog.
  2. Create config directory: Create a .claude-plugin/ directory at the root.
  3. Create catalog file: Create a marketplace.json file inside .claude-plugin/.
  4. Add basic setup metadata (name must be kebab-case):
    {
      "name": "my-marketplace",
      "owner": {
        "name": "My Name",
        "email": "optional@example.com"
      },
      "plugins": []
    
Related skills
Installs
1
GitHub Stars
2
First Seen
Apr 3, 2026