Course navigation
Claude SkillsLesson 9 of 15

Claude Skills Marketplace

Beyond building your own skills, community platforms let you discover, browse, and install thousands of ready-made skills and MCP tools for Claude Code and other agents.

Where to find community skills

PlatformCatalogueFocus
SkillHub87K+ skillsRanked skills with S/A/B grading. CLI install, desktop app, and Skill Stacks.
SkillsMP1.1M+ skillsCommunity-aggregated skills from GitHub. Occupation-based filtering and a public REST API.
Smithery7,887+ MCPsPrimarily an MCP marketplace with a growing skills section. One-command CLI setup.

SkillHub

SkillHub is a skills directory where entries are graded across five dimensions: Practicality, Clarity, Automation, Quality, and Impact. S-rank skills (9.0+) are the best of the best. Browse by category, search semantically, or install via the CLI in one command.

skillhub.club/skills
Search skills… e.g. “code reviewer” or “git automation”
DEVELOPMENTFRONTENDBACKENDDATA
S9.2
systematic-debugging@obra

A structured four-phase debugging methodology. Enforces root cause analysis before proposing fixes.

128.7k installs
TRY
S9.1
skill-creator@davepoon

Complete framework for creating Claude Skills with templates, validation, and packaging tools.

2.7k installs
TRY
S9.0
file-search@massgen

Expert guidance on using ripgrep and ast-grep for efficient, targeted codebase exploration.

912 installs
TRY

Install any skill with one command using the SkillHub CLI:

# Search for a skill by keyword
$ npx @skill-hub/cli search "code review"
# Install a specific skill to Claude Code
$ npx @skill-hub/cli install systematic-debugging
Installed to ~/.claude/skills/systematic-debugging/
Skill Stacks — pre-configured bundles for specific workflows. Examples include the Solopreneur Toolkit, The Startup CEO Stack (27 skills), and an Academic Research Suite. Pro members can download full stacks; all are previewable for free.

SkillsMP

SkillsMP aggregates over 1.1 million skills from public GitHub repositories. It indexes skills compatible with Claude Code, OpenAI Codex CLI, and other tools that support the open SKILL.md standard. Browse by occupation or use-case category; a public REST API lets you query the catalogue programmatically.

skillsmp.com
>Agent Skills Marketplace
for the open SKILL.md ecosystem · 1,117,680 skills indexed
$find code reviewer
SEARCH
Tools 231KDevelopment 147KTesting & Security 101KData & AI 95KDevOps 80K
code-review.md
anthropics/skills
Reviews code and diffs for security, bugs, and style issues.
365.8k stars
systematic-debugging
obra/superpowers
Structured four-phase debugging with root cause analysis.
128.7k stars
docs-review.md
metabase/metabase
Enforces documentation style guidelines on local files and PRs.
46.7k stars

SkillsMP does not have a dedicated CLI — find the skill, clone the repository, and copy the skill folder into your skills directory:

# Find the skill on skillsmp.com, copy the GitHub repo URL, then:
$ git clone https://github.com/obra/superpowers
$ cp -r superpowers/systematic-debugging ~/.claude/skills/
Skill available as /systematic-debugging
SkillsMP is an independent community project and is not affiliated with Anthropic. Always review skill content before installing — treat community skills like any open-source code.

Smithery

Smithery is primarily an MCP (Model Context Protocol) marketplace — 7,887+ servers covering GitHub, Notion, Supabase, Slack, and Google Sheets. It also has a growing Skills section. What makes Smithery different is auth handling: install a tool once and Smithery manages OAuth, credential injection, and retries across Claude, GPT, and other agents automatically.

smithery.ai/skills
Give agents more agency
Connect agents to thousands of tools. Auth, credentials, and sessions handled for you.
GitHub
Manage repos, issues, PRs, and workflows
3.64k installs
Supabase
Manage databases, migrations, and Edge Functions
6.31k installs
Notion
Search, create, and update pages and databases
2.68k installs

Set up Smithery's CLI and add an MCP to Claude in two commands:

# One-time CLI setup
$ npx -y smithery setup
# Add a tool (Smithery handles auth for you)
$ npx smithery mcp add notion
→ auth_required
→ https://auth.smithery.ai/... ← visit to authorize
notion connected
Use SkillHub or SkillsMP to find Claude-specific SKILL.md skills. Use Smithery when you need to connect Claude to external services (GitHub, Notion, Slack) with managed auth.

More MCP directories

If you need to browse MCP servers beyond what Smithery lists, two more community directories cover a wider catalogue. Neither hosts Claude SKILL.md skills directly, but both are useful when hunting for tool integrations.

DirectoryCatalogueHighlights
mcp.so20K+ MCPsCommunity-run discovery site. Filter by featured, hosted, and official servers. Includes an in-browser playground.
Glama22K+ MCPsLargest MCP directory with A/B/C/D quality grades. Also offers MCP hosting, an API gateway, and a remote MCP connector.

Side-by-side comparison

FeatureSkillHubSkillsMPSmitherymcp.soGlama
Catalogue size87K+ skills1.1M+ skills7,887+ MCPs20K+ MCPs22K+ MCPs
Primary focusRanked SKILL.mdAll GitHub skillsMCP tools + skillsMCP discoveryMCP discovery
Covers SKILL.md skillsYesYesPartialNoNo
Quality signalsS/A/B AI gradingGitHub star countInstall countFeatured / hostedA/B/C/D grades
Install methodCLI / Desktop appGit clone + copySmithery CLIManual copyManual copy
Auth managementYes — OAuthVia MCP gateway
Skill Stacks / bundlesYesNoNoNoNo
REST APIYesYesYesNoYes
Browser playgroundNoNoNoYesYes (inspector)
MCP hostingNoNoNoPartialYes
All five platforms are independent community projects and are not affiliated with Anthropic. Skills and MCP servers sourced from them are not vetted by Anthropic. Review any SKILL.md before installing — check the allowed-tools field in particular to understand what shell commands the skill can run.

Before you continue

  • SkillHub — ranked SKILL.md skills with CLI install and Skill Stacks.
  • SkillsMP — largest catalogue (1.1M+ skills from GitHub); clone and copy to install.
  • Smithery — MCP marketplace with managed OAuth; best for external tool connections.
  • Always review allowed-tools in community SKILL.md files before installing.
  • Next: writing instructions that are clear, reliable, and produce consistent results.

What's Next

The marketplace shows what's possible. Now let's focus on writing instructions that are clear, reliable, and produce consistent results.