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

55 981–56 040 of 61 713

page 934 of 1 029
Gtm Motions
by ComeOnOliver
2k tokens
Gtm Strategy
by ComeOnOliver
944 tokens
Ideal Customer Profile
by ComeOnOliver
1k tokens
Identify Assumptions Existing
by ComeOnOliver
442 tokens
Identify Assumptions New
by ComeOnOliver
735 tokens
Interview Script
by ComeOnOliver
1k tokens
Job Stories
by ComeOnOliver
670 tokens
Market Segments
by ComeOnOliver
839 tokens
Market Sizing
by ComeOnOliver
1k tokens
Metrics Dashboard
by ComeOnOliver
1k tokens
Monetization Strategy
by ComeOnOliver
2k tokens
North Star Metric
by ComeOnOliver
935 tokens
Opportunity Solution Tree
by ComeOnOliver
980 tokens
Outcome Roadmap
by ComeOnOliver
815 tokens
Pestle Analysis
by ComeOnOliver
1k tokens
Porters Five Forces
by ComeOnOliver
2k tokens
Positioning Ideas
by ComeOnOliver
672 tokens
Pre Mortem
by ComeOnOliver
928 tokens
Prioritization Frameworks
by ComeOnOliver
970 tokens
Prioritize Assumptions
by ComeOnOliver
512 tokens
Prioritize Features
by ComeOnOliver
558 tokens
Privacy Policy
by ComeOnOliver
3k tokens
Product Name
by ComeOnOliver
493 tokens
Product Vision
by ComeOnOliver
559 tokens
Release Notes
by ComeOnOliver
563 tokens
Retro
by ComeOnOliver
624 tokens
Review Resume
by ComeOnOliver
3k tokens
Sentiment Analysis
by ComeOnOliver
802 tokens
Sprint Plan
by ComeOnOliver
523 tokens
SQL Queries
by ComeOnOliver
823 tokens
Stakeholder Map
by ComeOnOliver
550 tokens
Startup Canvas
by ComeOnOliver
2k tokens
Summarize Interview
by ComeOnOliver
435 tokens
Summarize Meeting
by ComeOnOliver
675 tokens
Swot Analysis
by ComeOnOliver
886 tokens
Test Scenarios
by ComeOnOliver
789 tokens
User Personas
by ComeOnOliver
691 tokens
User Segmentation
by ComeOnOliver
959 tokens
User Stories
by ComeOnOliver
672 tokens
Value Prop Statements
by ComeOnOliver
695 tokens
Value Proposition
by ComeOnOliver
1k tokens
Wwas
by ComeOnOliver
706 tokens
Client Brief Generator
by ComeOnOliver
152 tokens
Deck Blueprint
by ComeOnOliver
123 tokens
Experiment Designer
by ComeOnOliver
175 tokens
Messaging House
by ComeOnOliver
157 tokens
Offer Page Blueprint
by ComeOnOliver
156 tokens
QA Gatekeeper
by ComeOnOliver
141 tokens
12 Factor App
by ComeOnOliver
2k tokens
37signals Rails
by ComeOnOliver
2k tokens
App Planner
by ComeOnOliver
1k tokens
Ast Grep
by ComeOnOliver
2k tokens
Audio Voice Recovery
by ComeOnOliver
3k tokens
Cdata Terminator
by ComeOnOliver
33 tokens
Chrome Extension UI
by ComeOnOliver
2k tokens
Chrome Extension
by ComeOnOliver
3k tokens
Clean Architecture
by ComeOnOliver
2k tokens
Clean Code
by ComeOnOliver
2k tokens
Code Simplifier
by ComeOnOliver
2k tokens
Codemod
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.