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 881–50 940 of 61 785

page 849 of 1 030
Rsbuild
by ComeOnOliver
787 tokens
Rspack
by ComeOnOliver
1k tokens
Rsync
by ComeOnOliver
517 tokens
Ruff
by ComeOnOliver
560 tokens
S3 Storage
by ComeOnOliver
2k tokens
Saas Architecture Advisor
by ComeOnOliver
1k tokens
Salesforce
by ComeOnOliver
3k tokens
Sanity
by ComeOnOliver
853 tokens
Sap
by ComeOnOliver
3k tokens
Schema Versioning
by ComeOnOliver
1k tokens
Schemathesis
by ComeOnOliver
2k tokens
Scikit Learn
by ComeOnOliver
873 tokens
Search Engine Setup
by ComeOnOliver
1k tokens
Security Audit
by ComeOnOliver
2k tokens
Segment
by ComeOnOliver
2k tokens
Selenium
by ComeOnOliver
1k tokens
Semantic Release
by ComeOnOliver
286 tokens
Sendgrid
by ComeOnOliver
1k tokens
Senior Computer Vision
by ComeOnOliver
2k tokens
Sentry
by ComeOnOliver
891 tokens
SEO Audit
by ComeOnOliver
2k tokens
Sequelize
by ComeOnOliver
1k tokens
Serverless Debugger
by ComeOnOliver
1k tokens
Shadcn UI
by ComeOnOliver
2k tokens
Sharepoint
by ComeOnOliver
2k tokens
Sharp
by ComeOnOliver
2k tokens
Shopify
by ComeOnOliver
3k tokens
Signoz
by ComeOnOliver
2k tokens
Slack Bot Builder
by ComeOnOliver
1k tokens
Smolagents
by ComeOnOliver
1k tokens
Snipcart
by ComeOnOliver
606 tokens
Snyk
by ComeOnOliver
262 tokens
Social Content
by ComeOnOliver
2k tokens
Socketio
by ComeOnOliver
2k tokens
Soda
by ComeOnOliver
1k tokens
Solana
by ComeOnOliver
1k tokens
Solid
by ComeOnOliver
2k tokens
Solidity
by ComeOnOliver
673 tokens
Sox
by ComeOnOliver
2k tokens
Spec Driven Dev
by ComeOnOliver
3k tokens
Spline
by ComeOnOliver
1k tokens
Spring Boot
by ComeOnOliver
2k tokens
SQL Optimizer
by ComeOnOliver
2k tokens
Sqlalchemy
by ComeOnOliver
1k tokens
Sqlite
by ComeOnOliver
1k tokens
Sqlmap
by ComeOnOliver
1k tokens
Sqs
by ComeOnOliver
1k tokens
Square
by ComeOnOliver
602 tokens
SSH
by ComeOnOliver
544 tokens
Ssr Migration
by ComeOnOliver
2k tokens
Ssrf Detection
by ComeOnOliver
3k tokens
Sst Ion
by ComeOnOliver
1k tokens
Sst
by ComeOnOliver
798 tokens
Stagehand
by ComeOnOliver
1k tokens
Starship
by ComeOnOliver
780 tokens
Statuspage
by ComeOnOliver
2k tokens
Step Ca
by ComeOnOliver
369 tokens
Step Functions
by ComeOnOliver
1k tokens
Storybook
by ComeOnOliver
812 tokens
Strapi
by ComeOnOliver
1k 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.