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

49 801–49 860 of 61 785

page 831 of 1 030
Statsmodels
by ComeOnOliver
5k tokens
String Database
by ComeOnOliver
4k tokens
Sympy
by ComeOnOliver
3k tokens
Tiledbvcf
by ComeOnOliver
4k tokens
Timesfm Forecasting
by ComeOnOliver
7k tokens
Torch Geometric
by ComeOnOliver
5k tokens
Torchdrug
by ComeOnOliver
3k tokens
Transformers
by ComeOnOliver
1k tokens
Treatment Plans
by ComeOnOliver
13k tokens
Umap Learn
by ComeOnOliver
4k tokens
Uniprot Database
by ComeOnOliver
2k tokens
Usfiscaldata
by ComeOnOliver
2k tokens
Uspto Database
by ComeOnOliver
5k tokens
Vaex
by ComeOnOliver
2k tokens
What If Oracle
by ComeOnOliver
2k tokens
XLSX
by ComeOnOliver
3k tokens
Zarr Python
by ComeOnOliver
5k tokens
Zinc Database
by ComeOnOliver
3k tokens
Skills Discovery
by ComeOnOliver
1k tokens
Academic Deep Research
by ComeOnOliver
6k tokens
Add Educational Comments
by ComeOnOliver
2k tokens
Agent Autonomy Kit
by ComeOnOliver
130 tokens
Agent Browser Clawdbot
by ComeOnOliver
1k tokens
Agent Governance
by ComeOnOliver
4k tokens
Agent Reach
by ComeOnOliver
1k tokens
Agent Team Orchestration
by ComeOnOliver
1k tokens
Agentic Eval
by ComeOnOliver
1k tokens
AI Humanizer
by ComeOnOliver
2k tokens
AI Ppt Generator
by ComeOnOliver
763 tokens
AI Prompt Engineering Safety Review
by ComeOnOliver
2k tokens
AI Prompt Generator
by ComeOnOliver
249 tokens
AI Travel
by ComeOnOliver
3k tokens
AI Web Automation
by ComeOnOliver
237 tokens
Amazon Price Tracker
by ComeOnOliver
175 tokens
Answeroverflow
by ComeOnOliver
684 tokens
API Gateway
by ComeOnOliver
8k tokens
Apple Appstore Reviewer
by ComeOnOliver
2k tokens
Architecture Blueprint Generator
by ComeOnOliver
3k tokens
Audit Website
by ComeOnOliver
4k tokens
Auto Updater
by ComeOnOliver
751 tokens
Automation Workflows
by ComeOnOliver
2k tokens
Better Auth Best Practices
by ComeOnOliver
2k tokens
Boost Prompt
by ComeOnOliver
299 tokens
Brave Search
by ComeOnOliver
270 tokens
Breakdown Feature Implementation
by ComeOnOliver
1k tokens
Browser
by ComeOnOliver
116 tokens
Byterover
by ComeOnOliver
2k tokens
Caldav Calendar
by ComeOnOliver
769 tokens
Calendar
by ComeOnOliver
96 tokens
Capability Evolver
by ComeOnOliver
1k tokens
Citedy Content Ingestion
by ComeOnOliver
3k tokens
Citedy Content Writer
by ComeOnOliver
6k tokens
Citedy Lead Magnets
by ComeOnOliver
3k tokens
Citedy Trend Scout
by ComeOnOliver
4k tokens
Citedy Video Shorts
by ComeOnOliver
4k tokens
Clankers World
by ComeOnOliver
872 tokens
Clawdbot Filesystem
by ComeOnOliver
2k tokens
Clawddocs
by ComeOnOliver
1k tokens
Clawdhub
by ComeOnOliver
228 tokens
Clean Content Fetch
by ComeOnOliver
690 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.