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

52 381–52 440 of 61 763

page 874 of 1 030
Java Maven Helper
by ComeOnOliver

Maven build system, dependency management, and Java project configuration assistance.

13k tokens
JSON Transformer
by ComeOnOliver

Transform, manipulate, and analyze JSON data structures with advanced operations.

10k tokens
Log Analyzer
by ComeOnOliver

Parse and analyze application logs to identify errors, patterns, and insights.

5k tokens
Meeting Notes
by ComeOnOliver

Convert meeting discussions into clear, actionable notes with tasks, decisions, and follow-ups fo...

11k tokens
Migration Generator
by ComeOnOliver

Create database migrations from model changes, schema diffs, and migration best practices.

10k tokens
Mock Server
by ComeOnOliver

Create and manage mock API servers for development and testing.

9k tokens
npm Helper
by ComeOnOliver

NPM and Node.js package management, project configuration, and dependency troubleshooting.

11k tokens
Onboarding Helper
by ComeOnOliver

Generate comprehensive onboarding documentation and guides for new developers joining your team o...

14k tokens
Openapi Generator
by ComeOnOliver

Generate comprehensive OpenAPI/Swagger specifications from existing code and APIs.

9k tokens
Pattern Detector
by ComeOnOliver

Detect design patterns and anti-patterns in code with recommendations.

6k tokens
Performance Profiler
by ComeOnOliver

Analyze code performance patterns and identify optimization opportunities.

5k tokens
Pr Template Generator
by ComeOnOliver

Generate comprehensive pull request descriptions that help reviewers understand changes quickly a...

11k tokens
Project Scaffolder
by ComeOnOliver

Quick project setup with templates, best practices, and complete configuration for various framew...

11k tokens
Python Venv Manager
by ComeOnOliver

Python virtual environment management, dependency handling, and project setup automation.

11k tokens
Query Builder
by ComeOnOliver

Interactive database query builder for generating optimized SQL and NoSQL queries.

7k tokens
Query Optimizer
by ComeOnOliver

Analyze and optimize SQL queries for better performance and efficiency.

10k tokens
Refactor Assistant
by ComeOnOliver

Automated code refactoring suggestions and implementation.

3k tokens
Report Generator
by ComeOnOliver

Generate professional markdown and HTML reports from data with charts, tables, and analysis.

9k tokens
Resource Monitor
by ComeOnOliver

Monitor system resources (CPU, memory, disk, network) during development and production.

7k tokens
Rust Cargo Assistant
by ComeOnOliver

Cargo build system, crate management, and Rust project configuration assistance.

7k tokens
Schema Visualizer
by ComeOnOliver

Generate database schema diagrams, ERDs, and documentation from database schemas.

9k tokens
Search Enhancer
by ComeOnOliver

Enhanced code search with semantic understanding, pattern matching, and intelligent query interpr...

7k tokens
Secret Scanner
by ComeOnOliver

Detect accidentally committed secrets, credentials, and sensitive information in code.

7k tokens
Security Headers
by ComeOnOliver

Validate and implement HTTP security headers to protect web applications.

14k tokens
Seed Data Generator
by ComeOnOliver

Generate realistic test data for database development, testing, and demos.

9k tokens
Snippet Manager
by ComeOnOliver

Save, organize, search, and retrieve code snippets with tags, categories, and smart search capabi...

9k tokens
Test Generator
by ComeOnOliver

Generate unit tests based on existing code patterns and testing frameworks.

2k tokens
Webhook Tester
by ComeOnOliver

Test webhook integrations locally with tunneling, inspection, and debugging tools.

7k tokens
Parametric Scribe
by ComeOnOliver

Enables "Time Machine" coding. Records tasks as a Recipe and allows intelligent replay/modification of history.

4k tokens
Using Superpowers
by ComeOnOliver

Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions

3k tokens
4 Step Program
by ComeOnOliver

Coordinator workflow for orchestrating dockeragents through fix-review-iterate-present loop. Use when delegating any task that produces code changes. Ensures agents achieve 10/10 quality before presenting to human.

9k tokens
Architectural Analysis
by ComeOnOliver

Deep architectural audit focused on finding dead code, duplicated functionality, architectural anti-patterns, type confusion, and code smells. Use when user asks for architectural analysis, find dead code, identify duplication, or assess codebase health.

10k tokens
Audit
by ComeOnOliver

Run comprehensive codebase audit for gaps, deprecated code, TODOs, FIXMEs, architectural anti-patterns, type issues, and code smells. Use when user asks to audit code, find issues, check code quality, or identify architectural problems.

3k tokens
Axiom Audit
by ComeOnOliver

Audit Axiom logs to identify and prioritize errors and warnings, research probable causes, and flag log smells. Use when user asks to check Axiom logs, analyze production errors, investigate log issues, or audit logging patterns.

4k tokens
Blitz
by ComeOnOliver

This skill should be used when parallelizing multi-issue sprints using git worktrees and parallel Claude agents. Use when tackling multiple GitHub issues simultaneously, when the user mentions "blitz", "parallel sprint", "worktree workflow", or when handling 3+ independent issues that could be worked on concurrently. Orchestrates the full workflow from issue triage through parallel agent delegation to sequential merge.

6k tokens
Check Plan
by ComeOnOliver

Audit implementation progress against a plan, verify completed work, identify remaining tasks, and validate quality. Use when user asks to check plan status, verify implementation, see what's left to do, or validate plan completion.

6k tokens
Chrome Devtools
by ComeOnOliver

Control Chrome browser programmatically using chrome-devtools-mcp. Use when user asks to automate Chrome, debug web pages, take screenshots, evaluate JavaScript, inspect network requests, or interact with browser DevTools. Also use when asked about browser automation, web scraping, or testing websites.

4k tokens
Comprehensive Code Review
by ComeOnOliver

This skill should be used when reviewing pull requests, performing comprehensive code review, analyzing code changes before merge, or when the user asks for thorough/ultra-critical code review. Performs EXTREMELY CRITICAL 6-pass analysis identifying runtime failures, code consistency issues, architectural problems, environment compatibility risks, and verification strategies. Posts structured review as GitHub PR comment. Use when user asks to "review PR", "review this code", "review changes", "check this PR", "analyze PR", "post review", or for Phase 3 of devflow. Supports parallel review mode with multiplier (code-review-3, code-review 6X) for consensus-based reviews. This is an ultra-critical reviewer that does not let things slip and desires only perfection.

13k tokens
Create MCP Skill
by ComeOnOliver

Create a new skill that uses an MCP server, following best practices from the MCP CLI guide. Use when user wants to create a skill for a new MCP server or integrate MCP functionality into a skill.

7k tokens
Create Plan
by ComeOnOliver

Create comprehensive implementation plan in .plans directory based on analysis or report. Use when user asks to create a plan, plan implementation, design a solution, or structure work for a feature/refactor/fix.

10k tokens
Create Pr
by ComeOnOliver

Create a PR for this branch. ALWAYS links related issues and uses closing keywords to auto-close them on merge.

6k tokens
Create Skill
by ComeOnOliver

This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.

8k tokens
Create Subagent
by ComeOnOliver

This skill should be used when creating custom subagents for Claude Code, configuring specialized AI assistants, or when the user asks about agent creation, agent configuration, or delegating tasks to subagents. Covers both file-based agents and Task tool invocation.

11k tokens
Delphi
by ComeOnOliver

This skill should be used when the user asks to "use delphi", "ask delphi", or wants multiple parallel oracle investigations of the same question to discover divergent insights. Delphi launches multiple oracle agents simultaneously with identical prompts, allowing them to independently explore and potentially discover different paths, clues, and solutions. Results are saved to .oracle/[topic]/ and synthesized into a final document.

5k tokens
Design Spec Extraction
by ComeOnOliver

Extract comprehensive JSON design specifications from visual sources including Figma exports, UI mockups, screenshots, or live website captures. Produces W3C DTCG-compliant output with component trees, suitable for code generation, design documentation, and developer handoff.

35k tokens
Devflow
by ComeOnOliver

End-to-end agent development process. Use when coordinating work, dispatching agents, or reviewing PRs.

4k tokens
File Name Wizard
by ComeOnOliver

Audit all filename and naming conventions in the codebase against CLAUDE.md standards and common patterns. Use when user asks to check naming conventions, audit filenames, find naming inconsistencies, or validate file naming patterns.

7k tokens
Gh Ticket
by ComeOnOliver

Create or update comprehensive GitHub issues that capture ALL context, requirements, and implementation details. Use when creating or updating tickets, issues, feature requests, or bug reports. Ensures no context is lost between ticket creation and implementation - the moment you ask for a ticket, there's maximum context available that will be lost if not captured now.

11k tokens
Obsidian Plan Wiki
by ComeOnOliver

This skill should be used when creating or working with modular project plans stored as Obsidian-compatible markdown wikis. Use when the user asks to create a plan, roadmap, or documentation system that needs to be navigable in Obsidian, or when working with existing plan wikis that use the %% [ ] %% task tracking format.

6k tokens
Review Changes
by ComeOnOliver

Code review of current git changes, compare to related plan if exists, identify bad engineering, over-engineering, or suboptimal solutions. Use when user asks to review changes, check git diff, validate implementation quality, or assess code changes.

7k tokens
Superpower Zustand
by ComeOnOliver

MANDATORY for creating Zustand stores. This skill is required when users request state management, creating stores, or mention Zustand. Do NOT create Zustand stores without this skill - all stores must use the required StoreBuilder pattern with immer middleware and factory pattern separation

9k tokens scripts
The Archivist
by ComeOnOliver

This skill should be used when engineering decisions are being made during code implementation. The Archivist enforces decision documentation as a standard practice, ensuring every engineering choice includes rationale and integrates with Architecture Decision Records (ADRs). Use when writing code that involves choosing between alternatives, selecting technologies, designing architectures, or making trade-offs.

8k tokens
The Oracle
by ComeOnOliver

This skill should be used when the user asks to "use the oracle" or "ask the oracle" for deep research, analysis, or architectural questions. The oracle excels at multi-source research combining codebase exploration and web searches, then synthesizing findings into actionable answers. Use for complex questions requiring investigation across multiple sources, architectural analysis, refactoring plans, debugging mysteries, and code reviews.

5k tokens
Update Docs
by ComeOnOliver

Update all documentation in .plans, CLAUDE.md files, docs, and .tasks to match current codebase state. Use when user asks to update docs, refresh documentation, sync docs with code, or validate documentation accuracy.

6k tokens
Writing Clearly And Concisely
by ComeOnOliver

Apply Strunk's timeless writing rules to ANY prose humans will read—documentation, commit messages, error messages, explanations, reports, or UI text. Makes your writing clearer, stronger, and more professional.

21k tokens
AI Partner Chat
by ComeOnOliver

基于用户画像和向量化笔记提供个性化对话。当用户需要个性化交流、上下文感知的回应,或希望 AI 记住并引用其之前的想法和笔记时使用。

42k tokens scripts zh
Ecommerce
by ComeOnOliver

ECサイト開発 - 商品管理、カート、決済、注文フロー、在庫管理の設計・実装支援

5k tokens zh
Daily Dev
by ComeOnOliver

Overcome LLM knowledge cutoffs with real-time developer content. daily.dev aggregates articles from thousands of sources, validated by community engagement, with structured taxonomy for precise discovery.

5k tokens
Assume Cloudformation Role
by ComeOnOliver

Assume AWS IAM role for CloudFormation operations and set temporary credentials as environment variables. Use when working with CloudFormation stacks or when authentication setup is needed before AWS CloudFormation operations.

4k tokens
AWS Sso Login
by ComeOnOliver

Authenticate to AWS using Single Sign-On (SSO). Use when AWS CLI operations require SSO authentication or when SSO session has expired.

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 404 files found on GitHub, 61 763 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 882 skills here share a name with another skill, and two of them cannot sit side by side.