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 341–56 400 of 61 713

page 940 of 1 029
Ml Pipeline Workflow
by ComeOnOliver
2k tokens
Mlops Engineer
by ComeOnOliver
3k tokens
Mobile Developer
by ComeOnOliver
2k tokens
Mobile Security Coder
by ComeOnOliver
3k tokens
Modern Javascript Patterns
by ComeOnOliver
264 tokens
Monorepo Architect
by ComeOnOliver
465 tokens
Monorepo Management
by ComeOnOliver
240 tokens
Mtls Configuration
by ComeOnOliver
2k tokens
Multi Cloud Architecture
by ComeOnOliver
1k tokens
Multi Platform Apps Multi Platform
by ComeOnOliver
2k tokens
Network Engineer
by ComeOnOliver
2k tokens
Nextjs App Router Patterns
by ComeOnOliver
236 tokens
Nft Standards
by ComeOnOliver
3k tokens
Nodejs Backend Patterns
by ComeOnOliver
264 tokens
Nx Workspace Patterns
by ComeOnOliver
3k tokens
Observability Engineer
by ComeOnOliver
3k tokens
Observability Monitoring Monitor Setup
by ComeOnOliver
483 tokens
Observability Monitoring Slo Implement
by ComeOnOliver
382 tokens
On Call Handoff Patterns
by ComeOnOliver
3k tokens
Openapi Spec Generation
by ComeOnOliver
226 tokens
Payment Integration
by ComeOnOliver
849 tokens
Paypal Integration
by ComeOnOliver
3k tokens
Pci Compliance
by ComeOnOliver
3k tokens
Performance Engineer
by ComeOnOliver
3k tokens
Performance Testing Review AI Review
by ComeOnOliver
4k tokens
Php Pro
by ComeOnOliver
590 tokens
Posix Shell Pro
by ComeOnOliver
4k tokens
Postmortem Writing
by ComeOnOliver
3k tokens
Projection Patterns
by ComeOnOliver
205 tokens
Prometheus Configuration
by ComeOnOliver
3k tokens
Prompt Engineer
by ComeOnOliver
3k tokens
Protocol Reverse Engineering
by ComeOnOliver
207 tokens
Python Development Python Scaffold
by ComeOnOliver
2k tokens
Python Packaging
by ComeOnOliver
267 tokens
Python Performance Optimization
by ComeOnOliver
277 tokens
Python Pro
by ComeOnOliver
2k tokens
Python Testing Patterns
by ComeOnOliver
276 tokens
Quant Analyst
by ComeOnOliver
380 tokens
RAG Implementation
by ComeOnOliver
3k tokens
React Modernization
by ComeOnOliver
248 tokens
React State Management
by ComeOnOliver
3k tokens
Reference Builder
by ComeOnOliver
1k tokens
Reverse Engineer
by ComeOnOliver
1k tokens
Risk Manager
by ComeOnOliver
408 tokens
Risk Metrics Calculation
by ComeOnOliver
208 tokens
Ruby Pro
by ComeOnOliver
379 tokens
Rust Async Patterns
by ComeOnOliver
212 tokens
Rust Pro
by ComeOnOliver
2k tokens
Saga Orchestration
by ComeOnOliver
4k tokens
Sales Automator
by ComeOnOliver
310 tokens
Sast Configuration
by ComeOnOliver
2k tokens
Scala Pro
by ComeOnOliver
1k tokens
Screen Reader Testing
by ComeOnOliver
214 tokens
Search Specialist
by ComeOnOliver
516 tokens
Secrets Management
by ComeOnOliver
2k tokens
Security Auditor
by ComeOnOliver
2k tokens
Security Compliance Compliance Check
by ComeOnOliver
528 tokens
Security Requirement Extraction
by ComeOnOliver
208 tokens
Security Scanning Security Dependencies
by ComeOnOliver
385 tokens
Security Scanning Security Hardening
by ComeOnOliver
3k 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.