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

49 981–50 040 of 61 785

page 834 of 1 030
Azure Impact Reporting
by ComeOnOliver
839 tokens
Azure Import Export
by ComeOnOliver
734 tokens
Azure Industry
by ComeOnOliver
2k tokens
Azure Information Protection
by ComeOnOliver
1k tokens
Azure Internet Peering
by ComeOnOliver
414 tokens
Azure Iot Central
by ComeOnOliver
3k tokens
Azure Iot Edge
by ComeOnOliver
3k tokens
Azure Iot Hub
by ComeOnOliver
5k tokens
Azure Iot Operations
by ComeOnOliver
4k tokens
Azure Iot
by ComeOnOliver
1k tokens
Azure Key Vault
by ComeOnOliver
5k tokens
Azure Kubernetes Service
by ComeOnOliver
15k tokens
Azure Lab Services
by ComeOnOliver
4k tokens
Azure Language Service
by ComeOnOliver
5k tokens
Azure Large Instances
by ComeOnOliver
623 tokens
Azure Lighthouse
by ComeOnOliver
1k tokens
Azure Load Balancer
by ComeOnOliver
3k tokens
Azure Local
by ComeOnOliver
11k tokens
Azure Logic Apps
by ComeOnOliver
8k tokens
Azure Machine Learning
by ComeOnOliver
21k tokens
Azure Managed Applications
by ComeOnOliver
3k tokens
Azure Managed Grafana
by ComeOnOliver
2k tokens
Azure Managed Lustre
by ComeOnOliver
2k tokens
Azure Managed Redis
by ComeOnOliver
2k tokens
Azure Maps
by ComeOnOliver
5k tokens
Azure Metrics Advisor
by ComeOnOliver
878 tokens
Azure Microsoft Foundry
by ComeOnOliver
8k tokens
Azure Migrate
by ComeOnOliver
5k tokens
Azure Monitor
by ComeOnOliver
10k tokens
Azure Nat Gateway
by ComeOnOliver
1k tokens
Azure Netapp Files
by ComeOnOliver
7k tokens
Azure Network Function Manager
by ComeOnOliver
509 tokens
Azure Network Watcher
by ComeOnOliver
2k tokens
Azure Networking
by ComeOnOliver
1k tokens
Azure Notification Hubs
by ComeOnOliver
3k tokens
Azure Open Datasets
by ComeOnOliver
401 tokens
Azure Operator Nexus
by ComeOnOliver
7k tokens
Azure Operator Service Manager
by ComeOnOliver
2k tokens
Azure Oracle
by ComeOnOliver
800 tokens
Azure Osconfig
by ComeOnOliver
1k tokens
Azure Partner Solutions
by ComeOnOliver
2k tokens
Azure Payment Hsm
by ComeOnOliver
1k tokens
Azure Peering Service
by ComeOnOliver
408 tokens
Azure Personalizer
by ComeOnOliver
1k tokens
Azure Pipelines
by ComeOnOliver
22k tokens
Azure Planetary Computer Pro
by ComeOnOliver
2k tokens
Azure Playwright Workspaces
by ComeOnOliver
1k tokens
Azure Policy
by ComeOnOliver
4k tokens
Azure Portal
by ComeOnOliver
985 tokens
Azure Private Link
by ComeOnOliver
2k tokens
Azure Quantum
by ComeOnOliver
3k tokens
Azure Queue Storage
by ComeOnOliver
1k tokens
Azure Quotas
by ComeOnOliver
393 tokens
Azure Rbac
by ComeOnOliver
4k tokens
Azure Redhat Openshift
by ComeOnOliver
3k tokens
Azure Relay
by ComeOnOliver
935 tokens
Azure Reliability
by ComeOnOliver
2k tokens
Azure Repos
by ComeOnOliver
6k tokens
Azure Resiliency
by ComeOnOliver
743 tokens
Azure Resource Graph
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.