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 921–55 980 of 61 713

page 933 of 1 029
Gh Address Comments
by ComeOnOliver
247 tokens
Gh Fix CI
by ComeOnOliver
823 tokens
Imagegen
by ComeOnOliver
2k tokens
Jupyter Notebook
by ComeOnOliver
966 tokens
Netlify Deploy
by ComeOnOliver
2k tokens
Notion Knowledge Capture
by ComeOnOliver
754 tokens
Notion Meeting Intelligence
by ComeOnOliver
779 tokens
Notion Research Documentation
by ComeOnOliver
770 tokens
Notion Spec To Implementation
by ComeOnOliver
799 tokens
Openai Docs
by ComeOnOliver
1k tokens
Playwright Interactive
by ComeOnOliver
8k tokens
Render Deploy
by ComeOnOliver
4k tokens
Screenshot
by ComeOnOliver
2k tokens
Security Best Practices
by ComeOnOliver
2k tokens
Security Ownership Map
by ComeOnOliver
2k tokens
Security Threat Model
by ComeOnOliver
1k tokens
Skill Installer
by ComeOnOliver
720 tokens
Slides
by ComeOnOliver
1k tokens
Sora
by ComeOnOliver
2k tokens
Speech
by ComeOnOliver
2k tokens
Spreadsheet
by ComeOnOliver
2k tokens
Transcribe
by ComeOnOliver
643 tokens
Vercel Deploy
by ComeOnOliver
604 tokens
Winui App
by ComeOnOliver
3k tokens
Yeet
by ComeOnOliver
380 tokens
1password
by ComeOnOliver
492 tokens
Clawhub
by ComeOnOliver
239 tokens
Gh Issues
by ComeOnOliver
8k tokens
Goplaces
by ComeOnOliver
204 tokens
Model Usage
by ComeOnOliver
374 tokens
Node Connect
by ComeOnOliver
1k tokens
Xurl
by ComeOnOliver
3k tokens
Create Agent Adapter
by ComeOnOliver
8k tokens
Design Guide
by ComeOnOliver
3k tokens
Doc Maintenance
by ComeOnOliver
2k tokens
Paperclip Create Agent
by ComeOnOliver
1k tokens
Paperclip Create Plugin
by ComeOnOliver
685 tokens
Paperclip
by ComeOnOliver
5k tokens
Para Memory Files
by ComeOnOliver
839 tokens
Pr Report
by ComeOnOliver
1k tokens
Release Changelog
by ComeOnOliver
1k tokens
Release
by ComeOnOliver
2k tokens
Ab Test Analysis
by ComeOnOliver
812 tokens
Analyze Feature Requests
by ComeOnOliver
502 tokens
Ansoff Matrix
by ComeOnOliver
1k tokens
Beachhead Segment
by ComeOnOliver
1k tokens
Brainstorm Experiments Existing
by ComeOnOliver
527 tokens
Brainstorm Experiments New
by ComeOnOliver
552 tokens
Brainstorm Ideas Existing
by ComeOnOliver
660 tokens
Brainstorm Ideas New
by ComeOnOliver
538 tokens
Brainstorm Okrs
by ComeOnOliver
1k tokens
Business Model
by ComeOnOliver
1k tokens
Cohort Analysis
by ComeOnOliver
1k tokens
Competitive Battlecard
by ComeOnOliver
638 tokens
Create Prd
by ComeOnOliver
806 tokens
Customer Journey Map
by ComeOnOliver
745 tokens
Draft Nda
by ComeOnOliver
2k tokens
Dummy Dataset
by ComeOnOliver
910 tokens
Grammar Check
by ComeOnOliver
2k tokens
Growth Loops
by ComeOnOliver
1k 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.