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 921–49 980 of 61 785

page 833 of 1 030
Azure Chaos Studio
by ComeOnOliver
2k tokens
Azure Cloud Adoption Framework
by ComeOnOliver
20k tokens
Azure Cloud Hsm
by ComeOnOliver
1k tokens
Azure Cloud Services
by ComeOnOliver
2k tokens
Azure Cloud Shell
by ComeOnOliver
667 tokens
Azure Cognitive Search
by ComeOnOliver
9k tokens
Azure Communication Services
by ComeOnOliver
19k tokens
Azure Confidential Computing
by ComeOnOliver
3k tokens
Azure Confidential Ledger
by ComeOnOliver
1k tokens
Azure Container Apps
by ComeOnOliver
6k tokens
Azure Container Instances
by ComeOnOliver
3k tokens
Azure Container Registry
by ComeOnOliver
4k tokens
Azure Container Storage
by ComeOnOliver
1k tokens
Azure Content Safety
by ComeOnOliver
1k tokens
Azure Copilot
by ComeOnOliver
1k tokens
Azure Cost Management
by ComeOnOliver
9k tokens
Azure Custom Vision
by ComeOnOliver
1k tokens
Azure Cyclecloud
by ComeOnOliver
4k tokens
Azure Data API Builder
by ComeOnOliver
4k tokens
Azure Data Box Family
by ComeOnOliver
2k tokens
Azure Data Explorer
by ComeOnOliver
5k tokens
Azure Data Factory
by ComeOnOliver
17k tokens
Azure Data Manager For Agri
by ComeOnOliver
1k tokens
Azure Data Science VM
by ComeOnOliver
2k tokens
Azure Data Share
by ComeOnOliver
1k tokens
Azure Database Migration
by ComeOnOliver
1k tokens
Azure Database Mysql
by ComeOnOliver
6k tokens
Azure Database Postgresql
by ComeOnOliver
9k tokens
Azure Databricks
by ComeOnOliver
16k tokens
Azure Ddos Protection
by ComeOnOliver
2k tokens
Azure Dedicated Hsm
by ComeOnOliver
978 tokens
Azure Defender For Cloud
by ComeOnOliver
11k tokens
Azure Defender For Iot
by ComeOnOliver
6k tokens
Azure Deployment Environments
by ComeOnOliver
1k tokens
Azure Dev Box
by ComeOnOliver
2k tokens
Azure Devops
by ComeOnOliver
13k tokens
Azure Devtest Labs
by ComeOnOliver
3k tokens
Azure Digital Twins
by ComeOnOliver
3k tokens
Azure DNS
by ComeOnOliver
2k tokens
Azure Document Intelligence
by ComeOnOliver
3k tokens
Azure Education Hub
by ComeOnOliver
531 tokens
Azure Elastic San
by ComeOnOliver
2k tokens
Azure Energy Data Services
by ComeOnOliver
2k tokens
Azure Event Grid
by ComeOnOliver
7k tokens
Azure Event Hubs
by ComeOnOliver
3k tokens
Azure Expressroute
by ComeOnOliver
4k tokens
Azure Extended Zones
by ComeOnOliver
639 tokens
Azure External Attack Surface Management
by ComeOnOliver
979 tokens
Azure Files
by ComeOnOliver
4k tokens
Azure Firewall Manager
by ComeOnOliver
972 tokens
Azure Firewall
by ComeOnOliver
3k tokens
Azure Firmware Analysis
by ComeOnOliver
1k tokens
Azure Fluid Relay
by ComeOnOliver
1k tokens
Azure Foundry Classic
by ComeOnOliver
11k tokens
Azure Front Door
by ComeOnOliver
4k tokens
Azure Hdinsight
by ComeOnOliver
14k tokens
Azure Health Bot
by ComeOnOliver
2k tokens
Azure Health Data Services
by ComeOnOliver
7k tokens
Azure Hpc Cache
by ComeOnOliver
2k tokens
Azure Immersive Reader
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.