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 341–50 400 of 61 785

page 840 of 1 030
Betterstack
by ComeOnOliver
2k tokens
Bigcommerce
by ComeOnOliver
684 tokens
Billing Automation
by ComeOnOliver
2k tokens
Biome
by ComeOnOliver
768 tokens
Bitbucket
by ComeOnOliver
3k tokens
Blender 3d Modeling
by ComeOnOliver
2k tokens
Blender Addon Dev
by ComeOnOliver
2k tokens
Blender Animation
by ComeOnOliver
2k tokens
Blender Compositing
by ComeOnOliver
2k tokens
Blender Grease Pencil
by ComeOnOliver
3k tokens
Blender Motion Capture
by ComeOnOliver
2k tokens
Blender Render Automation
by ComeOnOliver
2k tokens
Blender Scripting
by ComeOnOliver
2k tokens
Blender Vse Pipeline
by ComeOnOliver
2k tokens
Blog Article Design
by ComeOnOliver
3k tokens
Bolt
by ComeOnOliver
946 tokens
Braintrust
by ComeOnOliver
661 tokens
Browser Use
by ComeOnOliver
648 tokens
Browserbase
by ComeOnOliver
1k tokens
Bruno
by ComeOnOliver
1k tokens
Bull Mq
by ComeOnOliver
936 tokens
Bun
by ComeOnOliver
760 tokens
Burp Suite
by ComeOnOliver
1k tokens
Cache Strategy
by ComeOnOliver
1k tokens
Caddy
by ComeOnOliver
2k tokens
Cal Com
by ComeOnOliver
3k tokens
Calendar Integration
by ComeOnOliver
2k tokens
Canny
by ComeOnOliver
599 tokens
Canvas API
by ComeOnOliver
1k tokens
Capacitor
by ComeOnOliver
1k tokens
Capacity Planner
by ComeOnOliver
1k tokens
Caprover
by ComeOnOliver
2k tokens
Cassandra
by ComeOnOliver
1k tokens
Celery
by ComeOnOliver
826 tokens
Centrifugo
by ComeOnOliver
1k tokens
Cerebras
by ComeOnOliver
2k tokens
Cert Manager
by ComeOnOliver
1k tokens
Chalk Advanced
by ComeOnOliver
569 tokens
Changelog Generator
by ComeOnOliver
1k tokens
Changesets
by ComeOnOliver
796 tokens
Chatwoot
by ComeOnOliver
687 tokens
Checkly
by ComeOnOliver
2k tokens
Checkov
by ComeOnOliver
2k tokens
Cheerio
by ComeOnOliver
2k tokens
Chi
by ComeOnOliver
886 tokens
Chromadb
by ComeOnOliver
878 tokens
Chromajs
by ComeOnOliver
824 tokens
Chromatic
by ComeOnOliver
1k tokens
Cicd Pipeline
by ComeOnOliver
2k tokens
Class Variance Authority
by ComeOnOliver
742 tokens
Claude Code
by ComeOnOliver
2k tokens
Clay
by ComeOnOliver
1k tokens
Clearml
by ComeOnOliver
2k tokens
Clerk Auth
by ComeOnOliver
2k tokens
Clickhouse
by ComeOnOliver
2k tokens
Clickup
by ComeOnOliver
2k tokens
Cline
by ComeOnOliver
1k tokens
Cloud Resource Analyzer
by ComeOnOliver
1k tokens
Cloudflare AI
by ComeOnOliver
1k tokens
Cloudflare Workers
by ComeOnOliver
755 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.