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

50 461–50 520 of 61 785

page 842 of 1 030
Directus
by ComeOnOliver
2k tokens
Direnv
by ComeOnOliver
232 tokens
Django
by ComeOnOliver
2k tokens
Dlt
by ComeOnOliver
1k tokens
DNS Record Analyzer
by ComeOnOliver
1k tokens
Doc Parser
by ComeOnOliver
1k tokens
Docker Helper
by ComeOnOliver
1k tokens
Docusaurus
by ComeOnOliver
2k tokens
Dokploy
by ComeOnOliver
2k tokens
Doppler
by ComeOnOliver
2k tokens
Drei
by ComeOnOliver
1k tokens
Drizzle Orm
by ComeOnOliver
1k tokens
Drizzle Studio
by ComeOnOliver
620 tokens
Dspy
by ComeOnOliver
1k tokens
Duckdb
by ComeOnOliver
2k tokens
Dvc
by ComeOnOliver
1k tokens
E2b Sandbox
by ComeOnOliver
1k tokens
E2b
by ComeOnOliver
653 tokens
Echarts
by ComeOnOliver
1k tokens
Effect Platform
by ComeOnOliver
1k tokens
Effect Ts
by ComeOnOliver
2k tokens
Elasticsearch Search
by ComeOnOliver
2k tokens
Electric SQL SDK
by ComeOnOliver
967 tokens
Electric SQL
by ComeOnOliver
1k tokens
Elevenlabs
by ComeOnOliver
1k tokens
Elixir
by ComeOnOliver
1k tokens
Elysia
by ComeOnOliver
2k tokens
Email Deliverability Debugger
by ComeOnOliver
1k tokens
Email Drafter
by ComeOnOliver
2k tokens
Ember
by ComeOnOliver
1k tokens
Encore
by ComeOnOliver
1k tokens
Env Manager
by ComeOnOliver
2k tokens
Envoy
by ComeOnOliver
1k tokens
Error Monitoring
by ComeOnOliver
991 tokens
Eslint
by ComeOnOliver
2k tokens
Ethers Js
by ComeOnOliver
635 tokens
Eventbridge
by ComeOnOliver
1k tokens
Evidence
by ComeOnOliver
2k tokens
Excalibur
by ComeOnOliver
1k tokens
Excalidraw
by ComeOnOliver
3k tokens
Excel Processor
by ComeOnOliver
1k tokens
Exceljs
by ComeOnOliver
1k tokens
Expense Report
by ComeOnOliver
2k tokens
Expo Router
by ComeOnOliver
1k tokens
External DNS
by ComeOnOliver
1k tokens
Facebook Marketing
by ComeOnOliver
3k tokens
Fail2ban
by ComeOnOliver
321 tokens
Faker
by ComeOnOliver
2k tokens
Falco
by ComeOnOliver
2k tokens
Fast Check
by ComeOnOliver
1k tokens
Fastapi
by ComeOnOliver
1k tokens
Fastify
by ComeOnOliver
1k tokens
Fastlane
by ComeOnOliver
1k tokens
Feature Flag Manager
by ComeOnOliver
1k tokens
Feedback Analysis
by ComeOnOliver
2k tokens
Ffmpeg
by ComeOnOliver
2k tokens
Ffuf
by ComeOnOliver
1k tokens
Fig
by ComeOnOliver
2k tokens
Figma API
by ComeOnOliver
1k tokens
Figma To Code
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.