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

55 621–55 680 of 61 713

page 928 of 1 029
React To Ios
by ComeOnOliver
3k tokens
Review Analyst Agent
by ComeOnOliver
2k tokens
Sidequest
by ComeOnOliver
2k tokens
Slide Generation
by ComeOnOliver
1k tokens
Social Producer Agent
by ComeOnOliver
2k tokens
Style Guide
by ComeOnOliver
2k tokens
Video Generation
by ComeOnOliver
3k tokens
Video Producer Agent
by ComeOnOliver
3k tokens
Voice Generation
by ComeOnOliver
2k tokens
Agent Framework
by ComeOnOliver
2k tokens
Azure AI Agents Persistent Dotnet
by ComeOnOliver
3k tokens
Azure AI Agents Persistent Java
by ComeOnOliver
822 tokens
Azure AI Anomalydetector Java
by ComeOnOliver
2k tokens
Azure AI Contentsafety Java
by ComeOnOliver
2k tokens
Azure AI Contentsafety Py
by ComeOnOliver
1k tokens
Azure AI Contentsafety Ts
by ComeOnOliver
2k tokens
Azure AI Contentunderstanding Py
by ComeOnOliver
2k tokens
Azure AI Document Intelligence Dotnet
by ComeOnOliver
3k tokens
Azure AI Document Intelligence Ts
by ComeOnOliver
2k tokens
Azure AI Formrecognizer Java
by ComeOnOliver
2k tokens
Azure AI Language Conversations Py
by ComeOnOliver
538 tokens
Azure AI Ml Py
by ComeOnOliver
1k tokens
Azure AI Openai Dotnet
by ComeOnOliver
3k tokens
Azure AI Projects Dotnet
by ComeOnOliver
3k tokens
Azure AI Projects Java
by ComeOnOliver
1k tokens
Azure AI Projects Py
by ComeOnOliver
2k tokens
Azure AI Projects Ts
by ComeOnOliver
2k tokens
Azure AI Textanalytics Py
by ComeOnOliver
2k tokens
Azure AI Transcription Py
by ComeOnOliver
369 tokens
Azure AI Translation Document Py
by ComeOnOliver
2k tokens
Azure AI Translation Text Py
by ComeOnOliver
2k tokens
Azure AI Translation Ts
by ComeOnOliver
2k tokens
Azure AI Vision Imageanalysis Java
by ComeOnOliver
2k tokens
Azure AI Vision Imageanalysis Py
by ComeOnOliver
2k tokens
Azure AI Voicelive Dotnet
by ComeOnOliver
2k tokens
Azure AI Voicelive Java
by ComeOnOliver
2k tokens
Azure AI Voicelive Py
by ComeOnOliver
2k tokens
Azure AI Voicelive Ts
by ComeOnOliver
3k tokens
Azure AI
by ComeOnOliver
714 tokens
Azure Aigateway
by ComeOnOliver
6k tokens
Azure Appconfiguration Java
by ComeOnOliver
3k tokens
Azure Appconfiguration Py
by ComeOnOliver
1k tokens
Azure Appconfiguration Ts
by ComeOnOliver
2k tokens
Azure Communication Callautomation Java
by ComeOnOliver
2k tokens
Azure Communication Callingserver Java
by ComeOnOliver
618 tokens
Azure Communication Chat Java
by ComeOnOliver
2k tokens
Azure Communication Common Java
by ComeOnOliver
2k tokens
Azure Communication Sms Java
by ComeOnOliver
2k tokens
Azure Compliance
by ComeOnOliver
1k tokens
Azure Compute Batch Java
by ComeOnOliver
3k tokens
Azure Containerregistry Py
by ComeOnOliver
1k tokens
Azure Cosmos DB Py
by ComeOnOliver
2k tokens
Azure Cosmos Java
by ComeOnOliver
2k tokens
Azure Cosmos Py
by ComeOnOliver
2k tokens
Azure Cosmos Rust
by ComeOnOliver
740 tokens
Azure Cosmos Ts
by ComeOnOliver
3k tokens
Azure Cost Optimization
by ComeOnOliver
3k tokens
Azure Data Tables Java
by ComeOnOliver
2k tokens
Azure Data Tables Py
by ComeOnOliver
1k tokens
Azure Deploy
by ComeOnOliver
838 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.