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

20 821–20 880 of 61 947

page 348 of 1 033
Proxies
by oxylabs

>- Dedicated Datacenter/ISP proxies with geo-targeting, IP rotation, session persistence, and port-based sticky IPs. Use when routing traffic through proxies, building scrapers with proxy auth, rotating or sticky sessions, whitelisting IPs, or accessing geo-restricted content.

8k tokens
Winui UI Testing
by microsoft
vendor

Automated UI testing for Windows desktop apps — generate a batch test script with the `winapp ui` UI Automation harness, run all tests in one pass, read results. Covers element assertions, interactions, value checking (TextBox, ComboBox, ToggleSwitch), keyboard shortcuts and typing (send-keys), hover, drag-and-drop, touch and pen input, file pickers, flyouts, dialogs, persistence, accessibility audits, and screenshot/video capture. Works on any Windows app (Win32, WPF, WinForms, WinUI 3, packaged or unpackaged).

5k tokens
Winui Packaging
by microsoft
vendor

MSIX packaging, code signing, and distribution for WinUI 3 apps — build for release, certificate generation (winapp cert generate), certificate trust, code signing (winapp sign), self-contained deployment, CI/CD with GitHub Actions, and Microsoft Store submission. Use when preparing for release, creating MSIX installers, managing certificates, setting up CI/CD packaging, or publishing to the Microsoft Store.

2k tokens
Winui Code Review
by microsoft
vendor

Code quality review for WinUI 3 apps — MVVM compliance, x:Bind correctness, accessibility, theming, security, and performance. Use before committing to catch issues that the compiler and UI tests won't find.

5k tokens
Winui Setup
by microsoft
vendor

Install and verify the prerequisites the win-dev-skills WinUI 3 toolchain depends on — .NET SDK 10, the WinApp CLI, the WinUI 3 .NET templates, and Developer Mode. Use when setting up a new machine, after a Windows reset, or when another winui skill reports a missing prerequisite (e.g., `winapp` not found, `dotnet` not found, the WinUI 3 templates are missing, or Developer Mode is off).

2k tokens
Winui Dev Workflow
by microsoft
vendor

Build and run workflow for WinUI 3 apps — project creation, BuildAndRun.ps1 script, winapp run, error diagnosis, and prerequisites. Use when building, running, or fixing build errors in a WinUI 3 project.

17k tokens
Winui Session Report
by microsoft
vendor

Analyze the current or a recent agent session (GitHub Copilot CLI or Claude Code) and generate a diagnostic report. Use when asking for session feedback, debugging agent behavior, or reviewing what happened during a build session.

13k tokens
Winui Design
by microsoft
vendor

Use when designing, reviewing, or fixing WinUI 3: layout planning, control choice, Fluent Design alignment, Light/Dark/High Contrast theming, typography, spacing, brushes, accessibility, and XAML data-binding design. Load before authoring new XAML, reviewing UI PRs, migrating desktop UI to WinUI, or choosing between WinUI controls/patterns.

1985k tokens
Winui Wpf Migration
by microsoft
vendor

Migrate WPF applications to WinUI 3 — namespace replacement (System.Windows → Microsoft.UI.Xaml), control mapping (DataGrid→ListView, WrapPanel→ItemsRepeater, TabControl→TabView), threading (Dispatcher→DispatcherQueue), imaging (System.Drawing→BitmapImage), MVVM conversion to CommunityToolkit.Mvvm, and DynamicResource→ThemeResource. Use when converting WPF code, replacing WPF namespaces, or fixing migration build errors.

1k tokens
Zapier Status
by zapier

Check the health of your Zapier MCP setup. Three modes — health check (dashboard view), audit (find waste and duplicates), diagnose (systematic troubleshooting). Use when asking "is my MCP working?", "check my tools", "audit my setup", "what's broken?", or "zapier status".

2k tokens
Zapier Demo
by zapier

Walk a new user through setting up their first Zapier action and running it live — the smallest possible win. Asks what app they use, recommends one read action to enable, guides them to mcp.zapier.com to add it, then demonstrates it working in the same chat. Use when the user asks "show me how Zapier works", "set up my first action", "give me a quick demo", "I want to try it", "what's the fastest way to see this work", "minimal setup", "hello world", or "smallest example".

3k tokens
Zapier Onboard
by zapier

Onboard a new user to Zapier MCP — introduce what it can do, walk through authentication, and route into the right flow based on the state of their setup. Use when getting started, troubleshooting connection issues, or when the user asks "what is Zapier MCP", "how do I get started with Zapier", "set me up", "what can I do with Zapier", or "tell me about Zapier".

3k tokens
Zapier Explore
by zapier

Explore what Zapier MCP can do for the user — interview them about their role and the apps they live in, suggest specific use cases as on-demand prompts, then walk them through enabling the actions to make those use cases real. The natural next step after `zapier-demo`. Use when the user asks "what else can Zapier do for me", "set up more tools", "add a starter pack for my role", "what should I enable next", "suggest workflows", "help me figure out what to do with Zapier", "I don't know where to start", or "give me Zapier examples".

4k tokens
Clinical Note Extract Skill
by anthropics
vendor

Extract structured data from clinical notes with span-level provenance and null-safety. Use when users say "extract [variables] from this note", "abstract this chart", "pull structured data from these notes", "what does this note say about [field]", or when building a chart-abstraction, registry, or cohort dataset from unstructured clinical text.

10k tokens scripts
Verify
by anthropics
vendor

Drive the contracts engine's runtime surface (the stdio MCP server) to verify changes end-to-end. Scoped to public-plugins/plugins/healthcare/skills/contracts/ and ../../servers/documents/.

1k tokens
Contracts
by anthropics
vendor

Answer a question across a corpus of contract documents with verified citations. Use when the user asks what a contract says, which contracts have a clause, what changed between amendments, or any question that needs reading and citing across a set of contract files. The corpus must be on the local filesystem (see README).

20k tokens
Fhir
by anthropics
vendor

Connect to a hospital's FHIR R4 server (Epic, Oracle Health/Cerner, MEDITECH, athenahealth, or any SMART-on-FHIR endpoint), pull a patient's clinical data and notes, and extract structured findings. Use when users say "connect to the EHR", "connect to Epic/Cerner", "pull notes for patient X", "what do the last 6 months of notes say about Y", or any task that starts from a live EHR rather than pasted text.

2k tokens
Doc Extract
by anthropics
vendor

Extract plain text from a document file - PDF, DOCX, XLSX, PPTX, RTF, or plain text/markdown/HTML. Use when a binary document needs to be turned into text, for example a contract PDF or an EHR DocumentReference attachment. Other skills (fhir) invoke scripts/extract.ts directly; the contracts MCP server bundles its own copy (servers/documents/src/extract.mjs) so its bundle stays self-contained — port fixes to both.

5k tokens scripts
Fraud Detection
by anthropics
vendor

Screen a Medicare/Medicaid claims corpus for fraud, waste, and abuse and produce ranked, fully-cited investigation referrals for an SIU / program-integrity team. Use when asked to run a fraud sweep, screen claims for FWA, find billing anomalies, or generate investigation referrals over a claims dataset.

149k tokens scripts
Procedure Coding
by anthropics
vendor

Assign CPT and HCPCS Level II procedure codes from clinical documentation the way a professional coder builds the claim. Use when users say "code this encounter for procedures", "what CPT codes apply", "assign HCPCS codes", "code this op note", or when turning visit notes or operative reports into claim-ready procedure codes.

2k tokens
Icd10 Cm Skill
by anthropics
vendor

Extract billable ICD-10-CM diagnosis codes from a clinical note the way a professional coder builds the claim. Use when users say "code this encounter", "assign ICD-10 codes", "what diagnosis codes apply", "code this chart", or when turning clinical documentation into claim-ready diagnosis codes.

3k tokens
Agent Task Delegation
by cosmicstack-labs

Design and operate task delegation systems for multi-agent fleets. Covers workload distribution, load balancing, queue management, priority scheduling, and dynamic agent scaling for production agent systems.

4k tokens
Error Recovery Retry
by cosmicstack-labs

Design robust error recovery, retry logic, and fallback strategies for production AI agents. Covers transient failure handling, circuit breakers, exponential backoff, state recovery, graceful degradation, and dead-letter queues for agent systems.

5k tokens
Gbrain Lite
by cosmicstack-labs

Lightweight personal knowledge base — markdown + YAML frontmatter structured notes with full-text search and cross-referencing for AI agents

691 tokens
Agent Audit Logging
by cosmicstack-labs

Implement comprehensive audit logging and reporting for multi-agent systems. Covers event capture, structured logging, traceability, compliance reporting, forensic analysis, and real-time monitoring dashboards for agent actions and decisions.

6k tokens
Memory Management
by cosmicstack-labs

Design and operate memory systems for long-running AI agents. Covers context window optimization, summarization strategies, vector-based retrieval, episodic memory, memory consolidation, and garbage collection for production agent systems.

4k tokens
AI Agent Design
by cosmicstack-labs

Comprehensive guide to designing, building, and operating AI agents. Covers agent architecture, tool use patterns, memory systems, orchestration strategies, planning approaches, error recovery, and safety guardrails for production-grade agent systems.

6k tokens
Agent Handoff Protocols
by cosmicstack-labs

Design and implement agent-to-agent handoff protocols for multi-agent systems. Covers context passing, escalation patterns, handshake mechanisms, conversation continuity, and routing between specialized agents in production workflows.

4k tokens
Agent Health Monitoring
by cosmicstack-labs

Monitor AI agent health, detect anomalies, set up alerting, and maintain observability dashboards for production multi-agent systems. Covers liveness checks, performance metrics, drift detection, and incident response.

3k tokens
Prompt Version Management
by cosmicstack-labs

Manage prompt versions, run A/B tests across agent prompts, track performance regressions, and safely roll out prompt changes in production. Covers prompt diffing, semantic versioning, canary releases, and automated evaluation.

3k tokens
Screenshot
by cosmicstack-labs

Capture high-fidelity screenshots of any website using Playwright — supports custom viewports, dark/light mode, mobile/tablet/desktop presets, split-screen, element-based capture by CSS selector, and text-based area capture. Integrates with Telegram or any output channel for delivery.

10k tokens
Routerbase Model Gateway
by cosmicstack-labs

Configure RouterBase as an OpenAI compatible model gateway for AI apps, with routing, fallback, media generation, and credential handling patterns.

2k tokens
Prompt Engineering
by cosmicstack-labs

Master the art and science of crafting effective prompts for large language models. Covers foundational patterns, advanced techniques like chain-of-thought and role prompting, structured output formats, and practical strategies for iterative refinement.

4k tokens
Daily Briefing
by cosmicstack-labs

Automated daily tech briefing — multi-source collection → knowledge-base deduplication → AI summarization → TTS speech synthesis, generating MP3 audio briefings

837 tokens
Shell Scripting
by cosmicstack-labs

Master shell scripting best practices, error handling, portability, debugging, and performance optimization for reliable automation scripts

6k tokens
Twitter Account Manager
by cosmicstack-labs

EDUCATIONAL / RESEARCH ONLY — Single-account always-on Twitter/X manager driven by cookies + headless Playwright. Runs a 10-minute scheduler that drafts posts, engages with timeline/search results, and queues anything risky for Telegram human approval. Hard daily ceilings, structural prompt-injection defenses, and DM auto-reply permanently disabled. Accounts WILL be terminated — we do not encourage use.

9k tokens
Token Budget Tracking
by cosmicstack-labs

Track, optimize, and control token consumption across multi-agent systems. Covers budget allocation, real-time monitoring, cost attribution, per-agent limits, and proactive cost optimization for production LLM deployments.

4k tokens
Workflow Automation
by cosmicstack-labs

Master workflow design, n8n patterns, automation triggers, error handling, and monitoring for reliable business process automation

5k tokens
Microservices
by cosmicstack-labs

Service boundaries, communication patterns, event sourcing, CQRS, and distributed tracing

503 tokens
API Design
by cosmicstack-labs

REST and GraphQL API design principles, versioning, error handling, and documentation patterns

2k tokens
Authentication Authorization
by cosmicstack-labs

JWT, OAuth2, SAML, session management, RBAC, ABAC, and MFA implementation

525 tokens
X Twitter Automation
by cosmicstack-labs

Design safe X/Twitter automation workflows for tweet search, reply reads, monitoring, posting, and agent-operated social media actions

3k tokens
Caching Strategies
by cosmicstack-labs

CDN, Redis, in-memory cache, cache invalidation, and distributed caching patterns

488 tokens
Database Design
by cosmicstack-labs

Schema design, normalization, indexing, migrations, and query optimization for SQL and NoSQL

454 tokens
Message Queues
by cosmicstack-labs

RabbitMQ, Kafka, SQS, pub/sub, competing consumers, dead letter queues, and event streaming

534 tokens
Nodejs Patterns
by cosmicstack-labs

Async control flow, error handling, module design, streams, and production hardening

436 tokens
Event Staffing Compliance
by cosmicstack-labs

>- Assess worker classification and compliance risk for temporary event staffing in the US and Canada. Use when a user asks about W-2 vs 1099 event workers, misclassification penalties, joint-employer liability, COI requirements, or wage/hour rules for event staff. Includes live state-by-state lookups via the TempGuru MCP server.

983 tokens
Python Patterns
by cosmicstack-labs

Python best practices including type hints, async patterns, testing, and project structure

2k tokens
Serverless Patterns
by cosmicstack-labs

Lambda, cold starts, event-driven design, API Gateway, and serverless frameworks

520 tokens
Event Staffing Ordering
by cosmicstack-labs

>- Order W-2 compliant temporary event staff for conventions, trade shows, festivals, concerts, sporting events, and brand activations in 300+ US and Canadian markets. Use when a user needs to hire, book, or budget event staff for a single event or multi-city program. Covers requirement gathering, live coverage/rate/compliance lookups via MCP, and quote request submission.

1k tokens
Negotiation
by cosmicstack-labs

>- A comprehensive skill for mastering negotiation — from preparation and frameworks to tactics, multi-party dynamics, and closing. Covers salary negotiation, buyer vs seller dynamics, remote negotiation, and more.

5k tokens
Startup Strategy
by cosmicstack-labs

>- A comprehensive skill for building and scaling startups — covering lean methodology, product-market fit, growth frameworks, fundraising strategy, team building, and common pitfalls that kill young companies.

4k tokens
Career Planning
by cosmicstack-labs

Skills assessment, career frameworks, OKRs, mentorship, board of directors, and career pivots

412 tokens
Linkedin Optimization
by cosmicstack-labs

Profile optimization, content strategy, networking, thought leadership, and personal branding

450 tokens
Salary Negotiation
by cosmicstack-labs

Market research, compensation benchmarking, BATNA, total comp analysis, and offer evaluation

517 tokens
Content Repurposer
by cosmicstack-labs

A content multiplication engine that transforms a single piece of content into multiple formats across channels — blog posts into Twitter threads, LinkedIn posts, email newsletters, Instagram carousels, and more. Maximizes ROI on every idea you create.

3k tokens
Resume Writing
by cosmicstack-labs

ATS optimization, achievement frameworks (STAR, CAR), formatting, tailoring, and portfolio presentation

400 tokens
Interview Prep
by cosmicstack-labs

Behavioral frameworks, technical interview patterns, system design, coding, and negotiation prep

449 tokens
Decision Matrix
by cosmicstack-labs

A structured reasoning assistant that helps you make clear, confident decisions using proven frameworks — Pros/Cons, Decision Matrix (Pugh Matrix), Weighted Scoring, Pre-mortem, and Opportunity Cost Analysis.

2k tokens
Daily Standup Journal
by cosmicstack-labs

A structured reflection engine that generates daily standup prompts, journaling questions, and weekly retrospectives for solopreneurs, freelancers, and remote teams. Helps build momentum, surface blockers, and track progress without the overhead of a manager.

2k 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 352 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 600 files found on GitHub, 61 947 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 890 skills here share a name with another skill, and two of them cannot sit side by side.