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 681–49 740 of 61 785

page 829 of 1 030
Dnanexus Integration
by ComeOnOliver
3k tokens
DOCX
by ComeOnOliver
5k tokens
Drugbank Database
by ComeOnOliver
2k tokens
Edgartools
by ComeOnOliver
1k tokens
Ena Database
by ComeOnOliver
2k tokens
Ensembl Database
by ComeOnOliver
2k tokens
Esm
by ComeOnOliver
2k tokens
Etetoolkit
by ComeOnOliver
4k tokens
Exploratory Data Analysis
by ComeOnOliver
3k tokens
Fda Database
by ComeOnOliver
4k tokens
Flowio
by ComeOnOliver
4k tokens
Fluidsim
by ComeOnOliver
2k tokens
Fred Economic Data
by ComeOnOliver
3k tokens
Gene Database
by ComeOnOliver
2k tokens
Generate Image
by ComeOnOliver
2k tokens
Geniml
by ComeOnOliver
2k tokens
Geo Database
by ComeOnOliver
6k tokens
Geomaster
by ComeOnOliver
3k tokens
Geopandas
by ComeOnOliver
2k tokens
Get Available Resources
by ComeOnOliver
2k tokens
Gget
by ComeOnOliver
6k tokens
Ginkgo Cloud Lab
by ComeOnOliver
752 tokens
Glycoengineering
by ComeOnOliver
3k tokens
Gnomad Database
by ComeOnOliver
3k tokens
Gtars
by ComeOnOliver
2k tokens
Gtex Database
by ComeOnOliver
3k tokens
Gwas Database
by ComeOnOliver
5k tokens
Hedgefundmonitor
by ComeOnOliver
2k tokens
Histolab
by ComeOnOliver
5k tokens
Hmdb Database
by ComeOnOliver
2k tokens
Hypogenic
by ComeOnOliver
5k tokens
Hypothesis Generation
by ComeOnOliver
3k tokens
Imaging Data Commons
by ComeOnOliver
8k tokens
Infographics
by ComeOnOliver
4k tokens
Interpro Database
by ComeOnOliver
3k tokens
Iso 13485 Certification
by ComeOnOliver
6k tokens
Jaspar Database
by ComeOnOliver
3k tokens
Kegg Database
by ComeOnOliver
3k tokens
Labarchive Integration
by ComeOnOliver
2k tokens
Lamindb
by ComeOnOliver
3k tokens
Latchbio Integration
by ComeOnOliver
2k tokens
Latex Posters
by ComeOnOliver
15k tokens
Literature Review
by ComeOnOliver
6k tokens
Markdown Mermaid Writing
by ComeOnOliver
4k tokens
Market Research Reports
by ComeOnOliver
7k tokens
Markitdown
by ComeOnOliver
3k tokens
Matchms
by ComeOnOliver
2k tokens
Matlab
by ComeOnOliver
2k tokens
Matplotlib
by ComeOnOliver
3k tokens
Medchem
by ComeOnOliver
2k tokens
Metabolomics Workbench Database
by ComeOnOliver
2k tokens
Modal
by ComeOnOliver
3k tokens
Molecular Dynamics
by ComeOnOliver
4k tokens
Molfeat
by ComeOnOliver
4k tokens
Monarch Database
by ComeOnOliver
3k tokens
Networkx
by ComeOnOliver
3k tokens
Neurokit2
by ComeOnOliver
3k tokens
Neuropixels Analysis
by ComeOnOliver
3k tokens
Offer K Dense Web
by ComeOnOliver
139 tokens
Omero Integration
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 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.