Submit a Skill

Share a Claude skill you've built with the rest of the team. All submissions go through a quick review before publishing.

A

GitHub Pull Request (preferred)

Best for developers comfortable with Git. Your skill goes directly into the codebase for review.

  1. 1

    Fork or branch the marketplace repo

    git checkout -b skill/your-skill-name
  2. 2

    Add your skill files

    skills/your-skill-name/ ├── your-skill-name.skill └── README.md
  3. 3

    Add your entry to skills/manifest.json

    Show manifest template
    {
      "id": "your-skill-name",
      "name": "Your Skill Name",
      "description": "One to two sentence summary.",
      "version": "1.0.0",
      "author": "Your Name",
      "authorEmail": "you@company.com",
      "tags": ["tag1", "tag2"],
      "category": "Code & Development",
      "file": "skills/your-skill-name/your-skill-name.skill",
      "icon": null,
      "readme": "skills/your-skill-name/README.md",
      "downloads": 0,
      "publishedAt": "2026-03-20",
      "updatedAt": "2026-03-20",
      "featured": false
    }
  4. 4

    Open a Pull Request

    Title it: [SKILL SUBMISSION] Your Skill Name

    An admin will review, test the skill, and merge when ready.

or
B

Form Submission

Fill out the form below. We'll pre-fill a GitHub Issue for you — just attach your .skill file to the issue after it opens.

Before you submit, confirm all of the following:

0/300

Comma-separated

Complete the checklist above to enable submission. After the issue opens, attach your .skill file.

What happens after you submit?

1

An admin reviews your submission — testing the skill and checking the metadata.

2

They may leave feedback or request small changes via the PR or issue.

3

Once approved and merged, your skill appears in the marketplace automatically.