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 041–50 100 of 61 785

page 835 of 1 030
Azure Resource Manager
by ComeOnOliver
14k tokens
Azure Route Server
by ComeOnOliver
1k tokens
Azure Sap
by ComeOnOliver
8k tokens
Azure Security
by ComeOnOliver
3k tokens
Azure Sentinel
by ComeOnOliver
11k tokens
Azure Service Bus
by ComeOnOliver
4k tokens
Azure Service Connector
by ComeOnOliver
2k tokens
Azure Service Fabric
by ComeOnOliver
14k tokens
Azure Service Health
by ComeOnOliver
2k tokens
Azure Signalr Service
by ComeOnOliver
3k tokens
Azure Site Recovery
by ComeOnOliver
6k tokens
Azure Sovereign Us
by ComeOnOliver
2k tokens
Azure Speech
by ComeOnOliver
5k tokens
Azure Spring Apps
by ComeOnOliver
7k tokens
Azure SQL Database
by ComeOnOliver
11k tokens
Azure SQL Managed Instance
by ComeOnOliver
9k tokens
Azure SQL Virtual Machines
by ComeOnOliver
6k tokens
Azure Sre Agent
by ComeOnOliver
2k tokens
Azure Stack Edge
by ComeOnOliver
7k tokens
Azure Stream Analytics
by ComeOnOliver
5k tokens
Azure Synapse Analytics
by ComeOnOliver
12k tokens
Azure Table Storage
by ComeOnOliver
1k tokens
Azure Test Plans
by ComeOnOliver
612 tokens
Azure Traffic Manager
by ComeOnOliver
2k tokens
Azure Translator
by ComeOnOliver
4k tokens
Azure Update Manager
by ComeOnOliver
3k tokens
Azure Video Indexer
by ComeOnOliver
3k tokens
Azure Virtual Desktop
by ComeOnOliver
5k tokens
Azure Virtual Machines
by ComeOnOliver
15k tokens
Azure Virtual Network Manager
by ComeOnOliver
2k tokens
Azure Virtual Network
by ComeOnOliver
3k tokens
Azure Virtual Wan
by ComeOnOliver
4k tokens
Azure VM Scalesets
by ComeOnOliver
4k tokens
Azure Vmware Solution
by ComeOnOliver
5k tokens
Azure Vpn Gateway
by ComeOnOliver
5k tokens
Azure Web Application Firewall
by ComeOnOliver
4k tokens
Azure Web Pubsub
by ComeOnOliver
4k tokens
Azure Well Architected
by ComeOnOliver
9k tokens
Nix Agent Tool Design
by ComeOnOliver
2k tokens
Backend Development
by ComeOnOliver
785 tokens
Best Practices
by ComeOnOliver
4k tokens
Code Documentation
by ComeOnOliver
1k tokens
Code Refactoring
by ComeOnOliver
1k tokens
Developer Growth Analysis
by ComeOnOliver
4k tokens
Javascript Typescript
by ComeOnOliver
719 tokens
Jira Issues
by ComeOnOliver
1k tokens
Job Application
by ComeOnOliver
432 tokens
LLM Application Dev
by ComeOnOliver
1k tokens
Python Development
by ComeOnOliver
674 tokens
QA Regression
by ComeOnOliver
2k tokens
C 2 Ast
by ComeOnOliver
1k tokens
Apply Anthropic Skill Best Practices
by ComeOnOliver
11k tokens
Context Engineering
by ComeOnOliver
13k tokens
Review Local Changes
by ComeOnOliver
3k tokens
Review Pr
by ComeOnOliver
3k tokens
0 Autoresearch Skill
by ComeOnOliver
6k tokens
20 Ml Paper Writing
by ComeOnOliver
10k tokens
Accelerate
by ComeOnOliver
2k tokens
Audiocraft
by ComeOnOliver
4k tokens
Autogpt
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 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.