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

56 041–56 100 of 61 713

page 935 of 1 029
Debug
by ComeOnOliver
1k tokens
Dev Rfc
by ComeOnOliver
4k tokens
Dockerfile Optimise
by ComeOnOliver
2k tokens
Domain Architect
by ComeOnOliver
2k tokens
Emilkowal Animations
by ComeOnOliver
2k tokens
Exec Plan
by ComeOnOliver
1k tokens
Expo React Native Coder
by ComeOnOliver
2k tokens
Expo React Native Performance
by ComeOnOliver
2k tokens
Expo
by ComeOnOliver
1k tokens
Feature Arch
by ComeOnOliver
1k tokens
Feature Spec
by ComeOnOliver
1k tokens
Framer Motion
by ComeOnOliver
2k tokens
Graph Schema
by ComeOnOliver
2k tokens
Harness Engineering
by ComeOnOliver
5k tokens
Humanize
by ComeOnOliver
4k tokens
Invalid Name Consecutive Hyphens
by ComeOnOliver
17 tokens
Invalid Name Uppercase
by ComeOnOliver
17 tokens
Ios Animations
by ComeOnOliver
3k tokens
Ios Chaos Monkey
by ComeOnOliver
2k tokens
Ios Design System
by ComeOnOliver
3k tokens
Ios Design
by ComeOnOliver
3k tokens
Ios Hig
by ComeOnOliver
1k tokens
Ios Navigation
by ComeOnOliver
3k tokens
Ios Storyboard
by ComeOnOliver
2k tokens
Ios Taste
by ComeOnOliver
5k tokens
Ios Testing
by ComeOnOliver
2k tokens
Ios UI Refactor
by ComeOnOliver
3k tokens
Ios Xcode
by ComeOnOliver
1k tokens
Js Google
by ComeOnOliver
2k tokens
Jscodeshift
by ComeOnOliver
2k tokens
Knip Deadcode
by ComeOnOliver
2k tokens
Missing Description
by ComeOnOliver
20 tokens
Missing References
by ComeOnOliver
101 tokens
Msw
by ComeOnOliver
1k tokens
Mui Base
by ComeOnOliver
1k tokens
Nextjs
by ComeOnOliver
1k tokens
Nginx C Module Debug
by ComeOnOliver
2k tokens
Nginx C Module Design
by ComeOnOliver
2k tokens
Nginx C Module Perf
by ComeOnOliver
2k tokens
Nginx C Modules
by ComeOnOliver
2k tokens
Nuqs
by ComeOnOliver
2k tokens
Orval
by ComeOnOliver
1k tokens
Playwright
by ComeOnOliver
2k tokens
Pulumi
by ComeOnOliver
1k tokens
Python
by ComeOnOliver
2k tokens
Rails Application UI Blocks
by ComeOnOliver
699 tokens
Rails Design System
by ComeOnOliver
2k tokens
Rails Dev
by ComeOnOliver
2k tokens
Rails Hotwire
by ComeOnOliver
2k tokens
Rails Testing
by ComeOnOliver
2k tokens
React Hook Form
by ComeOnOliver
1k tokens
React Native Elements
by ComeOnOliver
2k tokens
React Optimise
by ComeOnOliver
2k tokens
React Refactor
by ComeOnOliver
2k tokens
React Testing Library
by ComeOnOliver
2k tokens
React
by ComeOnOliver
3k tokens
Refactor
by ComeOnOliver
1k tokens
Restful Hateoas
by ComeOnOliver
2k tokens
Ruby Optimise
by ComeOnOliver
2k tokens
Ruby Refactor
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.