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 354 files from 1 739 authors, of which 61 713 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 713
unique skills
out of 79 354 files found on GitHub
17 641
are copies
same content, someone else's repository
1 738
tokens, median
what a typical skill costs you in context
7 879
name collisions
two skills with one name cannot sit side by side

55 861–55 920 of 61 713

page 932 of 1 029
Kotlin Concurrency Expert
by ComeOnOliver
1k tokens
Rxjava To Coroutines Migration
by ComeOnOliver
1k tokens
XML To Compose Migration
by ComeOnOliver
2k tokens
Visual Explainer
by ComeOnOliver
9k tokens
DOCX Format Skill
by ComeOnOliver
2k tokens
Baseline UI
by ComeOnOliver
762 tokens
Complexity Guardrails
by ComeOnOliver
166 tokens
Laravel API Resources And Pagination
by ComeOnOliver
217 tokens
Laravel API
by ComeOnOliver
3k tokens
Laravel Config Env Storage
by ComeOnOliver
180 tokens
Laravel Constants And Configuration
by ComeOnOliver
4k tokens
Laravel Controller Cleanup
by ComeOnOliver
233 tokens
Laravel Controller Tests
by ComeOnOliver
98 tokens
Laravel Custom Helpers
by ComeOnOliver
107 tokens
Laravel Data Chunking Large Datasets
by ComeOnOliver
3k tokens
Laravel Debugging Prompts
by ComeOnOliver
2k tokens
Laravel Dependencies Trim Packages
by ComeOnOliver
64 tokens
Laravel Filesystem Uploads And Urls
by ComeOnOliver
163 tokens
Laravel Interfaces And Di
by ComeOnOliver
124 tokens
Laravel Internationalization And Translation
by ComeOnOliver
3k tokens
Laravel Iterating On Code
by ComeOnOliver
1k tokens
Laravel Migrations And Factories
by ComeOnOliver
236 tokens
Laravel Performance Caching
by ComeOnOliver
311 tokens
Laravel Performance Eager Loading
by ComeOnOliver
139 tokens
Laravel Performance Select Columns
by ComeOnOliver
77 tokens
Laravel Policies And Authorization
by ComeOnOliver
236 tokens
Laravel Prompting Patterns
by ComeOnOliver
1k tokens
Laravel Quality Checks
by ComeOnOliver
121 tokens
Laravel Rate Limiting And Throttle
by ComeOnOliver
153 tokens
Laravel Routes Best Practices
by ComeOnOliver
1k tokens
Laravel Strategy Pattern
by ComeOnOliver
137 tokens
Laravel Task Scheduling
by ComeOnOliver
149 tokens
Laravel Template Method And Plugins
by ComeOnOliver
334 tokens
Laravel Transactions And Consistency
by ComeOnOliver
196 tokens
Shadcn Vue
by ComeOnOliver
2k tokens
Vue3 Component Decomposition
by ComeOnOliver
806 tokens
My First Skill
by ComeOnOliver
344 tokens
Brainstorming
by ComeOnOliver
3k tokens
Dispatching Parallel Agents
by ComeOnOliver
2k tokens
Executing Plans
by ComeOnOliver
577 tokens
Finishing A Development Branch
by ComeOnOliver
997 tokens
Receiving Code Review
by ComeOnOliver
2k tokens
Requesting Code Review
by ComeOnOliver
694 tokens
Subagent Driven Development
by ComeOnOliver
3k tokens
Systematic Debugging
by ComeOnOliver
2k tokens
Test Driven Development
by ComeOnOliver
2k tokens
Using Git Worktrees
by ComeOnOliver
1k tokens
Using Superpowers
by ComeOnOliver
1k tokens
Verification Before Completion
by ComeOnOliver
979 tokens
Writing Plans
by ComeOnOliver
1k tokens
Writing Skills
by ComeOnOliver
6k tokens
Reddit Growth Skill
by ComeOnOliver
1k tokens
Humanizer Zh
by ComeOnOliver
5k tokens
Aspnet Core
by ComeOnOliver
1k tokens
Chatgpt Apps
by ComeOnOliver
5k tokens
Cloudflare Deploy
by ComeOnOliver
2k tokens
Develop Web Game
by ComeOnOliver
2k tokens
Doc
by ComeOnOliver
684 tokens
Figma Implement Design
by ComeOnOliver
3k tokens
Figma
by ComeOnOliver
716 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 329 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 354 files found on GitHub, 61 713 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 879 skills here share a name with another skill, and two of them cannot sit side by side.