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 581–50 640 of 61 785

page 844 of 1 030
Huggingface
by ComeOnOliver
2k tokens
Husky
by ComeOnOliver
221 tokens
I18next
by ComeOnOliver
390 tokens
Ibis
by ComeOnOliver
2k tokens
Imagemagick
by ComeOnOliver
1k tokens
Imgix
by ComeOnOliver
513 tokens
Infisical
by ComeOnOliver
1k tokens
Influxdb
by ComeOnOliver
1k tokens
Inngest
by ComeOnOliver
1k tokens
Inquirer
by ComeOnOliver
708 tokens
Instagram Marketing
by ComeOnOliver
3k tokens
Instructor
by ComeOnOliver
1k tokens
Intercom
by ComeOnOliver
834 tokens
Invoice Generator
by ComeOnOliver
2k tokens
Ionic
by ComeOnOliver
2k tokens
Ipfs
by ComeOnOliver
590 tokens
Iptables
by ComeOnOliver
525 tokens
Iron Session
by ComeOnOliver
379 tokens
Istio
by ComeOnOliver
1k tokens
Jaeger
by ComeOnOliver
2k tokens
Jenkins Pipelines
by ComeOnOliver
2k tokens
Jest
by ComeOnOliver
2k tokens
Jira
by ComeOnOliver
3k tokens
Job Description
by ComeOnOliver
2k tokens
Job Queue
by ComeOnOliver
1k tokens
Jotai
by ComeOnOliver
958 tokens
Jupyter
by ComeOnOliver
823 tokens
Just
by ComeOnOliver
237 tokens
JWT Handler
by ComeOnOliver
1k tokens
K6
by ComeOnOliver
1k tokens
K8s Cost Optimizer
by ComeOnOliver
1k tokens
Kaboom
by ComeOnOliver
1k tokens
Kafka Js
by ComeOnOliver
994 tokens
Kafka
by ComeOnOliver
855 tokens
Kaggle Finetune
by ComeOnOliver
2k tokens
Kamal
by ComeOnOliver
1k tokens
Keycloak
by ComeOnOliver
2k tokens
Keystonejs
by ComeOnOliver
3k tokens
Kibana
by ComeOnOliver
2k tokens
Knex
by ComeOnOliver
1k tokens
Knip
by ComeOnOliver
899 tokens
Koa
by ComeOnOliver
909 tokens
Konva
by ComeOnOliver
1k tokens
Kotlin Multiplatform
by ComeOnOliver
3k tokens
Koyeb
by ComeOnOliver
1k tokens
Kubernetes Helm
by ComeOnOliver
2k tokens
Kysely
by ComeOnOliver
884 tokens
Kyverno
by ComeOnOliver
2k tokens
Label Studio
by ComeOnOliver
1k tokens
Lancedb
by ComeOnOliver
1k tokens
Langchain
by ComeOnOliver
3k tokens
Langfuse
by ComeOnOliver
1k tokens
Langgraph
by ComeOnOliver
3k tokens
Langsmith
by ComeOnOliver
2k tokens
Langtrace
by ComeOnOliver
1k tokens
Laravel
by ComeOnOliver
1k tokens
Launchdarkly
by ComeOnOliver
570 tokens
Lead Qualification
by ComeOnOliver
2k tokens
Leaflet
by ComeOnOliver
1k tokens
Lean Canvas
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.