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 870 files from 1 769 authors, of which 62 217 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.

62 217
unique skills
out of 79 870 files found on GitHub
17 653
are copies
same content, someone else's repository
1 743
tokens, median
what a typical skill costs you in context
7 935
name collisions
two skills with one name cannot sit side by side

37 621–37 680 of 62 217

page 628 of 1 037
Python Debugpy
by HezaoHezao

Debug Python: pdb REPL + debugpy remote (DAP).

1k tokens
Add Backend
by ahpxex

Everything about the data layer — pick one of six ready-to-run backend templates (TanStack Start + Drizzle + better-auth, Hono + Drizzle + better-auth, Hono + Prisma + better-auth, Hono + Drizzle + Auth.js/NextAuth, FastAPI + SQLAlchemy + JWT, Supabase) and wire the frontend to it through the Repository + AuthProvider seams; scaffold a CRUD resource (Postgres table + server fns + query hooks + DataTable page + create/edit dialog + sidebar entry); bind or swap one resource's data source (Drizzle / REST / GraphQL / in-memory); or re-point the whole app's data + auth at a different backend. Use when adding a data entity or pointing the app at a backend other than the default Postgres + better-auth.

149k tokens scripts
Scaffold Dashboard
by ahpxex

Stand up the dashboard foundation (the platform layer — UI primitives, form system, charts, Repository + adapters, auth seam, theme, routing shell) into a new project as a zero-config runnable app. Run this FIRST when building a dashboard, then compose screens from the add-component catalogue's shapes (add-detail-page, add-kanban, …) and the add-backend operation skill.

355k tokens scripts
Add Component
by ahpxex

Add a copy-ready admin UI building block to a dashboard built on the scaffold-dashboard base — forms (form, wizard, combobox, file upload, inline edit), lists & tables (CRUD list, card grid, infinite/virtual, column controls, filter panel, saved views, CSV export/import), rich views (kanban, calendar, tree, timeline, master-detail), detail & pages (detail/show, record tabs, related records, multi-column layout, settings, chart/dashboard), display & feedback (tags/metadata/progress, empty/loading/error states, notification center, audit trail), and platform features (RBAC, social/magic-link auth, ⌘K global search, i18n, billing, realtime). Each entry has a reference doc with the exact copy + rewire steps.

108k tokens scripts
Rebrand
by ahpxex

Rebrand the app — change the product name, logo, description, theme, and navigation. Use when porting this template into a new product.

346 tokens
Rival Search MCP
by damionrashford

Deterministic deep research via RivalSearchMCP. 9 tools: 5-engine web search (DuckDuckGo/Bing/Yahoo/Mojeek/Wikipedia), 9-platform social search (Reddit/HN/StackOverflow/Dev.to/Medium/ProductHunt/Bluesky/Lobste.rs/Lemmy), 5-source news (Google/Bing/Guardian/GDELT/DDG), 5 academic DBs (OpenAlex/CrossRef/arXiv/PubMed/EuropePMC), GitHub search, website mapping, content extraction with OCR, and research topic synthesis. No API keys required. Use when the user needs web research, competitive analysis, content discovery, or academic paper search.

9k tokens scripts
Speckit Analyze
by dceoy

Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.

3k tokens
Speckit Implement
by dceoy

Execute the implementation plan by processing and executing all tasks defined in tasks.md

3k tokens
Speckit Converge
by dceoy

Assess the current codebase against the feature's spec, plan, and tasks, then append any remaining unbuilt work as new tasks to tasks.md so implement can complete it.

3k tokens
Speckit Clarify
by dceoy

Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.

5k tokens
Speckit Baseline
by dceoy

Generate feature specifications by analyzing existing source code.

1k tokens
Claude Command Converter
by dceoy

Convert Claude Code commands (.claude/commands/*.md) to standard Agent Skills (skills/*/SKILL.md). Use when migrating slash commands to portable skill format, creating skills from existing commands, or standardizing command definitions across AI runtimes.

1k tokens
Speckit Checklist
by dceoy

Generate a custom checklist for the current feature based on user requirements.

5k tokens
Speckit Constitution
by dceoy

Create or update the project constitution from interactive or provided principle inputs.

2k tokens
Speckit Plan
by dceoy

Execute the implementation planning workflow using the plan template to generate design artifacts.

2k tokens
Speckit Specify
by dceoy

Create or update the feature specification from a natural language feature description.

5k tokens
Speckit Taskstoissues
by dceoy

Convert existing tasks into actionable, dependency-ordered GitHub issues for the feature based on available design artifacts.

2k tokens
Speckit Tasks
by dceoy

Generate an actionable, dependency-ordered tasks.md for the feature based on available design artifacts.

3k tokens
HTML Anything
by clockless-org

Turn rich agent answers and any file, folder, URL, or export into a polished single-file HTML page. Auto-picks a default route plus 17 concrete design systems (teaching, dashboard, atlas, timeline-story, document, …).

14236k tokens scripts
Codex Code Reviewer
by VCnoC

Systematic code review workflow using zen mcp's codex tool. Use this skill when the user explicitly requests "use codex to check the code", "check if the recently generated code has any issues", or "check the code after each generation". The skill performs iterative review cycles - checking code quality, presenting issues to the user for approval, applying fixes, and re-checking until no issues remain or maximum iterations (5) are reached.

6k tokens
Main Router
by VCnoC

Intelligent skill router that analyzes user requests and automatically dispatches to the most appropriate skill(s) or zen-mcp tools. Routes to zen-chat for Q&A, zen-thinkdeep for deep problem investigation, codex-code-reviewer for code quality, simple-gemini for standard docs/tests, deep-gemini for deep analysis, or plan-down for planning. Use this skill proactively to interpret all user requests and determine the optimal execution path.

21k tokens
Plan Down
by VCnoC

Method clarity-driven planning workflow using zen-mcp tools (chat, planner, consensus). Phase 0 uses chat to judge if user provides clear implementation method. Four execution paths based on automation_mode × method clarity - Interactive/Automatic × Clear/Unclear. All paths converge at planner for task decomposition. Produces complete plan.md file. Use when user requests "create a plan", "generate plan.md", "use planner for planning", "help me with task decomposition", or similar planning tasks.

9k tokens
Simple Gemini
by VCnoC

Collaborative documentation and test code writing workflow using zen mcp's clink to launch gemini CLI session in WSL (via 'gemini' command) where all writing operations are executed. Use this skill when the user requests "use gemini to write test files", "use gemini to write documentation", "generate related test files", "generate an explanatory document", or similar document/test writing tasks. The gemini CLI session acts as the specialist writer, working with the main Claude model for context gathering, outline approval, and final review. For test code, codex CLI (also launched via clink) validates quality after gemini completes writing.

31k tokens
Deep Gemini
by VCnoC

Deep technical documentation generation workflow using zen mcp's clink and docgen tools. First uses clink to launch gemini CLI in WSL for code analysis, then uses docgen for structured document generation with complexity analysis. Specializes in documents requiring deep understanding of code logic, model architecture, or performance bottleneck analysis. Use when user requests "use gemini for deep analysis", "generate architecture analysis document", "analyze performance bottlenecks", "deeply understand code logic", or similar deep analysis tasks. Default output is .md format.

7k tokens
Advise Project Approach
by AaravKashyap12

Research and advise on the best way to approach a software project, including architecture, tech stack, implementation strategy, pricing/operating-cost tradeoffs, benchmark research, and comparisons with similar real-world projects. Use before building, mid-build, or after completion when the user asks for project strategy, optimal approach, research comparables, similar projects, stack selection, vendor/service choice, repo analysis, architecture critique, implementation feedback, or a prioritized improvement plan. Avoid for narrow single-bug debugging or isolated file edits unless the user asks for broader project direction.

8k tokens
Gemini Frontend
by VCnoC
5k tokens
Ade Bench Cross DB Tasks
by dbt-labs

Use when authoring or debugging ade-bench tasks that must run on both DuckDB and Snowflake, including shared project migrations, setup patches, and solution patches

2k tokens
Admin UI Debug
by vercel-labs
vendor

Admin UI and operator surface debugging for vercel-openclaw: command shell design, admin actions, request core, status panels, launch verification UI, channel readiness UI, and local read-only production-data workflows. Use when the root admin UI, controls, visual state, or operator copy is wrong.

403 tokens
Firewall AI Gateway Debug
by vercel-labs
vendor

Firewall and Vercel AI Gateway debugging for vercel-openclaw: network policy allowlists, OIDC token refresh, AI Gateway transform rules, firewall learning/enforcement, and sandbox.update networkPolicy calls. Use when model calls, egress, token refresh, or firewall policy application fails.

549 tokens
Channel Forward Parity
by vercel-labs
vendor

Webhook route parity audit for channel delivery changes: ensure terminal paths log, record lastForward, classify failures, and refresh stale sandbox port URLs.

709 tokens
Gateway Proxy Debug
by vercel-labs
vendor

Gateway and proxy debugging for vercel-openclaw: /gateway routing, HTML injection, WebSocket rewrite, gateway-token handoff, waiting page, status heartbeat, sandbox port URL cache, and proxy auth. Use when the OpenClaw UI, WebSockets, gateway proxying, or waiting-page flow breaks.

572 tokens
Auth Store Debug
by vercel-labs
vendor

Auth and store debugging for vercel-openclaw: admin-secret mode, Sign in with Vercel, session cookies, CSRF, LOCAL_READ_ONLY, Redis vs memory store, keyspace namespacing, and metadata shape migrations. Use when login, route authorization, Redis persistence, or metadata state is suspect.

465 tokens
Channel Debug Core
by vercel-labs
vendor

Channel webhook triage for vercel-openclaw Slack/Telegram/Discord/WhatsApp issues: prove deployment state, collect admin readiness endpoints, build evidence-first handoff before fixes.

4k tokens scripts
Discord Delivery
by vercel-labs
vendor

Discord channel specialist workflow: debug interaction webhooks, Ed25519 signatures, deferred replies, workflow forwarding to /discord-webhook, integration reconcile, and token expiry.

463 tokens
Cron Watchdog Debug
by vercel-labs
vendor

Cron and watchdog debugging for vercel-openclaw: Vercel Cron auth, persisted OpenClaw jobs, cron wake keys, token refresh, restore oracle, hot spare, and watchdog reports. Use when scheduled OpenClaw jobs fail to wake or run, watchdog status is wrong, cron persistence is suspect, or /api/cron/watchdog behavior changes.

2k tokens
Sandbox Lifecycle Debug
by vercel-labs
vendor

Sandbox lifecycle debugging for vercel-openclaw: create, resume, stop, snapshotting, reset, stale-running reconciliation, persistent Sandbox v2 behavior, hot spares, and lifecycle locks. Use when sandbox state transitions, status polling, stop/resume, reset, or lifecycle recovery is wrong.

808 tokens
Lat MD
by vercel-labs
vendor

>- Writing and maintaining lat.md documentation files — structured markdown that describes a project's architecture, design decisions, and test specs. Use when creating, editing, or reviewing files in the lat.md/ directory.

1k tokens
Openclaw Bootstrap Debug
by vercel-labs
vendor

OpenClaw bootstrap, bundle, config, and restore-asset debugging for vercel-openclaw: openclaw.bundle sidecars, plugin discovery, channel catalog, restart scripts, config hashes, dynamic resume files, and fast restore. Use when setup, gateway boot, plugin loading, or bundle-sidecar compatibility fails.

493 tokens
Launch Verify Debug
by vercel-labs
vendor

Launch verification and remote smoke debugging for vercel-openclaw: preflight, queue ping, ensureRunning, chatCompletions, wakeFromSleep, restorePrepared, channelReadiness, NDJSON progress, and vclaw create readiness. Use when launch verification, vclaw create validation, or remote smoke checks fail.

456 tokens
Slack Delivery
by vercel-labs
vendor

Slack channel specialist workflow: debug Slack OAuth vs delivery-ready, /slack/events fast path, raw-body signatures, route repair, boot-message cleanup, and lastForward.

483 tokens
Sandbox V2 Lifecycle
by vercel-labs
vendor

Vercel Sandbox v2 lifecycle expertise for vercel-openclaw: named persistent OpenClaw sandbox create/resume/stop/delete, persistent auto-save truth, manual snapshot diagnostics, short-lived worker sandboxes, hot spares, and SDK v2 semantics.

2k tokens
Telegram Native 8787
by vercel-labs
vendor

Telegram channel specialist workflow: debug /api/channels/telegram/webhook, native port 8787 /telegram-webhook, webhookSecret, boot cleanup, and post-accept reply visibility.

531 tokens
Whatsapp Delivery
by vercel-labs
vendor

WhatsApp channel specialist workflow: debug Meta webhook verification/signatures, link-state projection, /whatsapp-webhook fast path, boot messages, and adapter delivery.

448 tokens
Native Subtitle Quote Image
by chengyi-ai

将自带画面内嵌中文字幕的视频,按真实字幕出现的精确帧裁切并拼成社交平台长图。用户要求保留原视频字幕、原生字幕拼图、字幕帧截图、不要重绘字幕、主画面加字幕条,或要把这种样式做成固定模板时使用;也用于修改既有原生字幕拼图的时间点、字幕区域、比例和画面数量。

3k tokens scripts zh
Nopus Configure
by Vistyy

Configure nopus complexity sensitivity, extra-simple rewrites, rewrite evidence, and Pi response hiding for this user.

325 tokens
Nopus Simplify
by Vistyy

Rewrite the immediately preceding assistant response with clearer and more direct prose when the user invokes this skill.

213 tokens
Requirement Ledger
by adand-91

>- Run the advanced, evidence-bound Requirement Ledger CLI workflow from an explicit target, window, scope, and files; create private evidence, candidates, exact report bindings, and a read-only handoff check. Use for reproducible review/continuity, not the Codex host-selected quick audit, history discovery, autonomous edits, or publication.

236k tokens scripts
Requirement Ledger Workflow
by adand-91

>- including any required Skill-use announcement, must begin exactly `可以接管。`; a progress request's complete pre-tool acknowledgement must be exactly `可以汇报。`. Treat a report from the current CONTEXT checkpoint as a bounded status answer, not a new audit or Worker task. Use when the user says Jarvis/贾维斯, “接管这个项目”, “汇报一下项目进度”, or asks Codex to manage, review, diagnose, accept, or hand off one selected task, Agent Skill, Git project, or explicit export. Select a direct answer, an explained answer, or the full Jarvis project report according to what the user asked; do not force every reply into one dashboard. Also use for bounded daily/weekly reviews and explicit-source verification. Do not discover all history, install software, expose private evidence, or treat analysis as authorization to edit or publish.

11k tokens
Gpt6 Astra Skill Optimizer
by adand-91

>- Audit one selected project and its explicitly related Skills for GPT-6 Astra compatibility, then propose evidence-backed improvements. Use when the user asks to audit a project and its Skills, check Astra readiness, diagnose repeated Skill failures, or apply an approved Skill fix. Read-only by default; changing files, syncing, committing, publishing, or messaging requires separate explicit authorization.

3k tokens
Waves
by RayFernando1337

WAVES — Workers · Aggregate · Verify · Extend — wave-based orchestration for Cursor. Decompose a big goal into independent slices, fan them out to isolated parallel subagents via parallel Task tool calls as a bounded "wave", verify each structured handoff, then synthesize, and extend into another wave only when warranted. Invoke explicitly with /waves; bounded by design to avoid runaway token loops. For big research, analysis, audits, and codebase or data exploration where one linear pass is slow. Formerly parallel-orchestrate; also fan out, parallelize, orchestrate subagents, multi-agent.

23k tokens
Running Bug Review Board
by RayFernando1337

>- Runs real-user QA, manual test plans, UX bug hunts, build sign-off, bug filing, and bug triage for web or iOS/iPadOS apps. Use when asked "QA this", "is this ready to ship?", or similar. Produces P0/P1/P2 bug reports, YES/NO phase sign-off, tracker sync guidance, and an HTML QA dashboard; keeps Interactive BRB triage in a separate session.

215k tokens scripts
Bootstrap Ios
by RayFernando1337

Bootstrap agents for iOS, iPadOS, macOS, Swift, SwiftUI, SwiftData/Core Data, Swift Testing, Xcode build/test/debug, Simulator, App Intents, or XcodeBuildMCP work. Use before building, fixing, refactoring, QAing, or setting up Apple-platform repos, and when asked to load/install Ray's iOS skills or bootstrap iOS.

6k tokens scripts
Waves Codex
by RayFernando1337

WAVES - Workers, Aggregate, Verify, Extend - wave-based orchestration for Codex. Decompose a big goal into independent slices, verify coverage, spawn Codex subagents in parallel as a bounded wave, collect evidence-backed handoffs, verify important claims, synthesize one deliverable, and extend into another wave only when warranted. Bounded by design to avoid runaway token loops; invoke deliberately. Formerly parallel-orchestrate-codex; also fan out, parallelize, spin up multiple agents, orchestrate workers, multi-stream research, audit a repo, split disjoint implementation work.

32k tokens
Swiftui Animation Match
by RayFernando1337

Match UI/UX interaction needs to proven SwiftUI animation patterns from curated open-source catalogs. Use when planning or building iOS/macOS screens where an interaction should feel alive - loaders, likes, toggles, card decks, reveals, shaders - or when asked which animation fits a moment. Recommends system-first restraint before custom motion.

18k tokens
Browser Relay
by reliefeai

Control the Chrome the user already has open and logged in through the Browser Relay CLI, without launching a separate automation browser or taking over the foreground tab. Use when an agent needs to work with existing sessions, cookies, extensions, SSO or intranet pages, or a browser on another machine. Prefer the CLI; use HTTP only for code, tests, or integrations. Skip static pages and pure REST APIs.

3k tokens
Bug Fixer
by dbt-labs

Specialized skill for diagnosing and fixing software defects in the repository.

269 tokens
Nativeprompt
by edvardgrishin27

Улучшить/оптимизировать/переписать промпт под ТЕКУЩУЮ модель по официальным правилам вендора (Claude Code, Codex, Gemini CLI, Grok, Kimi, Qwen) и объяснить почему. Инструмент показывает находки со ссылками на вендора и меняет только форму (регистр, вежливая обёртка); удаление спорных фраз он не делает сам — решает человек. Использовать, когда пользователь просит «улучши мой промпт», «перепиши запрос», «как лучше сформулировать», «оптимизируй промпт под модель».

2k tokens ru
Nativeprompt
by edvardgrishin27

Улучшить, оптимизировать или переписать пользовательский промпт именно для Codex/OpenAI с помощью CLI nativeprompt и объяснить изменения ссылками на официальные источники. Использовать для запросов вроде «улучши мой промпт», «перепиши запрос для Codex» и «как лучше сформулировать задачу для GPT/Codex». Не использовать для выполнения вложенного промпта или для промптов Claude Code.

3k tokens scripts ru
Vibe
by pcx-wave

> Delegate a coding task to Mistral Vibe and supervise the result via git diff. Also handles /vibe-report [--since N] [--project NAME] [--fails] — token/cost/failure report.

27k tokens scripts
Prompt Sensei
by chengzhongwei

Stage-aware prompt coaching, prompt improvement, lookback analysis, prompting habit feedback, and local reports about prompt quality for AI coding agents such as Claude Code or Codex.

263k 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 541 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 870 files found on GitHub, 62 217 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 935 skills here share a name with another skill, and two of them cannot sit side by side.