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 461–56 520 of 61 713

page 942 of 1 029
K8s Autoscaling
by ComeOnOliver
1k tokens
K8s Backup
by ComeOnOliver
906 tokens
K8s Browser
by ComeOnOliver
1k tokens
K8s Capi
by ComeOnOliver
1k tokens
K8s Certs
by ComeOnOliver
1k tokens
K8s Cilium
by ComeOnOliver
1k tokens
K8s CLI
by ComeOnOliver
1k tokens
K8s Core
by ComeOnOliver
707 tokens
K8s Cost
by ComeOnOliver
970 tokens
K8s Deploy
by ComeOnOliver
1k tokens
K8s Diagnostics
by ComeOnOliver
678 tokens
K8s Gitops
by ComeOnOliver
1k tokens
K8s Helm
by ComeOnOliver
1k tokens
K8s Incident
by ComeOnOliver
1k tokens
K8s Kind
by ComeOnOliver
3k tokens
K8s Kubevirt
by ComeOnOliver
1k tokens
K8s Multicluster
by ComeOnOliver
1k tokens
K8s Networking
by ComeOnOliver
786 tokens
K8s Operations
by ComeOnOliver
1k tokens
K8s Policy
by ComeOnOliver
1k tokens
K8s Rollouts
by ComeOnOliver
1k tokens
K8s Security
by ComeOnOliver
1k tokens
K8s Service Mesh
by ComeOnOliver
1k tokens
K8s Storage
by ComeOnOliver
696 tokens
K8s Troubleshoot
by ComeOnOliver
1k tokens
K8s Vind
by ComeOnOliver
1k tokens
Adk Tool Scaffold
by ComeOnOliver
240 tokens
Always Verify GCP
by ComeOnOliver
725 tokens
Database Schema Validator
by ComeOnOliver
229 tokens
Git Commit Formatter
by ComeOnOliver
261 tokens
JSON To Pydantic
by ComeOnOliver
222 tokens
License Header Adder
by ComeOnOliver
246 tokens
Asc App Create UI
by ComeOnOliver
1k tokens
Asc Aso Audit
by ComeOnOliver
2k tokens
Asc Build Lifecycle
by ComeOnOliver
263 tokens
Asc CLI Usage
by ComeOnOliver
294 tokens
Asc Crash Triage
by ComeOnOliver
759 tokens
Asc ID Resolver
by ComeOnOliver
286 tokens
Asc Localize Metadata
by ComeOnOliver
3k tokens
Asc Metadata Sync
by ComeOnOliver
948 tokens
Asc Notarization
by ComeOnOliver
2k tokens
Asc Ppp Pricing
by ComeOnOliver
2k tokens
Asc Release Flow
by ComeOnOliver
902 tokens
Asc Revenuecat Catalog Sync
by ComeOnOliver
2k tokens
Asc Shots Pipeline
by ComeOnOliver
3k tokens
Asc Signing Setup
by ComeOnOliver
477 tokens
Asc Submission Health
by ComeOnOliver
993 tokens
Asc Subscription Localization
by ComeOnOliver
2k tokens
Asc Testflight Orchestration
by ComeOnOliver
328 tokens
Asc Wall Submit
by ComeOnOliver
360 tokens
Asc Whats New Writer
by ComeOnOliver
2k tokens
Asc Workflow
by ComeOnOliver
2k tokens
Asc Xcode Build
by ComeOnOliver
768 tokens
Golang Agent Skill
by ComeOnOliver
10k tokens
Payment
by ComeOnOliver
1k tokens
Access Control Rbac
by ComeOnOliver

Role-based access control (RBAC) with permissions and policies. Use for admin dashboards, enterprise access, multi-tenant apps, fine-grained authorization, or encountering permission hierarchies, role inheritance, policy conflicts.

4k tokens
Aceternity UI
by ComeOnOliver

100+ animated React components (Aceternity UI) for Next.js with Tailwind. Use for hero sections, parallax, 3D effects, or encountering animation, shadcn CLI integration errors.

13k tokens
AI Elements Chatbot
by ComeOnOliver

shadcn/ui AI chat components for conversational interfaces. Use for streaming chat, tool/function displays, reasoning visualization, or encountering Next.js App Router setup, Tailwind v4 integration, AI SDK v5 migration errors.

10k tokens scripts
AI SDK Core
by ComeOnOliver

Vercel AI SDK v5 for backend AI (text generation, structured output, tools, agents). Multi-provider. Use for server-side AI or encountering AI_APICallError, AI_NoObjectGeneratedError, streaming failures. ai sdk node, ai sdk server, zod ai schema, ai tools calling, ai agent class, openai sdk, anthropic sdk, google gemini sdk, workers-ai-provider, ai streaming backend, multi-provider ai, ai sdk errors, AI_APICallError, AI_NoObjectGeneratedError, streamText fails, worker startup limit ai

36k tokens scripts
AI SDK UI
by ComeOnOliver

Vercel AI SDK v5 React hooks (useChat, useCompletion, useObject) for AI chat interfaces. Use for React/Next.js AI apps or encountering parse stream errors, no response, streaming issues. streaming ai ui, nextjs ai chat, vercel ai ui, react streaming, ai sdk react, chat message state, ai file attachments, message persistence, useChat error, streaming failed ui, parse stream error, useChat no response, react ai hooks, nextjs app router ai, nextjs pages router ai

36k tokens scripts

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.