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 221–50 280 of 61 785

page 838 of 1 030
Offensive Bug Identification
by ComeOnOliver
14k tokens
Offensive Crash Analysis
by ComeOnOliver
102k tokens
Offensive Deserialization
by ComeOnOliver
2k tokens
Offensive Edr Evasion
by ComeOnOliver
21k tokens
Offensive Exploit Dev Course
by ComeOnOliver
5k tokens
Offensive Exploit Development
by ComeOnOliver
8k tokens
Offensive Fast Checking
by ComeOnOliver
6k tokens
Offensive File Upload
by ComeOnOliver
8k tokens
Offensive Fuzzing Course
by ComeOnOliver
20k tokens
Offensive Fuzzing
by ComeOnOliver
15k tokens
Offensive Graphql
by ComeOnOliver
4k tokens
Offensive Idor
by ComeOnOliver
6k tokens
Offensive Initial Access
by ComeOnOliver
16k tokens
Offensive JWT
by ComeOnOliver
4k tokens
Offensive Mitigations
by ComeOnOliver
15k tokens
Offensive Oauth
by ComeOnOliver
4k tokens
Offensive Open Redirect
by ComeOnOliver
4k tokens
Offensive Osint Methodology
by ComeOnOliver
6k tokens
Offensive Osint
by ComeOnOliver
8k tokens
Offensive Parameter Pollution
by ComeOnOliver
4k tokens
Offensive Race Condition
by ComeOnOliver
7k tokens
Offensive Rce
by ComeOnOliver
7k tokens
Offensive Request Smuggling
by ComeOnOliver
5k tokens
Offensive Shellcode
by ComeOnOliver
6k tokens
Offensive Sqli
by ComeOnOliver
6k tokens
Offensive Ssrf
by ComeOnOliver
6k tokens
Offensive Ssti
by ComeOnOliver
5k tokens
Offensive Vuln Classes
by ComeOnOliver
24k tokens
Offensive Waf Bypass
by ComeOnOliver
9k tokens
Offensive Xss
by ComeOnOliver
6k tokens
Offensive Xxe
by ComeOnOliver
7k tokens
Mastering Github Agent Skill
by ComeOnOliver
2k tokens
Abm Program Orchestrator
by ComeOnOliver
8k tokens
Bdr Enablement Generator
by ComeOnOliver
10k tokens
Competitive Battlecard Generator
by ComeOnOliver
8k tokens
Grc Messaging Guardrails
by ComeOnOliver
4k tokens
Marketing Ops Sop Generator
by ComeOnOliver
10k tokens
Pipeline Attribution Narrator
by ComeOnOliver
5k tokens
Novel Master
by ComeOnOliver
3k tokens
Add Addons Existing App
by ComeOnOliver
590 tokens
Choose Ecosystem Integrations
by ComeOnOliver
860 tokens
Create App Scaffold
by ComeOnOliver
824 tokens
Maintain Custom Addons Dev Watch
by ComeOnOliver
664 tokens
Query Docs Library Metadata
by ComeOnOliver
590 tokens
3dsmax Rendering
by ComeOnOliver
2k tokens
3dsmax Scripting
by ComeOnOliver
2k tokens
3proxy
by ComeOnOliver
2k tokens
A2a Protocol
by ComeOnOliver
2k tokens
A2a SDK
by ComeOnOliver
2k tokens
Ably
by ComeOnOliver
994 tokens
Accessibility Auditor
by ComeOnOliver
2k tokens
Act
by ComeOnOliver
243 tokens
Activepieces
by ComeOnOliver
563 tokens
Actix Web
by ComeOnOliver
2k tokens
Ad Campaign Optimization
by ComeOnOliver
2k tokens
Adonisjs
by ComeOnOliver
2k tokens
After Effects
by ComeOnOliver
2k tokens
Ag UI
by ComeOnOliver
1k tokens
Ag2
by ComeOnOliver
1k tokens
Agent Memory
by ComeOnOliver
4k 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.