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

9 721–9 780 of 61 763

page 163 of 1 030
Azure Cosmos Java
by microsoft
vendor

| Azure Cosmos DB SDK for Java. NoSQL database operations with global distribution, multi-model support, and reactive patterns.

5k tokens
Azure Data Tables Java
by microsoft
vendor

Build table storage applications with Azure Tables SDK for Java. Use when working with Azure Table Storage or Cosmos DB Table API for NoSQL key-value data, schemaless storage, or structured data at scale.

6k tokens
Azure Eventgrid Java
by microsoft
vendor

Build event-driven applications with Azure Event Grid SDK for Java. Use when publishing events, implementing pub/sub patterns, or integrating with Azure services via events.

6k tokens
Azure Eventhub Java
by microsoft
vendor

Build real-time streaming applications with Azure Event Hubs SDK for Java. Use when implementing event streaming, high-throughput data ingestion, or building event-driven architectures.

6k tokens
Azure Identity Java
by microsoft
vendor

Azure Identity library for Java authentication with Azure services. Use when implementing DefaultAzureCredential, managed identity, service principal, or any Azure authentication pattern in Java applications.

6k tokens
Azure Messaging Webpubsub Java
by microsoft
vendor

Build real-time web applications with Azure Web PubSub SDK for Java. Use when implementing WebSocket-based messaging, live updates, chat applications, or server-to-client push notifications.

6k tokens
Azure Monitor Ingestion Java
by microsoft
vendor

| Azure Monitor Ingestion SDK for Java. Send custom logs to Azure Monitor via Data Collection Rules (DCR) and Data Collection Endpoints (DCE).

4k tokens
Azure Monitor Opentelemetry Exporter Java
by microsoft
vendor

| Azure Monitor OpenTelemetry Exporter for Java. Export OpenTelemetry traces, metrics, and logs to Azure Monitor/Application Insights.

4k tokens
Azure Monitor Query Java
by microsoft
vendor

| Azure Monitor Query SDK for Java. Execute Kusto queries against Log Analytics workspaces and query metrics from Azure resources.

6k tokens
Azure Security Keyvault Keys Java
by microsoft
vendor

Azure Key Vault Keys Java SDK for cryptographic key management. Use when creating, managing, or using RSA/EC keys, performing encrypt/decrypt/sign/verify operations, or working with HSM-backed keys.

7k tokens
Azure Security Keyvault Secrets Java
by microsoft
vendor

Azure Key Vault Secrets Java SDK for secret management. Use when storing, retrieving, or managing passwords, API keys, connection strings, or other sensitive configuration data.

6k tokens
Azure Storage Blob Java
by microsoft
vendor

Build blob storage applications with Azure Storage Blob SDK for Java. Use when uploading, downloading, or managing files in Azure Blob Storage, working with containers, or implementing streaming data operations.

6k tokens
Agent Framework Azure AI Py
by microsoft
vendor

Build Azure AI Foundry agents using the Microsoft Agent Framework Python SDK (agent-framework-azure-ai). Use when creating persistent agents with AzureAIAgentsProvider, using hosted tools (code interpreter, file search, web search), integrating MCP servers, managing conversation threads, or implementing streaming responses. Covers function tools, structured outputs, and multi-tool agents.

12k tokens
Azure AI Contentsafety Py
by microsoft
vendor

| Azure AI Content Safety SDK for Python. Use for detecting harmful content in text and images with multi-severity classification.

3k tokens
Azure AI Contentunderstanding Py
by microsoft
vendor

| Azure AI Content Understanding SDK for Python. Use for multimodal content extraction from documents, images, audio, and video.

4k tokens
Azure AI Language Conversations Py
by microsoft
vendor

Implement Conversational Language Understanding (CLU) using the azure-ai-language-conversations Python SDK. Use when working with ConversationAnalysisClient to analyze conversation intent and entities, building NLP features, or integrating language understanding into applications.

3k tokens
Azure AI Ml Py
by microsoft
vendor

| Azure Machine Learning SDK v2 for Python. Use for ML workspaces, jobs, models, datasets, compute, and pipelines.

3k tokens
Azure AI Projects Py
by microsoft
vendor

Build AI applications using the Azure AI Projects Python SDK (azure-ai-projects). Use when working with Foundry project clients, creating versioned agents with PromptAgentDefinition, running evaluations, managing connections/deployments/datasets/indexes, or using OpenAI-compatible clients. This is the high-level Foundry SDK - for low-level agent operations, use azure-ai-agents-python skill.

32k tokens scripts
Azure AI Textanalytics Py
by microsoft
vendor

| Azure AI Text Analytics SDK for sentiment analysis, entity recognition, key phrases, language detection, PII, and healthcare NLP. Use for natural language processing on text.

4k tokens
Azure AI Transcription Py
by microsoft
vendor

| Azure AI Transcription SDK for Python. Use for real-time and batch speech-to-text transcription with timestamps and diarization.

2k tokens
Azure AI Translation Document Py
by microsoft
vendor

| Azure AI Document Translation SDK for batch translation of documents with format preservation. Use for translating Word, PDF, Excel, PowerPoint, and other document formats at scale.

4k tokens
Azure AI Translation Text Py
by microsoft
vendor

| Azure AI Text Translation SDK for real-time text translation, transliteration, language detection, and dictionary lookup. Use for translating text content in applications.

4k tokens
Azure AI Vision Imageanalysis Py
by microsoft
vendor

| Azure AI Vision Image Analysis SDK for captions, tags, objects, OCR, people detection, and smart cropping. Use for computer vision and image understanding tasks.

4k tokens
Azure AI Voicelive Py
by microsoft
vendor

Build real-time voice AI applications using Azure AI Voice Live SDK (azure-ai-voicelive). Use this skill when creating Python applications that need real-time bidirectional audio communication with Azure AI, including voice assistants, voice-enabled chatbots, real-time speech-to-speech translation, voice-driven avatars, or any WebSocket-based audio streaming with AI models. Supports Server VAD (Voice Activity Detection), turn-based conversation, function calling, MCP tools, avatar integration, and transcription.

14k tokens
Azure Appconfiguration Py
by microsoft
vendor

| Azure App Configuration SDK for Python. Use for centralized configuration management, feature flags, and dynamic settings.

3k tokens
Azure Containerregistry Py
by microsoft
vendor

| Azure Container Registry SDK for Python. Use for managing container images, artifacts, and repositories.

3k tokens
Azure Cosmos DB Py
by microsoft
vendor

Build Azure Cosmos DB NoSQL services with Python/FastAPI following production-grade patterns. Use when implementing database client setup with dual auth (DefaultAzureCredential + emulator), service layer classes with CRUD operations, partition key strategies, parameterized queries, or TDD patterns for Cosmos. Triggers on phrases like "Cosmos DB", "NoSQL database", "document store", "add persistence", "database service layer", or "Python Cosmos SDK".

21k tokens scripts
Azure Cosmos Py
by microsoft
vendor

| Azure Cosmos DB SDK for Python (NoSQL API). Use for document CRUD, queries, containers, and globally distributed data.

8k tokens
Azure Data Tables Py
by microsoft
vendor

| Azure Tables SDK for Python (Storage and Cosmos DB). Use for NoSQL key-value storage, entity CRUD, and batch operations.

3k tokens
Azure Eventgrid Py
by microsoft
vendor

| Azure Event Grid SDK for Python. Use for publishing events, handling CloudEvents, and event-driven architectures.

3k tokens
Azure Eventhub Py
by microsoft
vendor

| Azure Event Hubs SDK for Python streaming. Use for high-throughput event ingestion, producers, consumers, and checkpointing.

11k tokens scripts
Azure Identity Py
by microsoft
vendor

| Azure Identity SDK for Python authentication with Microsoft Entra ID. Use for DefaultAzureCredential, managed identity, service principals, and token caching.

6k tokens
Azure Keyvault Py
by microsoft
vendor

| Azure Key Vault SDK for Python. Use for secrets, keys, and certificates management with secure storage.

3k tokens
Azure Messaging Webpubsubservice Py
by microsoft
vendor

| Azure Web PubSub Service SDK for Python. Use for real-time messaging, WebSocket connections, and pub/sub patterns.

3k tokens
Azure Mgmt Apicenter Py
by microsoft
vendor

| Azure API Center Management SDK for Python. Use for managing API inventory, metadata, and governance across your organization.

4k tokens
Azure Mgmt Apimanagement Py
by microsoft
vendor

| Azure API Management SDK for Python. Use for managing APIM services, APIs, products, subscriptions, and policies.

4k tokens
Azure Mgmt Botservice Py
by microsoft
vendor

|- Azure Bot Service Management SDK for Python. Use for creating, managing, and configuring Azure Bot Service resources.

4k tokens
Azure Mgmt Fabric Py
by microsoft
vendor

|- Azure Fabric Management SDK for Python. Use for managing Microsoft Fabric capacities and resources.

4k tokens
Azure Monitor Ingestion Py
by microsoft
vendor

| Azure Monitor Ingestion SDK for Python. Use for sending custom logs to Log Analytics workspace via Logs Ingestion API.

3k tokens
Azure Monitor Opentelemetry Exporter Py
by microsoft
vendor

| Azure Monitor OpenTelemetry Exporter for Python. Use for low-level OpenTelemetry export to Application Insights.

4k tokens
Azure Monitor Opentelemetry Py
by microsoft
vendor

| Azure Monitor OpenTelemetry Distro for Python. Use for one-line Application Insights setup with auto-instrumentation.

4k tokens
Azure Monitor Query Py
by microsoft
vendor

| Azure Monitor Query SDK for Python. Use for querying Log Analytics workspaces and Azure Monitor metrics.

3k tokens
Azure Search Documents Py
by microsoft
vendor

| Azure AI Search SDK for Python. Use for vector search, hybrid search, semantic ranking, indexing, and skillsets.

13k tokens scripts
Azure Servicebus Py
by microsoft
vendor

| Azure Service Bus SDK for Python messaging. Use for queues, topics, subscriptions, and enterprise messaging patterns.

13k tokens scripts
Azure Speech To Text REST Py
by microsoft
vendor

|- Azure Speech to Text REST API for short audio (Python). Use for simple speech recognition of audio files up to 60 seconds without the Speech SDK.

5k tokens
Azure Storage Blob Py
by microsoft
vendor

| Azure Blob Storage SDK for Python. Use for uploading, downloading, listing blobs, managing containers, and blob lifecycle.

3k tokens
Azure Storage File Datalake Py
by microsoft
vendor

| Azure Data Lake Storage Gen2 SDK for Python. Use for hierarchical file systems, big data analytics, and file/directory operations.

3k tokens
Azure Storage File Share Py
by microsoft
vendor

|- Azure Storage File Share SDK for Python. Use for SMB file shares, directories, and file operations in the cloud.

2k tokens
Azure Storage Queue Py
by microsoft
vendor

| Azure Queue Storage SDK for Python. Use for reliable message queuing, task distribution, and asynchronous processing.

3k tokens
Fastapi Router Py
by microsoft
vendor

Create FastAPI routers with CRUD operations, authentication dependencies, and proper response models. Use when building REST API endpoints, creating new routes, implementing CRUD operations, or adding authenticated endpoints in FastAPI applications.

2k tokens scripts
M365 Agents Py
by microsoft
vendor

|

4k tokens
Pydantic Models Py
by microsoft
vendor

Create Pydantic models following the multi-model pattern with Base, Create, Update, Response, and InDB variants. Use when defining API request/response schemas, database models, or data validation in Python applications using Pydantic v2.

1k tokens scripts
Azure Cosmos Rust
by microsoft
vendor

| Azure Cosmos DB library for Rust (NoSQL API). Document CRUD, containers, and globally distributed data.

2k tokens
Azure Eventhub Rust
by microsoft
vendor

| Azure Event Hubs library for Rust. Send and receive events for streaming data ingestion and batch processing.

2k tokens
Azure Identity Rust
by microsoft
vendor

| Azure Identity library for Rust. Microsoft Entra ID authentication for all Azure SDK clients.

2k tokens
Azure Keyvault Certificates Rust
by microsoft
vendor

| Azure Key Vault Certificates library for Rust. Create, manage, and use X.509 certificates including self-signed and CA-issued.

2k tokens
Azure Keyvault Keys Rust
by microsoft
vendor

| Azure Key Vault Keys library for Rust. Create, manage, and use cryptographic keys including RSA, EC, and HSM-protected keys.

2k tokens
Azure Keyvault Secrets Rust
by microsoft
vendor

| Azure Key Vault Secrets library for Rust. Store and retrieve secrets, passwords, and API keys.

1k tokens
Azure Storage Blob Rust
by microsoft
vendor

| Azure Blob Storage library for Rust. Upload, download, and manage blobs and containers.

3k tokens
Azure Storage Queue Rust
by microsoft
vendor

| Azure Queue Storage library for Rust. Send, receive, and manage queue messages.

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.