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

50 521–50 580 of 61 785

page 843 of 1 030
File Organizer
by ComeOnOliver
2k tokens
File Upload Processor
by ComeOnOliver
1k tokens
Firebase
by ComeOnOliver
2k tokens
Firecrawl
by ComeOnOliver
1k tokens
Fireworks AI
by ComeOnOliver
2k tokens
Flask
by ComeOnOliver
2k tokens
Flink
by ComeOnOliver
806 tokens
Fluentd
by ComeOnOliver
2k tokens
Fly Io
by ComeOnOliver
1k tokens
Formbricks
by ComeOnOliver
1k tokens
Formik
by ComeOnOliver
811 tokens
Foundry
by ComeOnOliver
2k tokens
Gallery Dl
by ComeOnOliver
2k tokens
Gatus
by ComeOnOliver
2k tokens
Gcloud
by ComeOnOliver
1k tokens
GCP Bigquery
by ComeOnOliver
2k tokens
GCP Cloud Functions
by ComeOnOliver
2k tokens
GCP Cloud Run
by ComeOnOliver
1k tokens
GCP Cloud Storage
by ComeOnOliver
1k tokens
GCP Firestore
by ComeOnOliver
2k tokens
Gdpr Compliance
by ComeOnOliver
2k tokens
Gemini CLI
by ComeOnOliver
991 tokens
Ghost
by ComeOnOliver
1k tokens
Gin
by ComeOnOliver
1k tokens
Git Commit Pro
by ComeOnOliver
1k tokens
Github Copilot
by ComeOnOliver
2k tokens
Gleam
by ComeOnOliver
2k tokens
Go Echo
by ComeOnOliver
1k tokens
Go Fiber
by ComeOnOliver
1k tokens
Go To Market
by ComeOnOliver
2k tokens
Gobuster
by ComeOnOliver
817 tokens
Godot
by ComeOnOliver
2k tokens
Google Indexing
by ComeOnOliver
2k tokens
Gradio
by ComeOnOliver
1k tokens
Grafana
by ComeOnOliver
2k tokens
Graphql Yoga
by ComeOnOliver
996 tokens
Graphql
by ComeOnOliver
2k tokens
Great Expectations
by ComeOnOliver
1k tokens
Groq
by ComeOnOliver
2k tokens
Growth Hacking
by ComeOnOliver
2k tokens
Grpc
by ComeOnOliver
2k tokens
Grype
by ComeOnOliver
1k tokens
Gsap
by ComeOnOliver
767 tokens
Guidance
by ComeOnOliver
1k tokens
Hapi
by ComeOnOliver
830 tokens
Happy Dom
by ComeOnOliver
1k tokens
Hardhat
by ComeOnOliver
765 tokens
Hashicorp Vault
by ComeOnOliver
874 tokens
Hasura
by ComeOnOliver
2k tokens
Hatchet
by ComeOnOliver
1k tokens
Haystack
by ComeOnOliver
806 tokens
Helicone
by ComeOnOliver
1k tokens
Hetzner Cloud
by ComeOnOliver
2k tokens
Hono
by ComeOnOliver
1k tokens
Hoppscotch
by ComeOnOliver
522 tokens
Hotjar
by ComeOnOliver
2k tokens
Hotwire
by ComeOnOliver
1k tokens
Houdini
by ComeOnOliver
2k tokens
Htmx
by ComeOnOliver
2k tokens
Htop
by ComeOnOliver
469 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.