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 401–56 460 of 61 713

page 941 of 1 029
Security Scanning Security Sast
by ComeOnOliver
4k tokens
SEO Authority Builder
by ComeOnOliver
817 tokens
SEO Cannibalization Detector
by ComeOnOliver
737 tokens
SEO Content Auditor
by ComeOnOliver
572 tokens
SEO Content Planner
by ComeOnOliver
584 tokens
SEO Content Refresher
by ComeOnOliver
709 tokens
SEO Content Writer
by ComeOnOliver
576 tokens
SEO Keyword Strategist
by ComeOnOliver
630 tokens
SEO Meta Optimizer
by ComeOnOliver
620 tokens
SEO Snippet Hunter
by ComeOnOliver
689 tokens
SEO Structure Architect
by ComeOnOliver
665 tokens
Service Mesh Expert
by ComeOnOliver
530 tokens
Service Mesh Observability
by ComeOnOliver
3k tokens
Shellcheck Configuration
by ComeOnOliver
2k tokens
Similarity Search Patterns
by ComeOnOliver
204 tokens
Slo Implementation
by ComeOnOliver
2k tokens
Spark Optimization
by ComeOnOliver
3k tokens
SQL Optimization Patterns
by ComeOnOliver
241 tokens
SQL Pro
by ComeOnOliver
2k tokens
Startup Analyst
by ComeOnOliver
3k tokens
Startup Business Analyst Business Case
by ComeOnOliver
3k tokens
Startup Business Analyst Financial Projections
by ComeOnOliver
2k tokens
Startup Business Analyst Market Opportunity
by ComeOnOliver
2k tokens
Startup Financial Modeling
by ComeOnOliver
3k tokens
Startup Metrics Framework
by ComeOnOliver
207 tokens
Stride Analysis Patterns
by ComeOnOliver
207 tokens
Stripe Integration
by ComeOnOliver
3k tokens
Systems Programming Rust Project
by ComeOnOliver
2k tokens
Tdd Orchestrator
by ComeOnOliver
3k tokens
Tdd Workflows Tdd Cycle
by ComeOnOliver
2k tokens
Tdd Workflows Tdd Green
by ComeOnOliver
439 tokens
Tdd Workflows Tdd Red
by ComeOnOliver
1k tokens
Tdd Workflows Tdd Refactor
by ComeOnOliver
1k tokens
Team Collaboration Issue
by ComeOnOliver
349 tokens
Team Collaboration Standup Notes
by ComeOnOliver
455 tokens
Team Composition Analysis
by ComeOnOliver
2k tokens
Temporal Python Pro
by ComeOnOliver
3k tokens
Temporal Python Testing
by ComeOnOliver
1k tokens
Terraform Module Library
by ComeOnOliver
1k tokens
Terraform Specialist
by ComeOnOliver
2k tokens
Test Automator
by ComeOnOliver
3k tokens
Threat Mitigation Mapping
by ComeOnOliver
196 tokens
Threat Modeling Expert
by ComeOnOliver
431 tokens
Track Management
by ComeOnOliver
255 tokens
Turborepo Caching
by ComeOnOliver
2k tokens
Tutorial Engineer
by ComeOnOliver
1k tokens
Typescript Advanced Types
by ComeOnOliver
271 tokens
Typescript Pro
by ComeOnOliver
462 tokens
UI Ux Designer
by ComeOnOliver
2k tokens
UI Visual Validator
by ComeOnOliver
2k tokens
Unit Testing Test Generate
by ComeOnOliver
3k tokens
Unity Developer
by ComeOnOliver
3k tokens
Unity Ecs Patterns
by ComeOnOliver
225 tokens
Uv Package Manager
by ComeOnOliver
277 tokens
Vector Database Engineer
by ComeOnOliver
498 tokens
Vector Index Tuning
by ComeOnOliver
309 tokens
Wcag Audit Patterns
by ComeOnOliver
306 tokens
Web3 Testing
by ComeOnOliver
3k tokens
Workflow Orchestration Patterns
by ComeOnOliver
2k tokens
Workflow Patterns
by ComeOnOliver
245 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.