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 404 files from 1 741 authors, of which 61 763 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 763
unique skills
out of 79 404 files found on GitHub
17 641
are copies
same content, someone else's repository
1 737
tokens, median
what a typical skill costs you in context
7 882
name collisions
two skills with one name cannot sit side by side

51 001–51 060 of 61 763

page 851 of 1 030
Valtio
by ComeOnOliver
1k tokens
Vector
by ComeOnOliver
2k tokens
Velero
by ComeOnOliver
1k tokens
Vercel AI SDK
by ComeOnOliver
1k tokens
Vertex Media Generation
by ComeOnOliver
2k tokens
Victoriametrics
by ComeOnOliver
2k tokens
Viem
by ComeOnOliver
1k tokens
Vinxi
by ComeOnOliver
1k tokens
Vitepress
by ComeOnOliver
1k tokens
Vllm
by ComeOnOliver
958 tokens
Vue
by ComeOnOliver
1k tokens
Wagmi
by ComeOnOliver
920 tokens
Wails
by ComeOnOliver
2k tokens
Wandb
by ComeOnOliver
1k tokens
Warp
by ComeOnOliver
3k tokens
Wasm
by ComeOnOliver
1k tokens
Weave
by ComeOnOliver
1k tokens
Weaviate
by ComeOnOliver
1k tokens
Web Research
by ComeOnOliver
2k tokens
Web Scraper
by ComeOnOliver
2k tokens
Web Vitals Analyzer
by ComeOnOliver
2k tokens
Webflow
by ComeOnOliver
1k tokens
Webgl
by ComeOnOliver
1k tokens
Webhook Processor
by ComeOnOliver
1k tokens
Webhook Security
by ComeOnOliver
1k tokens
Websocket Builder
by ComeOnOliver
1k tokens
Weekly Report
by ComeOnOliver
1k tokens
Whatsapp Bot Builder
by ComeOnOliver
2k tokens
Whatweb
by ComeOnOliver
2k tokens
Whisper
by ComeOnOliver
3k tokens
Windmill
by ComeOnOliver
584 tokens
Wireguard
by ComeOnOliver
2k tokens
Wiremock
by ComeOnOliver
1k tokens
Woocommerce
by ComeOnOliver
673 tokens
Wordpress
by ComeOnOliver
1k tokens
Wxt
by ComeOnOliver
2k tokens
Xano
by ComeOnOliver
2k tokens
Xata
by ComeOnOliver
2k tokens
Xray
by ComeOnOliver
2k tokens
Xss Detection
by ComeOnOliver
3k tokens
Xstate
by ComeOnOliver
933 tokens
Yjs
by ComeOnOliver
3k tokens
Youtube Marketing
by ComeOnOliver
2k tokens
Youtube Transcription
by ComeOnOliver
1k tokens
Yt Dlp
by ComeOnOliver
2k tokens
Yup
by ComeOnOliver
559 tokens
Zabbix
by ComeOnOliver
2k tokens
Zapier
by ComeOnOliver
725 tokens
Zeabur
by ComeOnOliver
2k tokens
Zed
by ComeOnOliver
2k tokens
Zig
by ComeOnOliver
2k tokens
Zipkin
by ComeOnOliver
1k tokens
Zoho
by ComeOnOliver
2k tokens
Commit Messages
by ComeOnOliver
830 tokens
Agora
by ComeOnOliver
3k tokens
Brainstorm Ing
by ComeOnOliver
3k tokens
Wordpress Router
by ComeOnOliver
440 tokens
Wp Abilities API
by ComeOnOliver
807 tokens
Wp Block Development
by ComeOnOliver
1k tokens
Wp Block Themes
by ComeOnOliver
896 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 404 files found on GitHub, 61 763 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 882 skills here share a name with another skill, and two of them cannot sit side by side.