Created
March 11, 2026 12:48
-
-
Save adewale/9d9b3b4f7bc40bc71998e6fee2fea260 to your computer and use it in GitHub Desktop.
Where to list a Claude Code skill: marketplaces, submission processes, and prerequisites
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Claude Code Skill Marketplaces | |
| =============================== | |
| Where to list a Claude Code skill, how to submit, and what you need first. | |
| 1. GitHub Releases | |
| Process: Push to main, tag, run `gh release create vX.Y` | |
| Prerequisites: A public GitHub repo | |
| Updates: Push + new release | |
| 2. skills.sh | |
| URL: https://skills.sh | |
| Process: No submission. Auto-indexed when users install via `npx skills add <owner>/<repo>` | |
| Prerequisites: Public GitHub repo with a valid skill (SKILL.md) | |
| Updates: Push to GitHub. Users run `npx skills update` | |
| 3. skillsmp.com | |
| Process: No submission. Auto-indexes public GitHub repos | |
| Prerequisites: 2+ GitHub stars | |
| Updates: Automatic re-indexing from GitHub | |
| 4. claude-plugins.dev | |
| Process: No submission. Auto-indexes from GitHub | |
| Prerequisites: Public GitHub repo | |
| Updates: Automatic re-indexing from GitHub | |
| 5. skillhub.club | |
| Process: No submission. Auto-indexes from GitHub | |
| Prerequisites: Public GitHub repo | |
| Updates: Automatic re-indexing from GitHub | |
| 6. ComposioHQ/awesome-claude-skills | |
| URL: https://github.com/ComposioHQ/awesome-claude-skills | |
| Process: Fork, add entry to README.md under the relevant category, submit PR to `master` | |
| Entry format: | |
| - [Skill Name](https://github.com/owner/repo) - Short description. *By [@owner](https://github.com/owner)* | |
| Prerequisites: None | |
| Updates: Submit a new PR editing your entry | |
| 7. anthropics/claude-plugins-official (Anthropic's official directory) | |
| URL: https://clau.de/plugin-directory-submission | |
| Process: Submit via Google Form (external PRs are auto-closed) | |
| Required fields: | |
| - Plugin Name | |
| - Plugin Description (50-100 words) | |
| - Platform (Claude Code) | |
| - GitHub repo link | |
| - Company/Organization URL | |
| - Primary Contact Email | |
| - Plugin Examples (at least 3 use cases) | |
| Prerequisites: Working plugin with .claude-plugin/ structure | |
| Updates: Push to your repo and bump version in .claude-plugin/plugin.json | |
| 8. hesreallyhim/awesome-claude-code | |
| URL: https://github.com/hesreallyhim/awesome-claude-code/issues/new?template=recommend-resource.yml | |
| Process: Submit via issue form only (PRs are rejected) | |
| Required fields: | |
| - Display Name | |
| - Category (e.g. Agent Skills) | |
| - Primary Link (GitHub URL) | |
| - Author Name and Link | |
| - License | |
| - Description | |
| - Validate Claims (how to verify it works) | |
| - Specific Task (a concrete test) | |
| Prerequisites: | |
| - Repo publicly available for at least 1 week | |
| - Must be submitted by a human, not AI | |
| Updates: Submit a new issue with updated information | |
| 9. travisvn/awesome-claude-skills | |
| URL: https://github.com/travisvn/awesome-claude-skills | |
| Process: Fork, add table row to README.md, submit PR to `main` | |
| Entry format: | |
| | **[skill-name](https://github.com/owner/repo)** | Short description | | |
| Prerequisites: | |
| - 10+ GitHub stars (auto-closed below threshold) | |
| - PR must not appear AI-generated | |
| Updates: Submit a new PR editing your table row |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment