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 561–55 620 of 61 713

page 927 of 1 029
Obsidian To X
by ComeOnOliver
3k tokens
Skill Creator Pro
by ComeOnOliver
9k tokens
Vscode Httpyac Config
by ComeOnOliver
3k tokens
Vscode Port Monitor Config
by ComeOnOliver
1k tokens
Vscode Sftp Config
by ComeOnOliver
2k tokens
Ljg Xray Paper
by ComeOnOliver
2k tokens
Antigravity Copywriting
by ComeOnOliver
1k tokens
Kwp Canned Responses
by ComeOnOliver
3k tokens
Kwp Meeting Briefing
by ComeOnOliver
2k tokens
Medical Imaging Review
by ComeOnOliver
895 tokens
Paper Slide Deck
by ComeOnOliver
5k tokens
Research Proposal
by ComeOnOliver
5k tokens
Betting
by ComeOnOliver
2k tokens
Cbb Data
by ComeOnOliver
1k tokens
Cfb Data
by ComeOnOliver
1k tokens
De
by ComeOnOliver
3k tokens
Socratic Method Skill
by ComeOnOliver
3k tokens
Daily Logs
by ComeOnOliver
210 tokens
Public
by ComeOnOliver
3k tokens
User General Facts
by ComeOnOliver
415 tokens
Architecture Diagram Creator
by ComeOnOliver
598 tokens
Code Auditor
by ComeOnOliver
817 tokens
Code Execution
by ComeOnOliver
727 tokens
Code Refactor
by ComeOnOliver
755 tokens
Code Transfer
by ComeOnOliver
973 tokens
Codebase Documenter
by ComeOnOliver
866 tokens
Conversation Analyzer
by ComeOnOliver
951 tokens
Dashboard Creator
by ComeOnOliver
421 tokens
Ensemble Solving
by ComeOnOliver
1k tokens
File Operations
by ComeOnOliver
573 tokens
Flowchart Creator
by ComeOnOliver
455 tokens
Git Pushing
by ComeOnOliver
182 tokens
Project Bootstrapper
by ComeOnOliver
983 tokens
Review Implementing
by ComeOnOliver
854 tokens
Technical Doc Creator
by ComeOnOliver
530 tokens
Test Fixing
by ComeOnOliver
678 tokens
Timeline Creator
by ComeOnOliver
415 tokens
Add To Xcode
by ComeOnOliver
1k tokens
Android To Ios
by ComeOnOliver
2k tokens
Audio Producer Agent
by ComeOnOliver
2k tokens
Background Remove
by ComeOnOliver
1k tokens
Brand Research Agent
by ComeOnOliver
2k tokens
Chart Generation
by ComeOnOliver
2k tokens
Cmo Agent
by ComeOnOliver
6k tokens
Competitive Intel Agent
by ComeOnOliver
3k tokens
Copywriter Agent
by ComeOnOliver
2k tokens
Debug Council
by ComeOnOliver
2k tokens
Feature Council
by ComeOnOliver
4k tokens
Icon Generation
by ComeOnOliver
3k tokens
Image Generation
by ComeOnOliver
3k tokens
Ios To Android
by ComeOnOliver
2k tokens
Market Researcher Agent
by ComeOnOliver
2k tokens
Media Utils
by ComeOnOliver
1k tokens
Model Council
by ComeOnOliver
2k tokens
Music Generation
by ComeOnOliver
2k tokens
Parallel Builder
by ComeOnOliver
5k tokens
Patent Lawyer Agent
by ComeOnOliver
3k tokens
Pitch Deck Agent
by ComeOnOliver
3k tokens
Podcast Producer Agent
by ComeOnOliver
2k tokens
Product Engineer Agent
by ComeOnOliver
3k 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.