mcpbeat Sign in

Claude Skills

The open format is called Agent Skills and works in Claude Code, Codex, Cursor and other agents — most people know it as Claude Skills.

Every Agent Skill we could find on GitHub, deduplicated by content. 79 437 files from 1 744 authors, of which 61 785 are unique — the rest is the same skill repackaged into someone else's repository. For each one: what it weighs in tokens, whether it ships runnable scripts, and which MCP servers it needs.

61 785
unique skills
out of 79 437 files found on GitHub
17 652
are copies
same content, someone else's repository
1 737
tokens, median
what a typical skill costs you in context
7 884
name collisions
two skills with one name cannot sit side by side

50 761–50 820 of 61 785

page 847 of 1 030
Openrouter
by ComeOnOliver
1k tokens
Opentelemetry
by ComeOnOliver
852 tokens
Opentofu
by ComeOnOliver
1k tokens
Opentype Js
by ComeOnOliver
945 tokens
Openvpn
by ComeOnOliver
2k tokens
Opsgenie
by ComeOnOliver
2k tokens
Ora
by ComeOnOliver
498 tokens
Orama
by ComeOnOliver
2k tokens
Otel Js
by ComeOnOliver
1k tokens
Outlines
by ComeOnOliver
1k tokens
Outlook Email
by ComeOnOliver
3k tokens
Owasp Zap
by ComeOnOliver
834 tokens
Oxlint
by ComeOnOliver
926 tokens
Packer
by ComeOnOliver
1k tokens
Pact
by ComeOnOliver
2k tokens
Paddle
by ComeOnOliver
711 tokens
Pagerduty
by ComeOnOliver
2k tokens
Paid Ads
by ComeOnOliver
2k tokens
Pandas AI
by ComeOnOliver
1k tokens
Pandas
by ComeOnOliver
851 tokens
Pandera
by ComeOnOliver
2k tokens
Partykit
by ComeOnOliver
1k tokens
Passport Js
by ComeOnOliver
529 tokens
Payload Cms
by ComeOnOliver
864 tokens
PDF Analyzer
by ComeOnOliver
1k tokens
PDF Merge Split
by ComeOnOliver
1k tokens
PDF OCR
by ComeOnOliver
1k tokens
Pdfkit
by ComeOnOliver
1k tokens
Peft Fine Tuning
by ComeOnOliver
2k tokens
Pentagi
by ComeOnOliver
2k tokens
Percy
by ComeOnOliver
1k tokens
Performance Reviewer
by ComeOnOliver
1k tokens
Pglite
by ComeOnOliver
932 tokens
Pgvector
by ComeOnOliver
2k tokens
Phaser
by ComeOnOliver
2k tokens
Phoenix
by ComeOnOliver
2k tokens
Picoclaw
by ComeOnOliver
2k tokens
Pinecone
by ComeOnOliver
1k tokens
Pinia
by ComeOnOliver
1k tokens
Pino
by ComeOnOliver
749 tokens
Pipedream
by ComeOnOliver
977 tokens
Pixijs
by ComeOnOliver
1k tokens
Planetscale
by ComeOnOliver
2k tokens
Plasmo
by ComeOnOliver
3k tokens
Plausible
by ComeOnOliver
2k tokens
Playwright Testing
by ComeOnOliver
2k tokens
Plotly
by ComeOnOliver
1k tokens
Plunk
by ComeOnOliver
409 tokens
Pocketbase
by ComeOnOliver
805 tokens
Poetry
by ComeOnOliver
651 tokens
Polar
by ComeOnOliver
1k tokens
Polars
by ComeOnOliver
1k tokens
Porter
by ComeOnOliver
2k tokens
Portkey
by ComeOnOliver
633 tokens
Postgresql
by ComeOnOliver
921 tokens
Posthog
by ComeOnOliver
2k tokens
Postmark
by ComeOnOliver
687 tokens
Powerpoint
by ComeOnOliver
3k tokens
Powertools Lambda
by ComeOnOliver
1k tokens
Prd Writing
by ComeOnOliver
2k tokens

Claude Skills — questions

Answers built from the skills we actually parsed.

What is a Claude Skill?
A folder with a SKILL.md file: instructions that teach an agent to do one thing well, optionally with scripts and reference files alongside. The format is open and called Agent Skills — Claude Code, Codex and other agents read the same files. It is not a program you run; it is knowledge the agent loads when the task calls for it.
How is a skill different from an MCP server?
A server gives the agent new abilities — it connects to something and exposes tools. A skill gives the agent knowledge: how to use what it already has. They combine, and often literally: 11 333 of the skills here declare which MCP servers they need to work.
Why are there fewer skills here than in other catalogues?
Because we deduplicate by content. Of 79 437 files found on GitHub, 61 785 are unique — the rest is the same skill copied into someone else's repository, word for word. Catalogues that count files rather than skills show every copy as a separate entry.
What does the token count mean?
A skill is loaded into the model's context when it is used, so its size is a running cost on every request that touches it. We measure the whole folder, not just SKILL.md: one official skill is 377 tokens, another drags 83 files of fonts behind it.
How do I install a skill?
Copy the skill folder into ~/.claude/skills for personal use, or into .claude/skills inside a project. The agent picks it up by the name in the SKILL.md header — which is worth checking: 7 884 skills here share a name with another skill, and two of them cannot sit side by side.