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.
GitHub Pull Request (preferred)
Best for developers comfortable with Git. Your skill goes directly into the codebase for review.
-
1
Fork or branch the marketplace repo
git checkout -b skill/your-skill-name -
2
Add your skill files
skills/your-skill-name/ ├── your-skill-name.skill └── README.md -
3
Add your entry to
skills/manifest.jsonShow 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
Open a Pull Request
Title it:
[SKILL SUBMISSION] Your Skill NameAn admin will review, test the skill, and merge when ready.
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:
What happens after you submit?
An admin reviews your submission — testing the skill and checking the metadata.
They may leave feedback or request small changes via the PR or issue.
Once approved and merged, your skill appears in the marketplace automatically.