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 221–56 280 of 61 713

page 938 of 1 029
Comprehensive Review Full Review
by ComeOnOliver
2k tokens
Comprehensive Review Pr Enhance
by ComeOnOliver
366 tokens
Conductor Implement
by ComeOnOliver
2k tokens
Conductor Manage
by ComeOnOliver
279 tokens
Conductor New Track
by ComeOnOliver
2k tokens
Conductor Revert
by ComeOnOliver
2k tokens
Conductor Setup
by ComeOnOliver
2k tokens
Conductor Status
by ComeOnOliver
2k tokens
Conductor Validator
by ComeOnOliver
308 tokens
Content Marketer
by ComeOnOliver
2k tokens
Context Driven Development
by ComeOnOliver
3k tokens
Context Management Context Save
by ComeOnOliver
1k tokens
Context Manager
by ComeOnOliver
2k tokens
Cost Optimization
by ComeOnOliver
2k tokens
Cpp Pro
by ComeOnOliver
405 tokens
Cqrs Implementation
by ComeOnOliver
244 tokens
Csharp Pro
by ComeOnOliver
466 tokens
Customer Support
by ComeOnOliver
2k tokens
Data Engineer
by ComeOnOliver
3k tokens
Data Engineering Data Driven Feature
by ComeOnOliver
3k tokens
Data Engineering Data Pipeline
by ComeOnOliver
2k tokens
Data Quality Frameworks
by ComeOnOliver
289 tokens
Data Scientist
by ComeOnOliver
3k tokens
Data Storytelling
by ComeOnOliver
3k tokens
Database Admin
by ComeOnOliver
2k tokens
Database Architect
by ComeOnOliver
4k tokens
Database Cloud Optimization Cost Optimize
by ComeOnOliver
381 tokens
Database Migration
by ComeOnOliver
3k tokens
Database Migrations Migration Observability
by ComeOnOliver
3k tokens
Database Migrations SQL Migrations
by ComeOnOliver
494 tokens
Database Optimizer
by ComeOnOliver
2k tokens
Dbt Transformation Patterns
by ComeOnOliver
261 tokens
Debugger
by ComeOnOliver
279 tokens
Debugging Strategies
by ComeOnOliver
245 tokens
Debugging Toolkit Smart Debug
by ComeOnOliver
1k tokens
Dependency Management Deps Audit
by ComeOnOliver
366 tokens
Dependency Upgrade
by ComeOnOliver
2k tokens
Deployment Engineer
by ComeOnOliver
2k tokens
Deployment Pipeline Design
by ComeOnOliver
2k tokens
Deployment Validation Config Validate
by ComeOnOliver
3k tokens
Devops Troubleshooter
by ComeOnOliver
2k tokens
Distributed Debugging Debug Trace
by ComeOnOliver
394 tokens
Distributed Tracing
by ComeOnOliver
3k tokens
Django Pro
by ComeOnOliver
2k tokens
Docs Architect
by ComeOnOliver
964 tokens
Dotnet Architect
by ComeOnOliver
2k tokens
Dotnet Backend Patterns
by ComeOnOliver
290 tokens
Dx Optimizer
by ComeOnOliver
515 tokens
E2e Testing Patterns
by ComeOnOliver
279 tokens
Elixir Pro
by ComeOnOliver
424 tokens
Embedding Strategies
by ComeOnOliver
4k tokens
Error Debugging Error Analysis
by ComeOnOliver
468 tokens
Error Debugging Error Trace
by ComeOnOliver
354 tokens
Error Debugging Multi Agent Review
by ComeOnOliver
2k tokens
Error Detective
by ComeOnOliver
360 tokens
Error Diagnostics Error Trace
by ComeOnOliver
462 tokens
Error Diagnostics Smart Debug
by ComeOnOliver
1k tokens
Error Handling Patterns
by ComeOnOliver
253 tokens
Event Sourcing Architect
by ComeOnOliver
490 tokens
Event Store Design
by ComeOnOliver
4k 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.