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

56 101–56 160 of 61 713

page 936 of 1 029
Rust Clap
by ComeOnOliver
2k tokens
Rust CLI Agent Style
by ComeOnOliver
2k tokens
Rust Optimise
by ComeOnOliver
2k tokens
Rust Refactor
by ComeOnOliver
3k tokens
Rust System Event Driven
by ComeOnOliver
2k tokens
Rust Testing
by ComeOnOliver
2k tokens
Rust
by ComeOnOliver
2k tokens
Shadcn
by ComeOnOliver
2k tokens
Shell
by ComeOnOliver
2k tokens
Skill Authoring
by ComeOnOliver
2k tokens
Swift Data
by ComeOnOliver
3k tokens
Swift Optimise
by ComeOnOliver
1k tokens
Swift Refactor
by ComeOnOliver
3k tokens
Swift UI Architect
by ComeOnOliver
3k tokens
Tailwind Refactor
by ComeOnOliver
2k tokens
Tailwind Responsive UI
by ComeOnOliver
2k tokens
Tailwind UI Refactor
by ComeOnOliver
2k tokens
Tailwind
by ComeOnOliver
2k tokens
Tanstack Query
by ComeOnOliver
1k tokens
Tdd
by ComeOnOliver
1k tokens
Terminal UI
by ComeOnOliver
1k tokens
Think
by ComeOnOliver
2k tokens
Too Long Skill
by ComeOnOliver
8k tokens
Ts Google
by ComeOnOliver
2k tokens
Typescript Refactor
by ComeOnOliver
2k tokens
Typescript
by ComeOnOliver
2k tokens
UI Design
by ComeOnOliver
1k tokens
Uniwind
by ComeOnOliver
2k tokens
Unix CLI
by ComeOnOliver
2k tokens
Valid Skill
by ComeOnOliver
92 tokens
Vhs
by ComeOnOliver
2k tokens
Vite
by ComeOnOliver
2k tokens
Vitest
by ComeOnOliver
1k tokens
Wxt Browser Extensions
by ComeOnOliver
2k tokens
Zod
by ComeOnOliver
1k tokens
Zustand
by ComeOnOliver
2k tokens
Claw Release
by ComeOnOliver
969 tokens
Clawsec Clawhub Checker
by ComeOnOliver
1k tokens
Clawsec Feed
by ComeOnOliver
6k tokens
Clawsec Nanoclaw
by ComeOnOliver
1k tokens
Clawsec Scanner
by ComeOnOliver
4k tokens
Clawsec Suite
by ComeOnOliver
4k tokens
Clawtributor
by ComeOnOliver
5k tokens
Openclaw Audit Watchdog
by ComeOnOliver
3k tokens
Prompt Agent
by ComeOnOliver
4k tokens
Soul Guardian
by ComeOnOliver
1k tokens
Ue Actor Component Architecture
by ComeOnOliver
4k tokens
Ue AI Navigation
by ComeOnOliver
5k tokens
Ue Animation System
by ComeOnOliver
4k tokens
Ue Async Threading
by ComeOnOliver
3k tokens
Ue Audio System
by ComeOnOliver
5k tokens
Ue Character Movement
by ComeOnOliver
5k tokens
Ue Cpp Foundations
by ComeOnOliver
4k tokens
Ue Data Assets Tables
by ComeOnOliver
4k tokens
Ue Editor Tools
by ComeOnOliver
4k tokens
Ue Game Features
by ComeOnOliver
4k tokens
Ue Gameplay Abilities
by ComeOnOliver
5k tokens
Ue Gameplay Framework
by ComeOnOliver
4k tokens
Ue Input System
by ComeOnOliver
4k tokens
Ue Mass Entity
by ComeOnOliver
5k 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.