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 354 files from 1 739 authors, of which 61 713 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 713
unique skills
out of 79 354 files found on GitHub
17 641
are copies
same content, someone else's repository
1 738
tokens, median
what a typical skill costs you in context
7 879
name collisions
two skills with one name cannot sit side by side

55 801–55 860 of 61 713

page 931 of 1 029
Digital Brain Skill
by ComeOnOliver
2k tokens
Evaluation
by ComeOnOliver
4k tokens
Filesystem Context
by ComeOnOliver
4k tokens
Hosted Agents
by ComeOnOliver
4k tokens
Interleaved Thinking
by ComeOnOliver
2k tokens
Memory Systems
by ComeOnOliver
4k tokens
Multi Agent Patterns
by ComeOnOliver
4k tokens
Project Development
by ComeOnOliver
4k tokens
Tool Design
by ComeOnOliver
4k tokens
Last30days
by ComeOnOliver
8k tokens
Open
by ComeOnOliver
583 tokens
Adapt
by ComeOnOliver
2k tokens
Agent Browser
by ComeOnOliver
6k tokens
AI Elements
by ComeOnOliver
2k tokens
Animate
by ComeOnOliver
2k tokens
Audit
by ComeOnOliver
1k tokens
Bb Browser
by ComeOnOliver
2k tokens
Better Icons
by ComeOnOliver
530 tokens
Bolder
by ComeOnOliver
2k tokens
Chrome Cdp
by ComeOnOliver
753 tokens
Clarify
by ComeOnOliver
2k tokens
Colorize
by ComeOnOliver
2k tokens
Context7 CLI
by ComeOnOliver
652 tokens
Critique
by ComeOnOliver
1k tokens
Delight
by ComeOnOliver
2k tokens
Distill
by ComeOnOliver
2k tokens
Dogfood
by ComeOnOliver
3k tokens
Exa Search
by ComeOnOliver
413 tokens
Extract
by ComeOnOliver
892 tokens
Find Skills
by ComeOnOliver
1k tokens
Get API Docs
by ComeOnOliver
626 tokens
Harden
by ComeOnOliver
2k tokens
Normalize
by ComeOnOliver
899 tokens
Onboard
by ComeOnOliver
2k tokens
Opencli
by ComeOnOliver
638 tokens
Optimize
by ComeOnOliver
2k tokens
Pinchtab
by ComeOnOliver
1k tokens
Polish
by ComeOnOliver
2k tokens
Prompt Engineering Patterns
by ComeOnOliver
3k tokens
Quieter
by ComeOnOliver
1k tokens
Teach Impeccable
by ComeOnOliver
602 tokens
Nginx Agent Skills
by ComeOnOliver
577 tokens
Agent Rules
by ComeOnOliver
923 tokens
Php Modernization
by ComeOnOliver
860 tokens
API
by ComeOnOliver
201 tokens
Swagger Petstore Openapi 3 0
by ComeOnOliver
286 tokens
Android Accessibility
by ComeOnOliver
429 tokens
Android Architecture
by ComeOnOliver
692 tokens
Android Coroutines
by ComeOnOliver
1k tokens
Android Data Layer
by ComeOnOliver
420 tokens
Android Emulator Skill
by ComeOnOliver
836 tokens
Android Gradle Logic
by ComeOnOliver
822 tokens
Android Retrofit
by ComeOnOliver
1k tokens
Android Testing
by ComeOnOliver
698 tokens
Android Viewmodel
by ComeOnOliver
421 tokens
Coil Compose
by ComeOnOliver
731 tokens
Compose Navigation
by ComeOnOliver
3k tokens
Compose Performance Audit
by ComeOnOliver
2k tokens
Compose UI
by ComeOnOliver
618 tokens
Gradle Build Performance
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 329 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 354 files found on GitHub, 61 713 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 879 skills here share a name with another skill, and two of them cannot sit side by side.