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

56 281–56 340 of 61 713

page 939 of 1 029
Fastapi Pro
by ComeOnOliver
2k tokens
Firmware Analyst
by ComeOnOliver
2k tokens
Flutter Expert
by ComeOnOliver
2k tokens
Framework Migration Code Migrate
by ComeOnOliver
476 tokens
Framework Migration Deps Upgrade
by ComeOnOliver
458 tokens
Framework Migration Legacy Modernize
by ComeOnOliver
3k tokens
Frontend Developer
by ComeOnOliver
2k tokens
Frontend Mobile Development Component Scaffold
by ComeOnOliver
3k tokens
Frontend Mobile Security Xss Scan
by ComeOnOliver
2k tokens
Frontend Security Coder
by ComeOnOliver
3k tokens
Full Stack Orchestration Full Stack Feature
by ComeOnOliver
3k tokens
Gdpr Data Handling
by ComeOnOliver
218 tokens
Git Advanced Workflows
by ComeOnOliver
2k tokens
Git Pr Workflows Git Workflow
by ComeOnOliver
2k tokens
Git Pr Workflows Onboard
by ComeOnOliver
4k tokens
Git Pr Workflows Pr Enhance
by ComeOnOliver
462 tokens
Gitlab CI Patterns
by ComeOnOliver
1k tokens
Gitops Workflow
by ComeOnOliver
2k tokens
Go Concurrency Patterns
by ComeOnOliver
216 tokens
Godot Gdscript Patterns
by ComeOnOliver
212 tokens
Golang Pro
by ComeOnOliver
2k tokens
Grafana Dashboards
by ComeOnOliver
2k tokens
Graphql Architect
by ComeOnOliver
2k tokens
Haskell Pro
by ComeOnOliver
509 tokens
Helm Chart Scaffolding
by ComeOnOliver
241 tokens
Hr Pro
by ComeOnOliver
2k tokens
Hybrid Cloud Architect
by ComeOnOliver
2k tokens
Hybrid Cloud Networking
by ComeOnOliver
1k tokens
Hybrid Search Implementation
by ComeOnOliver
216 tokens
Incident Responder
by ComeOnOliver
2k tokens
Incident Response Incident Response
by ComeOnOliver
3k tokens
Incident Response Smart Fix
by ComeOnOliver
764 tokens
Ios Developer
by ComeOnOliver
2k tokens
Istio Traffic Management
by ComeOnOliver
2k tokens
Java Pro
by ComeOnOliver
2k tokens
Javascript Pro
by ComeOnOliver
366 tokens
Javascript Testing Patterns
by ComeOnOliver
269 tokens
Javascript Typescript Typescript Scaffold
by ComeOnOliver
2k tokens
Julia Pro
by ComeOnOliver
2k tokens
K8s Manifest Generator
by ComeOnOliver
286 tokens
K8s Security Policies
by ComeOnOliver
2k tokens
Kpi Dashboard Design
by ComeOnOliver
4k tokens
Kubernetes Architect
by ComeOnOliver
2k tokens
Langchain Architecture
by ComeOnOliver
3k tokens
Legacy Modernizer
by ComeOnOliver
358 tokens
Legal Advisor
by ComeOnOliver
536 tokens
Linkerd Patterns
by ComeOnOliver
2k tokens
LLM Application Dev AI Assistant
by ComeOnOliver
302 tokens
LLM Application Dev Langchain Agent
by ComeOnOliver
2k tokens
LLM Application Dev Prompt Optimize
by ComeOnOliver
274 tokens
LLM Evaluation
by ComeOnOliver
3k tokens
Machine Learning Ops Ml Pipeline
by ComeOnOliver
3k tokens
Malware Analyst
by ComeOnOliver
2k tokens
Market Sizing Analysis
by ComeOnOliver
3k tokens
Memory Forensics
by ComeOnOliver
3k tokens
Memory Safety Patterns
by ComeOnOliver
216 tokens
Mermaid Expert
by ComeOnOliver
378 tokens
Microservices Patterns
by ComeOnOliver
272 tokens
Minecraft Bukkit Pro
by ComeOnOliver
1k tokens
Ml Engineer
by ComeOnOliver
2k 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.