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 861–49 920 of 61 785

page 832 of 1 030
Code Exemplars Blueprint Generator
by ComeOnOliver
2k tokens
Code Review
by ComeOnOliver
3k tokens
Code
by ComeOnOliver
711 tokens
Coding
by ComeOnOliver
753 tokens
Communication Playbook
by ComeOnOliver
4k tokens
Compaction UI Enhancements
by ComeOnOliver
3k tokens
Competitor Alternatives
by ComeOnOliver
2k tokens
Computer Use
by ComeOnOliver
1k tokens
Content Strategy
by ComeOnOliver
3k tokens
Copy Editing
by ComeOnOliver
3k tokens
Copywriting
by ComeOnOliver
2k tokens
Create Auth Skill
by ComeOnOliver
3k tokens
Cron Mastery
by ComeOnOliver
1k tokens
Data Analyst
by ComeOnOliver
3k tokens
Ddg Web Search
by ComeOnOliver
405 tokens
Debug Pro
by ComeOnOliver
840 tokens
Deep Research Pro
by ComeOnOliver
1k tokens
Desearch Web Search
by ComeOnOliver
385 tokens
Desktop Control
by ComeOnOliver
3k tokens
Build Agent
by ComeOnOliver
1k tokens
Build Skill
by ComeOnOliver
1k tokens
Core Brainstorm
by ComeOnOliver
869 tokens
My Skill
by ComeOnOliver
923 tokens
Understand Chat
by ComeOnOliver
631 tokens
Understand Dashboard
by ComeOnOliver
436 tokens
Understand Diff
by ComeOnOliver
899 tokens
Understand Explain
by ComeOnOliver
721 tokens
Understand Onboard
by ComeOnOliver
696 tokens
Understand
by ComeOnOliver
2k tokens
Yt Dlp Downloader Skill
by ComeOnOliver
1k tokens
Azure Active Directory B2c
by ComeOnOliver
11k tokens
Azure Advisor
by ComeOnOliver
2k tokens
Azure AI Foundry Local
by ComeOnOliver
1k tokens
Azure AI Services
by ComeOnOliver
3k tokens
Azure AI Vision
by ComeOnOliver
1k tokens
Azure Aks Edge Essentials
by ComeOnOliver
10k tokens
Azure Analysis Services
by ComeOnOliver
422 tokens
Azure Anomaly Detector
by ComeOnOliver
1k tokens
Azure API Center
by ComeOnOliver
1k tokens
Azure API Management
by ComeOnOliver
10k tokens
Azure App Configuration
by ComeOnOliver
6k tokens
Azure App Service
by ComeOnOliver
7k tokens
Azure App Testing
by ComeOnOliver
3k tokens
Azure Application Gateway
by ComeOnOliver
6k tokens
Azure Arc
by ComeOnOliver
11k tokens
Azure Architecture
by ComeOnOliver
14k tokens
Azure Artifact Signing
by ComeOnOliver
960 tokens
Azure Artifacts
by ComeOnOliver
3k tokens
Azure Attestation
by ComeOnOliver
1k tokens
Azure Automation
by ComeOnOliver
4k tokens
Azure Backup
by ComeOnOliver
9k tokens
Azure Baremetal Infrastructure
by ComeOnOliver
533 tokens
Azure Bastion
by ComeOnOliver
2k tokens
Azure Batch
by ComeOnOliver
4k tokens
Azure Blueprints
by ComeOnOliver
2k tokens
Azure Boards
by ComeOnOliver
2k tokens
Azure Bot Service
by ComeOnOliver
8k tokens
Azure Business Process Tracking
by ComeOnOliver
412 tokens
Azure Cache Redis
by ComeOnOliver
3k tokens
Azure Carbon Optimization
by ComeOnOliver
651 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.