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 281–50 340 of 61 785

page 839 of 1 030
Agent Sandbox
by ComeOnOliver
3k tokens
Agent Swarm Orchestration
by ComeOnOliver
2k tokens
AI Eval CI
by ComeOnOliver
2k tokens
AI Guardrails
by ComeOnOliver
2k tokens
AI Pentesting
by ComeOnOliver
3k tokens
AI SDK
by ComeOnOliver
1k tokens
AI Slides
by ComeOnOliver
2k tokens
Aider
by ComeOnOliver
922 tokens
Airbyte
by ComeOnOliver
1k tokens
Airflow
by ComeOnOliver
1k tokens
Airtable
by ComeOnOliver
3k tokens
Alembic
by ComeOnOliver
760 tokens
Alert Optimizer
by ComeOnOliver
1k tokens
Algo Trading
by ComeOnOliver
2k tokens
Alpine
by ComeOnOliver
2k tokens
Amqplib
by ComeOnOliver
1k tokens
Ansible
by ComeOnOliver
2k tokens
Anthropic SDK
by ComeOnOliver
2k tokens
Apache Arrow
by ComeOnOliver
2k tokens
Apache Spark
by ComeOnOliver
661 tokens
API Load Tester
by ComeOnOliver
1k tokens
API Tester
by ComeOnOliver
1k tokens
API Versioning
by ComeOnOliver
913 tokens
Appium
by ComeOnOliver
1k tokens
Applicant Screening
by ComeOnOliver
2k tokens
Appsmith
by ComeOnOliver
1k tokens
Appwrite
by ComeOnOliver
2k tokens
Archiver
by ComeOnOliver
1k tokens
Arcjet
by ComeOnOliver
2k tokens
Argocd
by ComeOnOliver
1k tokens
Arize
by ComeOnOliver
1k tokens
Arktype
by ComeOnOliver
1k tokens
Artillery
by ComeOnOliver
1k tokens
Astro
by ComeOnOliver
832 tokens
Atuin
by ComeOnOliver
861 tokens
Audiowaveform
by ComeOnOliver
2k tokens
Auth System Setup
by ComeOnOliver
1k tokens
Authjs
by ComeOnOliver
1k tokens
Automatic1111
by ComeOnOliver
1k tokens
AWS CLI
by ComeOnOliver
1k tokens
AWS Cloudfront
by ComeOnOliver
2k tokens
AWS Cognito
by ComeOnOliver
2k tokens
AWS Dynamodb
by ComeOnOliver
2k tokens
AWS Ec2
by ComeOnOliver
2k tokens
AWS Ecs
by ComeOnOliver
1k tokens
AWS Lambda
by ComeOnOliver
1k tokens
AWS Rds
by ComeOnOliver
1k tokens
AWS Ses
by ComeOnOliver
2k tokens
AWS Sns
by ComeOnOliver
2k tokens
AWS Sqs
by ComeOnOliver
1k tokens
Axiom
by ComeOnOliver
2k tokens
Axum
by ComeOnOliver
2k tokens
Azure Blob Storage
by ComeOnOliver
2k tokens
Azure CLI
by ComeOnOliver
1k tokens
Azure Cosmos DB
by ComeOnOliver
2k tokens
Azure Functions
by ComeOnOliver
2k tokens
Babylonjs
by ComeOnOliver
1k tokens
Baserow
by ComeOnOliver
884 tokens
Batch Processor
by ComeOnOliver
2k tokens
Better Auth
by ComeOnOliver
846 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.