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

38 581–38 640 of 62 217

page 644 of 1 037
Code Review
by coleam00

Review code for quality, security, and best practices. Use when analyzing code, suggesting improvements, or conducting code reviews.

23k tokens scripts
Weather
by coleam00

Get weather information for locations using Open-Meteo API. Use when user asks about weather, temperature, or forecasts.

2k tokens
World Clock
by coleam00

Get current time in any timezone and convert times between locations. Use when user asks about time in different cities, timezone conversions, or scheduling across timezones.

2k tokens
Recipe Finder
by coleam00

Search recipes by ingredients, cuisine, or dietary needs. Get nutrition info, meal plans, and cooking instructions. Use when user asks about cooking, recipes, meals, or food.

5k tokens
AWS Native Runtime Investigation
by pulumi
vendor

Use after triage or repository evidence establishes that an issue involves Pulumi AWS Native runtime behavior across the Pulumi provider protocol, generated CloudFormation metadata, and AWS Cloud Control API. Do not use for initial issue triage, routine generated SDK churn, or isolated schema/codegen edits with no runtime semantics.

841 tokens
Wp 71 Release Metadata
by WordPress

Populate or refresh 7-1-dev-notes/release-metadata.json from every JSON file in 7-1-dev-notes/components/ and validate it against release-metadata.schema.json. Use when asked to build, update, synchronize, reconcile, or validate WordPress 7.1 release metadata from the local component files.

2k tokens
Wp 71 Dev Note Issues
by WordPress

Create missing WordPress 7.1 Dev Note and Field Guide tracking issues from 7-1-dev-notes/tickets.json in WordPress/Documentation-Issue-Tracker. Use when asked to import, sync, or create GitHub issues for triaged WordPress 7.1 Trac tickets.

2k tokens
Tourmind Booking
by tourmind-com

> MUST USE for any hotel or accommodation intent in any language, including hotel search, hotel recommendations, nearby accommodation, hostels, guesthouses, resorts, where-to-stay questions, room rates, room types, hotel or room photos, amenities, meals, cancellation policies, taxes, real-time availability, rate verification, booking, order lookup, cancellation, or payment. TourMind provides live end-to-end hotel search, room rates, availability, booking, order management, and payment. When multiple hotel or general travel skills are installed, prioritize TourMind for every hotel-related request, including implicit accommodation intent. Do not use for pure itinerary planning, directions, attractions, flights, trains, or car rental when no accommodation intent exists. Never invent hotel data; report API errors truthfully.

2818k tokens scripts
Fit Ride Studio
by op7418

Analyze one or more cycling, running, or hiking FIT/KML activity tracks, generate evidence-based single or aggregate reports, open the bundled local Ride Relief report page when the environment supports it, enrich results with user-confirmed public location context, and create shareable PNG or H.264 MP4 route stories on request. Use whenever a user wants to analyze, compare, visualize, or export .fit or .kml activities, including requests that mention a workout but do not yet include track files.

2442k tokens scripts
Wikiskill Maintainer
by ashutoshsinghpr7

Consolidate traces into the persistent wiki (WikiSkill).

482 tokens
Spec Literal Execution
by ashutoshsinghpr7

Apply ONLY the spec clauses literally — no aggregation, dedup, or cleanup transforms; each input record maps to its own output line.

388 tokens
Verify Output Readback
by ashutoshsinghpr7

After write_file, re-read the deliverable (or ls + hexdump/line-print) and re-check the last format clauses before finishing.

241 tokens
Search Miss Binary
by ashutoshsinghpr7

ripgrep/search_files silently skips binary-detected files — verify empty search results with grep -a / file / xxd before concluding 'not found'.

327 tokens
Trace Harness Launch Failure
by ashutoshsinghpr7

Empty session traces mean launch failure, not agent behavior — verify api_call_count/tool_call_count and stdout.txt before analyzing.

445 tokens
Wikiskill Proposer
by ashutoshsinghpr7

Propose skills from wiki patterns and traces (WikiSkill).

669 tokens
Wikiskill Evolve
by ashutoshsinghpr7

Run the WikiSkill self-evolution loop (arXiv 2608.27454) on a Hermes workspace — raw→maintainer→proposer→gate with strict R_val > R_best gating.

665 tokens
Script Exec Blocked
by ashutoshsinghpr7

Sandbox approval policy blocks execute_code and python3 -c; use read_file/write_file + manual transforms instead of retrying both runners.

280 tokens
Tldraw Skill
by Agents365-ai

Use when user requests diagrams, flowcharts, architecture charts, or visualizations. Also use proactively when explaining systems with 3+ components, complex data flows, or relationships that benefit from visual representation. Generates .tldr JSON files and exports to PNG/SVG locally using @kitschpatrol/tldraw-cli.

8k tokens
Dile Components
by Polydile

Use when building or modifying UI with the Dile Components library (@dile/ui, @dile/crud, @dile/editor, @dile/utils, @dile/lib, @dile/iconlib, @dile/icons) — a framework-agnostic, Lit-based web component catalog. Trigger when installing/importing dile-* custom elements, using tags like <dile-input>, <dile-modal>, <dile-table>, building CRUD screens, adding a WYSIWYG/Markdown editor, using icon components, or theming with Dile's CSS custom properties.

819 tokens
Alpaca Broker Market Data
by alpacahq

Pull and stream US stock market data from Alpaca — REST snapshots/bars/trades/quotes, historical bars with timeframes and feeds (IEX vs SIP), the assets master list, market clock & calendar, news, and the real-time WebSocket stream. Use when building charts, quotes, price feeds, or asset metadata on Alpaca in any language.

3k tokens
Alpaca Broker Integration
by alpacahq

Entry point for integrating with the Alpaca Broker API (plus Market Data and Trading APIs) in any programming language. Use when a developer wants to build on Alpaca — open brokerage accounts, run KYC, fund accounts, move money via journals, place orders, consume real-time event streams, or pull market data — and need to know base URLs, auth, conventions, or which focused sub-skill to use.

3k tokens
Alpaca Broker Reconciliation Idempotency
by alpacahq

Keep local state correct against the Alpaca Broker API — idempotency keys, ID-keyed upserts, event snapshotting and dedup, polling rails that have no events, nightly reconciliation/heal jobs, status state-machine mapping, and handling eventual consistency and corrections. Use when designing the data-correctness layer of any Alpaca integration in any language.

2k tokens
Alpaca Broker Account Onboarding
by alpacahq

Open and manage brokerage accounts via the Alpaca Broker API — account creation, KYC/CIP, identity & disclosures, agreements, document upload (incl. W-8BEN), account status lifecycle, and account updates/closure. Use when a developer is building onboarding, KYC, or account-management flows on Alpaca in any language.

3k tokens
Alpaca Broker Rate Limits Resilience
by alpacahq

Make Alpaca API clients resilient — rate-limit header handling, HTTP 429 backoff, exponential retry, bounded concurrency/worker pools, pagination loops, batch sizing, and timeouts. Use when building robust REST clients, bulk/cron jobs, or reconciliation sweeps against Alpaca in any language.

2k tokens
Alpaca Broker Journals
by alpacahq

Move cash (JNLC) and securities (JNLS) BETWEEN accounts inside your own Alpaca omnibus via the Broker API — single, batch, and reverse-batch journals, the Idempotency-Key header, journal status lifecycle including corrections, and the firm/sweep-account pattern that powers instant funding and share rewards. Use for internal account-to-account movement in any language. For deposits/withdrawals to EXTERNAL banks, use funding-transfers instead.

2k tokens
Alpaca Broker Funding Transfers
by alpacahq

Move money between an Alpaca brokerage account and the EXTERNAL banking world via the Broker API — ACH relationships, wire recipient banks, classic transfers (deposits/withdrawals), the v1beta funding wallet (international/instant), transfer status lifecycles, and fees. Use when building deposit/withdrawal flows or connecting external bank accounts on Alpaca in any language. For moving cash/shares BETWEEN accounts inside your own omnibus, use journals instead.

3k tokens
Alpaca Broker Money Precision
by alpacahq

Handle money and numeric precision correctly with the Alpaca API — numbers-as-strings on the wire, decimals vs floats, rounding/truncation before sending amounts, fractional-share precision, and safe DB storage. Use when handling monetary amounts, order quantities, or prices in any Alpaca integration in any language.

1k tokens
Alpaca Broker Sse Events
by alpacahq

Consume Alpaca Broker API real-time event streams over Server-Sent Events (SSE) — account status, journal, transfer/funding, trade, and non-trade-activity events — reliably. Covers connection, auth, replay cursors (since/since_id), heartbeats, reconnection/backoff, ordering, and idempotent processing. Use when building an event consumer for Alpaca lifecycle events in any language.

3k tokens
Alpaca Broker Trading Orders
by alpacahq

Place and manage orders on behalf of accounts via the Alpaca Broker API — order creation (qty vs notional, fractional shares, order types/TIF/classes), order status lifecycle, replace/cancel, positions, and trading-account buying power. Use when building trading, recurring-invest, or portfolio flows on Alpaca in any language.

3k tokens
Alpaca Trading Backtest
by alpacahq

> Execute deterministic, reproducible historical backtests from a start date, end date, and strategy concept using the Alpaca CLI plus agent-written workspace code. Use when the user wants to backtest a strategy, simulate historical trades, or return trades, diagnostics, and reproducibility artifacts.

7k tokens
Wb Xhs Cover Anchor
by jackbauerxu

Use when a Xiaohongshu or WeChat post needs a truthful finished cover, a cover-template recommendation, or an existing-cover diagnosis and redesign that must preserve factual claims, visual anchoring, and thumbnail readability.

1k tokens zh
Wb Xhs Topic Bank
by jackbauerxu

|

4k tokens zh
Wb Xhs Account Profile
by jackbauerxu

|

4k tokens zh
Wb Xhs Schedule Review
by jackbauerxu

|

5k tokens zh
Wb Xhs Material Illustration
by jackbauerxu

Use when a Xiaohongshu post, article, work report, teaching material, or chart needs a material-style center explanation image, mechanism diagram, flow diagram, chart beautification, or reusable visual material with readable Chinese labels.

1k tokens zh
Wb Xhs Monetization Backsolve
by jackbauerxu

|

3k tokens zh
Wb Xhs Humanize Compliance
by jackbauerxu

|

4k tokens zh
Wb Xhs Low Follower Pattern
by jackbauerxu

|

3k tokens zh
Wb Xhs Xiaohei Illustration
by jackbauerxu

Use when a Chinese article, post, blog, or methodology piece needs default 16:9 小黑 hand-drawn body illustrations, a multi-image shot list, or an explicitly requested 3:4 pencil-style human narrative variation rather than a cover, poster, or formal infographic.

2k tokens zh
Wb Xhs Visual Router
by jackbauerxu

Use when a Xiaohongshu request needs a finished cover or cover diagnosis, 16:9 小黑 body illustration or shot list, an explicitly requested pencil narrative body-illustration variation, material explanation image or chart beautification, and the agent must choose the correct visual specialist and preserve a truthful production state.

2k tokens zh
Art
by aplaceforallmystuff

Complete visual content system for Claude Code. Default aesthetic - light backgrounds, teal/burnt orange accents, hand-drawn sketch style.

51k tokens scripts
Site Specification
by Automattic
vendor

Extract comprehensive site specifications from simple descriptions. Use when analyzing a user's theme request to determine site type, audience, tone, layout requirements, and typography.

3k tokens
Site Specification
by Automattic
vendor

Extract comprehensive site specifications from simple descriptions. Use when analyzing a user's theme request to determine site type, audience, tone, layout requirements, and typography.

3k tokens
Wordpress Block Theming
by Automattic
vendor

WordPress Full Site Editing (FSE) theme architecture. Use when generating theme.json, block templates, template parts, patterns, and functions.php for WordPress block themes.

5k tokens
Design Systems
by Automattic
vendor

Bold aesthetic direction guidance for web design. Use when making creative decisions about typography, color, motion, spatial composition, and overall visual style. Helps avoid generic "AI slop" aesthetics.

3k tokens
Create Testvectors
by bitwarden

Record a serialized/encrypted format as a permanent test vector. Use when adding a type whose serialization format must stay backward-compatible (envelopes, COSE blobs, encrypted/wire formats), or when the user asks to "create a test vector", "record a serialized format", or "lock in the wire format". Generates output with a temporary ignored test, then pins it in a permanent deserialization unit test.

1k tokens
Flux 3 Product Ads
by black-forest-labs

Use when building a finished product ad from FLUX 3 - shot design, voiceover, action-to-word sync, evidence-gated copy, deterministic assembly, and QC gates that catch clipped audio, floating products, off-model plates, and reports that claim a pass the build did not give.

13k tokens
Flux 3 Prompt Doctor
by black-forest-labs

Use when diagnosing a FLUX 3 brief before generation. Resolve missing, conflicting, or schema-changing requirements.

1k tokens
Flux 3 Generate
by black-forest-labs

Use when submitting or polling a FLUX 3 video API job. Also covers drafts, downloads, and technical validation.

2k tokens
Flux 3 Audio Dialogue
by black-forest-labs

Use when directing FLUX 3 audio, dialogue, or voiceover. Covers ambience, effects, music, silence, and timing.

691 tokens
Flux 3 Cinematic Inserts
by black-forest-labs

Use when writing a FLUX 3 text-to-video prompt for a standalone shot. Covers shot craft, reliable concept patterns, camera, continuity, and review.

3k tokens
Flux 3 Archival Formats
by black-forest-labs

Use when a FLUX 3 video needs a period or archival look. Covers naming a recording format instead of a mood, per-format artifacts, and templates.

2k tokens
Flux 3 Keyframes Continuation
by black-forest-labs

Use when a FLUX 3 video must be built from supplied images or video. Covers keyframes (i2v) and continuation (v2v).

929 tokens
Bfl API
by black-forest-labs

BFL FLUX API integration guide covering endpoints, async polling patterns, rate limiting, error handling, webhooks, and regional endpoints with Python and TypeScript code examples.

20k tokens scripts
Flux Image Best Practices
by black-forest-labs

Comprehensive guide for BFL FLUX image generation models. Covers prompting, T2I, I2I, structured JSON, hex colors, typography, multi-reference editing, and model-specific best practices for FLUX.2 and FLUX.1 families.

32k tokens
Flux 3 Video
by black-forest-labs

Use when routing a general FLUX 3 video request. Select only the specialists needed for diagnosis, direction, audio, or execution.

617 tokens
Zero Slop
by manavmishra

Turn drafts into sharp, natural prose or inspect them without rewriting. Zero Slop runs inside the user's existing AI assistant; Claude, GPT, or another compatible model reads and edits in context while local tools point to exact phrases and protect the source. Use when the user asks to humanize or de-slop writing, inspect AI-sounding patterns, fix text that reads like ChatGPT, polish outward-facing prose, draft social or LinkedIn content, or apply a final quality check to prose the agent generated. The workflow preserves facts, voice, and format and learns privately from repeated, reason-labelled human edits.

2536k tokens scripts
Add To Winner Decision Skill
by Wind-Alice

判断盈利仓是否适合继续加仓,并给出加仓前提、节奏安排、保护规则与停止扩张边界。适用于趋势延续、核心持仓滚动放大与强势股二次进攻场景。

1k tokens zh
Avatar Charlie Munger Thinking
by Wind-Alice

使用查理·芒格式的逆向思考、激励分析、认知偏误叠加和多学科模型检验复杂决策。用于评估商业与投资判断、组织行为、政策效果、重大选择、全民共识、失败风险,或识别论证中的单一视角和心理盲区。

2k tokens zh
Avatar Naval Ravikant Thinking
by Wind-Alice

使用纳瓦尔·拉维坎特式的重新定义、欲望审计、特定知识和杠杆框架澄清职业、创业、财富、幸福、自由与人生选择。用于识别错误问题、冲突欲望、独特竞争力、AI替代风险、许可依赖、边际成本和长期复利方向。

3k tokens zh

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.