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

53 461–53 520 of 61 763

page 892 of 1 030
Copilot CLI Quickstart
by ComeOnOliver

> Use this skill when someone wants to learn GitHub Copilot CLI from scratch. Offers interactive step-by-step tutorials with separate Developer and Non-Developer tracks, plus on-demand Q&A. Just say "start tutorial" or and uses CLI-specific tools (ask_user, sql, fetch_copilot_cli_documentation).

7k tokens
Copilot Instructions Blueprint Generator
by ComeOnOliver

Technology-agnostic blueprint generator for creating comprehensive copilot-instructions.md files that guide GitHub Copilot to produce code consistent with project standards, architecture patterns, and exact technology versions by analyzing existing codebase patterns and avoiding assumptions.

4k tokens
Copilot SDK
by ComeOnOliver

Build agentic applications with GitHub Copilot SDK. Use when embedding AI agents in apps, creating custom tools, implementing streaming responses, managing sessions, connecting to MCP servers, or creating custom agents. Triggers on Copilot SDK, GitHub SDK, agentic app, embed Copilot, programmable agent, MCP server, custom agent.

6k tokens
Copilot Spaces
by ComeOnOliver

Use Copilot Spaces to provide project-specific context to conversations. Use this skill when users mention a "Copilot space", want to load context from a shared knowledge base, discover available spaces, or ask questions grounded in curated project documentation, code, and instructions.

2k tokens
Copilot Usage Metrics
by ComeOnOliver

Retrieve and display GitHub Copilot usage metrics for organizations and enterprises using the GitHub CLI and REST API.

610 tokens
Cosmosdb Datamodeling
by ComeOnOliver

Step-by-step guide for capturing key application requirements for NoSQL use-case and produce Azure Cosmos DB Data NoSQL Model design using best practices and common patterns, artifacts_produced: "cosmosdb_requirements.md" file and "cosmosdb_data_model.md" file

12k tokens
Create Agentsmd
by ComeOnOliver

Prompt for generating an AGENTS.md file for a repository

2k tokens
Create Architectural Decision Record
by ComeOnOliver

Create an Architectural Decision Record (ADR) document for AI-optimized decision documentation.

765 tokens
Create Github Action Workflow Specification
by ComeOnOliver

Create a formal specification for an existing GitHub Actions CI/CD workflow, optimized for AI consumption and workflow maintenance.

2k tokens
Create Github Issue Feature From Specification
by ComeOnOliver

Create GitHub Issue for feature request from specification file using feature_request.yml template.

228 tokens
Create Github Issues Feature From Implementation Plan
by ComeOnOliver

Create GitHub Issues from implementation plan phases using feature_request.yml or chore_request.yml templates.

236 tokens
Create Github Issues For Unmet Specification Requirements
by ComeOnOliver

Create GitHub Issues for unimplemented requirements from specification files using feature_request.yml template.

319 tokens
Create Github Pull Request From Specification
by ComeOnOliver

Create GitHub Pull Request for feature request from specification file using pull_request_template.md template.

406 tokens
Create Implementation Plan
by ComeOnOliver

Create a new implementation plan file for new features, refactoring existing code or upgrading packages, design, architecture or infrastructure.

2k tokens
Create Llms
by ComeOnOliver

Create an llms.txt file from scratch based on repository structure following the llms.txt specification at https://llmstxt.org/

2k tokens
Create Readme
by ComeOnOliver

Create a README.md file for the project

333 tokens
Create Specification
by ComeOnOliver

Create a new specification file for the solution, optimized for Generative AI consumption.

1k tokens
Create Spring Boot Java Project
by ComeOnOliver

Create Spring Boot Java Project Skeleton

1k tokens
Create Spring Boot Kotlin Project
by ComeOnOliver

Create Spring Boot Kotlin Project Skeleton

1k tokens
Create Technical Spike
by ComeOnOliver

Create time-boxed technical spike documents for researching and resolving critical development decisions before implementation.

2k tokens
Create Tldr Page
by ComeOnOliver

Create a tldr page from documentation URLs and command examples, requiring both URL and command name.

2k tokens
Creating Oracle To Postgres Master Migration Plan
by ComeOnOliver

Discovers all projects in a .NET solution, classifies each for Oracle-to-PostgreSQL migration eligibility, and produces a persistent master migration plan. Use when starting a multi-project Oracle-to-PostgreSQL migration, creating a migration inventory, or assessing which .NET projects contain Oracle dependencies.

792 tokens
Creating Oracle To Postgres Migration Bug Report
by ComeOnOliver

Creates structured bug reports for defects found during Oracle-to-PostgreSQL migration. Use when documenting behavioral differences between Oracle and PostgreSQL as actionable bug reports with severity, root cause, and remediation steps.

569 tokens
Creating Oracle To Postgres Migration Integration Tests
by ComeOnOliver

Creates integration test cases for .NET data access artifacts during Oracle-to-PostgreSQL database migrations. Generates DB-agnostic xUnit tests with deterministic seed data that validate behavior consistency across both database systems. Use when creating integration tests for a migrated project, generating test coverage for data access layers, or writing Oracle-to-PostgreSQL migration validation tests.

763 tokens
Csharp Async
by ComeOnOliver

Get best practices for C# async programming

465 tokens
Csharp Docs
by ComeOnOliver

Ensure that C# types are documented with XML comments and follow best practices for documentation.

1k tokens
Csharp MCP Server Generator
by ComeOnOliver

Generate a complete MCP server project in C# with tools, prompts, and proper configuration

559 tokens
Csharp Mstest
by ComeOnOliver

Get best practices for MSTest 3.x/4.x unit testing, including modern assertion APIs and data-driven tests

3k tokens
Csharp Nunit
by ComeOnOliver

Get best practices for NUnit unit testing, including data-driven tests

711 tokens
Csharp Tunit
by ComeOnOliver

Get best practices for TUnit unit testing, including data-driven tests

1k tokens
Csharp Xunit
by ComeOnOliver

Get best practices for XUnit unit testing, including data-driven tests

677 tokens
Datanalysis Credit Risk
by ComeOnOliver

Credit risk data cleaning and variable screening pipeline for pre-loan modeling. Use when working with raw credit data that needs quality assessment, missing value analysis, or variable selection before modeling. it covers data loading and formatting, abnormal period filtering, missing rate calculation, high-missing variable removal,low-IV variable filtering, high-PSI variable removal, Null Importance denoising, high-correlation variable removal, and cleaning report generation. Applicable scenarios arecredit risk data cleaning, variable screening, pre-loan modeling preprocessing.

2k tokens
Dataverse Python Advanced Patterns
by ComeOnOliver

Generate production code for Dataverse SDK using advanced patterns, error handling, and optimization techniques.

294 tokens
Dataverse Python Production Code
by ComeOnOliver

Generate production-ready Python code using Dataverse SDK with error handling, optimization, and best practices

917 tokens
Dataverse Python Quickstart
by ComeOnOliver

Generate Python SDK setup + CRUD + bulk + paging snippets using official patterns.

163 tokens
Dataverse Python Usecase Builder
by ComeOnOliver

Generate complete solutions for specific Dataverse SDK use cases with architecture recommendations

2k tokens
Debian Linux Triage
by ComeOnOliver

Triage and resolve Debian Linux issues with apt, systemd, and AppArmor-aware guidance.

240 tokens
Declarative Agents
by ComeOnOliver

Complete development kit for Microsoft 365 Copilot declarative agents with three comprehensive workflows (basic, advanced, validation), TypeSpec support, and Microsoft 365 Agents Toolkit integration

1k tokens
Dependabot
by ComeOnOliver

>- Comprehensive guide for configuring and managing GitHub Dependabot. Use this skill when users ask about creating or optimizing dependabot.yml files, managing Dependabot pull requests, configuring dependency update strategies, setting up grouped updates, monorepo patterns, multi-ecosystem groups, security update configuration, auto-triage rules, or any GitHub Advanced Security (GHAS) supply chain security topic related to Dependabot.

3k tokens
Devops Rollout Plan
by ComeOnOliver

Generate comprehensive rollout plans with preflight checks, step-by-step deployment, verification signals, rollback procedures, and communication plans for infrastructure and application changes

998 tokens
Documentation Writer
by ComeOnOliver

Diátaxis Documentation Expert. An expert technical writer specializing in creating high-quality software documentation, guided by the principles and structure of the Diátaxis technical documentation authoring framework.

687 tokens
Dotnet Best Practices
by ComeOnOliver

Ensure .NET/C# code meets best practices for the solution/project.

807 tokens
Dotnet Design Pattern Review
by ComeOnOliver

Review the C#/.NET code for design pattern implementation and suggest improvements.

821 tokens
Dotnet Timezone
by ComeOnOliver

.NET timezone handling guidance for C# applications. Use when working with TimeZoneInfo, DateTimeOffset, NodaTime, UTC conversion, daylight saving time, scheduling across timezones, cross-platform Windows/IANA timezone IDs, or when a .NET user needs the timezone for a city, address, region, or country and copy-paste-ready C# code.

975 tokens
Dotnet Upgrade
by ComeOnOliver

Ready-to-use prompts for comprehensive .NET framework upgrade analysis and execution

2k tokens
Doublecheck
by ComeOnOliver

Three-layer verification pipeline for AI output. Extracts verifiable claims, finds supporting or contradicting sources via web search, runs adversarial review for hallucination patterns, and produces a structured verification report with source links for human review.

4k tokens
Editorconfig
by ComeOnOliver

Generates a comprehensive and best-practice-oriented .editorconfig file based on project analysis and user preferences.

1k tokens
Ef Core
by ComeOnOliver

Get best practices for Entity Framework Core

669 tokens
Entra Agent User
by ComeOnOliver

Create Agent Users in Microsoft Entra ID from Agent Identities, enabling AI agents to act as digital workers with user identity capabilities in Microsoft 365 and Azure environments.

2k tokens
Eval Driven Dev
by ComeOnOliver

Add instrumentation, build golden datasets, write eval-based tests, run them, root-cause failures, and iterate — Ensure your Python LLM application works correctly. Make sure to use this skill whenever a user is developing, testing, QA-ing, evaluating, or benchmarking a Python project that calls an LLM. Use for making sure an LLM application works correctly, catching regressions after prompt changes, fixing unexpected behavior, or validating output quality before shipping.

9k tokens
Excalidraw Diagram Generator
by ComeOnOliver

Generate Excalidraw diagrams from natural language descriptions. Use when asked to "create a diagram", "make a flowchart", "visualize a process", "draw a system architecture", "create a mind map", or "generate an Excalidraw file". Supports flowcharts, relationship diagrams, mind maps, and system architecture diagrams. Outputs .excalidraw JSON files that can be opened directly in Excalidraw.

6k tokens
Fabric Lakehouse
by ComeOnOliver

Use this skill to get context about Fabric Lakehouse and its features for software systems and AI-powered functions. It offers descriptions of Lakehouse data components, organization with schemas and shortcuts, access control, and code examples. This skill supports users in designing, building, and optimizing Lakehouse solutions using best practices.

2k tokens
Fedora Linux Triage
by ComeOnOliver

Triage and resolve Fedora issues with dnf, systemd, and SELinux-aware guidance.

230 tokens
Finalize Agent Prompt
by ComeOnOliver

Finalize prompt file using the role of an AI agent to polish the prompt for the end user.

224 tokens
Finnish Humanizer
by ComeOnOliver

Detect and remove AI-generated markers from Finnish text, making it sound like a native Finnish speaker wrote it. Use when asked to "humanize", "naturalize", or "remove AI feel" from Finnish text, or when editing .md/.txt files containing Finnish content. Identifies 26 patterns (12 Finnish-specific + 14 universal) and 4 style markers.

2k tokens
First Ask
by ComeOnOliver

Interactive, input-tool powered, task refinement workflow: interrogates scope, deliverables, constraints before carrying out the task; Requires the Joyride extension.

394 tokens
Flowstudio Power Automate Build
by ComeOnOliver

>- Build, scaffold, and deploy Power Automate cloud flows using the FlowStudio deploy a flow definition, scaffold a Power Automate workflow, construct a flow JSON, update an existing flow's actions, patch a flow definition, add actions to a flow, wire up connections, or generate a workflow definition from scratch.

4k tokens
Flowstudio Power Automate Debug
by ComeOnOliver

>- Debug failing Power Automate cloud flows using the FlowStudio MCP server. this flow failing, inspect action outputs, find the root cause of a flow error, fix a broken Power Automate flow, diagnose a timeout, trace a DynamicOperationRequestFailure, check connector auth errors, read error details from a run, or troubleshoot

3k tokens
Flowstudio Power Automate MCP
by ComeOnOliver

>- Connect to and operate Power Automate cloud flows via a FlowStudio MCP server. action outputs, resubmit a run, cancel a running flow, view connections, get a trigger URL, validate a definition, monitor flow health, or any task that requires talking to the Power Automate API through an MCP tool. Also use for Power Platform environment discovery and connection management. Requires a FlowStudio MCP

4k tokens
Fluentui Blazor
by ComeOnOliver

> Guide for using the Microsoft Fluent UI Blazor component library (Microsoft.FluentUI.AspNetCore.Components NuGet package) in Blazor applications. Use this when the user is building a Blazor app with Fluent UI components, setting up the library, using FluentUI components like FluentButton, FluentDataGrid, FluentDialog, FluentToast, FluentNavMenu, FluentTextField, FluentSelect, FluentAutocomplete, FluentDesignTheme, or any component prefixed with "Fluent". Also use when troubleshooting missing providers, JS interop issues, or theming.

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 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.