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 741–55 800 of 61 713

page 930 of 1 029
Azure Security Keyvault Keys Dotnet
by ComeOnOliver
3k tokens
Azure Security Keyvault Keys Java
by ComeOnOliver
3k tokens
Azure Security Keyvault Secrets Java
by ComeOnOliver
3k tokens
Azure Servicebus Dotnet
by ComeOnOliver
3k tokens
Azure Servicebus Py
by ComeOnOliver
2k tokens
Azure Servicebus Ts
by ComeOnOliver
2k tokens
Azure Speech To Text REST Py
by ComeOnOliver
3k tokens
Azure Storage Blob Java
by ComeOnOliver
2k tokens
Azure Storage Blob Py
by ComeOnOliver
1k tokens
Azure Storage Blob Rust
by ComeOnOliver
741 tokens
Azure Storage Blob Ts
by ComeOnOliver
3k tokens
Azure Storage File Datalake Py
by ComeOnOliver
1k tokens
Azure Storage File Share Py
by ComeOnOliver
1k tokens
Azure Storage File Share Ts
by ComeOnOliver
3k tokens
Azure Storage Queue Py
by ComeOnOliver
1k tokens
Azure Storage Queue Ts
by ComeOnOliver
3k tokens
Azure Storage
by ComeOnOliver
1k tokens
Azure Validate
by ComeOnOliver
602 tokens
Azure Web Pubsub Ts
by ComeOnOliver
2k tokens
Capacity
by ComeOnOliver
2k tokens
Cloud Solution Architect
by ComeOnOliver
4k tokens
Continual Learning
by ComeOnOliver
594 tokens
Customize
by ComeOnOliver
2k tokens
Deploy Model
by ComeOnOliver
1k tokens
Entra Agent ID
by ComeOnOliver
2k tokens
Entra App Registration
by ComeOnOliver
2k tokens
Fastapi Router Py
by ComeOnOliver
324 tokens
Frontend Design Review
by ComeOnOliver
1k tokens
Frontend UI Dark Ts
by ComeOnOliver
4k tokens
Github Issue Creator
by ComeOnOliver
830 tokens
Hosted Agents V2 Py
by ComeOnOliver
2k tokens
M365 Agents Dotnet
by ComeOnOliver
2k tokens
M365 Agents Py
by ComeOnOliver
3k tokens
M365 Agents Ts
by ComeOnOliver
1k tokens
Microsoft Azure Webjobs Extensions Authentication Events Dotnet
by ComeOnOliver
4k tokens
Microsoft Foundry
by ComeOnOliver
674 tokens
Podcast Generation
by ComeOnOliver
838 tokens
Preset
by ComeOnOliver
1k tokens
Pydantic Models Py
by ComeOnOliver
357 tokens
React Flow Node Ts
by ComeOnOliver
420 tokens
Wiki Ado Convert
by ComeOnOliver
2k tokens
Wiki Agents MD
by ComeOnOliver
3k tokens
Wiki Architect
by ComeOnOliver
928 tokens
Wiki Changelog
by ComeOnOliver
377 tokens
Wiki Llms Txt
by ComeOnOliver
1k tokens
Wiki Onboarding
by ComeOnOliver
3k tokens
Wiki Page Writer
by ComeOnOliver
1k tokens
Wiki QA
by ComeOnOliver
514 tokens
Wiki Researcher
by ComeOnOliver
1k tokens
Wiki Vitepress
by ComeOnOliver
1k tokens
Zustand Store Ts
by ComeOnOliver
356 tokens
Advanced Evaluation
by ComeOnOliver
4k tokens
Agent Skills For Context Engineering
by ComeOnOliver
2k tokens
Bdi Mental States
by ComeOnOliver
4k tokens
Book Sft Pipeline
by ComeOnOliver
3k tokens
Comprehensive Research Agent
by ComeOnOliver
2k tokens
Context Compression
by ComeOnOliver
4k tokens
Context Degradation
by ComeOnOliver
4k tokens
Context Fundamentals
by ComeOnOliver
4k tokens
Context Optimization
by ComeOnOliver
3k 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.