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 161–50 220 of 61 785

page 837 of 1 030
Torchtitan
by ComeOnOliver
2k tokens
Transformer Lens
by ComeOnOliver
3k tokens
Trl Fine Tuning
by ComeOnOliver
3k tokens
Unsloth
by ComeOnOliver
477 tokens
Verl
by ComeOnOliver
2k tokens
Weights And Biases
by ComeOnOliver
3k tokens
Planning With Files
by ComeOnOliver
2k tokens
Chinese Novelist Skill
by ComeOnOliver
2k tokens
Artifacts Builder
by ComeOnOliver
676 tokens
Competitive Ads Extractor
by ComeOnOliver
2k tokens
Content Research Writer
by ComeOnOliver
3k tokens
Image Enhancer
by ComeOnOliver
576 tokens
Invoice Organizer
by ComeOnOliver
3k tokens
Lead Research Assistant
by ComeOnOliver
2k tokens
Meeting Insights Analyzer
by ComeOnOliver
2k tokens
Raffle Winner Picker
by ComeOnOliver
898 tokens
Coding Standards
by ComeOnOliver
470 tokens
Alphaear Deepear Lite
by ComeOnOliver
192 tokens
Alphaear Logic Visualizer
by ComeOnOliver
269 tokens
Alphaear News
by ComeOnOliver
195 tokens
Alphaear Predictor
by ComeOnOliver
427 tokens
Alphaear Reporter
by ComeOnOliver
231 tokens
Alphaear Search
by ComeOnOliver
231 tokens
Alphaear Sentiment
by ComeOnOliver
460 tokens
Alphaear Signal Tracker
by ComeOnOliver
395 tokens
Alphaear Stock
by ComeOnOliver
154 tokens
Add New Opc Skill
by ComeOnOliver
2k tokens
Archive
by ComeOnOliver
448 tokens
Banner Creator
by ComeOnOliver
1k tokens
Domain Hunter
by ComeOnOliver
894 tokens
Logo Creator
by ComeOnOliver
1k tokens
Nanobanana
by ComeOnOliver
1k tokens
Producthunt
by ComeOnOliver
413 tokens
Reddit
by ComeOnOliver
462 tokens
Requesthunt
by ComeOnOliver
859 tokens
SEO Geo
by ComeOnOliver
2k tokens
Twitter
by ComeOnOliver
646 tokens
Analyze Rust Ffi Crate Surface
by ComeOnOliver
441 tokens
Build
by ComeOnOliver
207 tokens
Check Rust Coverage
by ComeOnOliver
214 tokens
Jj Fix Conflicts
by ComeOnOliver
2k tokens
Jj Split Changeset
by ComeOnOliver
4k tokens
Lint
by ComeOnOliver
215 tokens
Minimize Rust Ffi Crate Surface
by ComeOnOliver
329 tokens
Port C Module
by ComeOnOliver
895 tokens
Read Unmodified C Module
by ComeOnOliver
157 tokens
Review Rust Docs
by ComeOnOliver
213 tokens
Run Python Tests
by ComeOnOliver
822 tokens
Run Rust Benchmarks
by ComeOnOliver
346 tokens
Run Rust Tests
by ComeOnOliver
535 tokens
Rust Docs Guidelines
by ComeOnOliver
226 tokens
Rust Review
by ComeOnOliver
2k tokens
Rust Tests Guidelines
by ComeOnOliver
342 tokens
Verify
by ComeOnOliver
237 tokens
Write Rust Tests
by ComeOnOliver
406 tokens
Tutor Setup
by ComeOnOliver
2k tokens
Tutor
by ComeOnOliver
1k tokens
Android Reverse Engineering
by ComeOnOliver
2k tokens
Offensive AI Security
by ComeOnOliver
10k tokens
Offensive Basic Exploitation
by ComeOnOliver
89k 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.