Official
Agent Skills

Official skills from the dev teams of software vendors, plus handpicked & community-adopted skills.

SKILLS BY DEV TEAMS OF:

Find Skills

Publishers

Categories

1
accessibility

Audits and improves web accessibility against WCAG 2.2 guidelines, covering the POUR principles (Perceivable, Operable, Understandable, Robust). Includes code patterns for ARIA usage, keyboard navigat

2
agent-framework-azure-ai-py

Python SDK for building persistent agents on Azure AI Foundry. Supports function tools, hosted tools (code interpreter, file search, Bing web search), MCP server integration, conversation threads, and

3
agents-md

A skill for creating and maintaining AGENTS.md files — the documentation that agent tools like Claude read when working in a project. It enforces a minimal format: under 60 lines, headers and bullets

4
agents-sdk

Build stateful AI agents on Cloudflare Workers with persistent SQLite-backed state, WebSocket connections, scheduled tasks, and durable workflows. The SDK provides an Agent class with RPC methods, MCP

5
agents-v2-py

Deploys container-based agents to Azure AI Foundry using `ImageBasedHostedAgentDefinition` from the Azure AI Projects SDK. You provide a container image and resource specs; the SDK handles registratio

6
algorithmic-art

Generates algorithmic and generative art using p5.js. Takes a user prompt, creates a computational philosophy for it, then produces a self-contained interactive HTML artifact with seeded randomness, p

7
android-native-dev

A reference guide for Android native development covering Kotlin/Compose patterns, Material Design 3 specs, Gradle project setup, and build troubleshooting. It defines standards for threading, state m

8
answers

Provides AI-generated answers grounded in live web search results through Brave's OpenAI-compatible chat completions endpoint. It has two modes: a fast single-search mode for quick answers, and a rese

9
apollo-client

A guide for building React applications with Apollo Client 4.x. Covers setting up the client, writing GraphQL queries and mutations with hooks, configuring cache policies, managing local state with re

10
apollo-connectors

Helps integrate REST APIs into GraphQL supergraphs using Apollo Connectors with @source and @connect directives. It walks through schema creation, composition validation, and connector execution using

11
apollo-federation

Helps you write Apollo Federation 2.x subgraph schemas for composing multiple GraphQL APIs into a single supergraph. Covers entity definitions with @key, field sharing with @shareable, computed fields

12
apollo-kotlin

A GraphQL client for Android, JVM, and Kotlin Multiplatform projects. It generates strongly typed Kotlin models from your GraphQL schema and operations, so you work with real types instead of parsing

13
apollo-mcp-server

Connects AI agents to GraphQL APIs through the Model Context Protocol. It turns GraphQL operations into MCP tools that agents can call directly, and includes built-in tools for schema introspection, s

14
apollo-router

A version-aware configuration generator for Apollo Router, the Rust-based graph router that sits in front of federated GraphQL subgraphs. It produces correct YAML for both Router v1.x and v2.x, coveri

15
apollo-router-plugin-creator

Guides you through writing native Rust plugins for Apollo Router. It covers the full request lifecycle, service hooks (router, supergraph, execution, subgraph), configuration structs, and registration

16
apollo-server

Build GraphQL servers using Apollo Server 5.x. Covers schema definition, resolver writing, context setup, authentication, plugin creation, and integration with Express, Fastify, or standalone mode. Gi

17
ask-questions-if-underspecified

Guides an AI agent to pause and ask clarifying questions when a request has ambiguous objectives, unclear scope, or missing constraints. The agent asks 1-5 targeted questions before doing any work, of

18
aspnet-core

Covers ASP.NET Core web development across all major app models: Blazor, Razor Pages, MVC, Minimal APIs, controller-based Web APIs, SignalR, and gRPC. Handles the full stack from Program.cs and middle

19
atlas-stream-processing

Manages MongoDB Atlas Stream Processing pipelines through the MongoDB MCP Server. Covers workspace provisioning, connection setup for Kafka, Atlas clusters, S3, HTTPS, and Lambda, plus processor lifec

20
attach-db

Attaches a DuckDB database file to your current project session. It explores the schema, collects table names, column definitions, and row counts, then writes a shared state file so future queries res

21
audit-context-building

A structured analysis skill for the pre-audit phase of code review. It guides Claude through line-by-line function analysis, cross-boundary call tracing, and invariant mapping before any vulnerability

22
auth0-android

Adds authentication to native Android apps using the Auth0 SDK. Supports Web Auth login/logout, biometric-protected credentials, secure token storage, passwordless login, and MFA. Works with both Kotl

23
auth0-angular

Adds authentication to Angular apps using the @auth0/auth0-angular SDK. Handles login/logout flows, route guards, HTTP interceptors for attaching tokens, and user profile access through observables. W

24
auth0-aspnetcore-api

Adds JWT access token validation to ASP.NET Core Web APIs using Auth0. It handles bearer token authentication, scope and permission checks, and supports DPoP proof-of-possession token binding. Works w

25
auth0-express

Adds session-based authentication to Express.js apps using the express-openid-connect SDK. It wires up login, logout, and callback routes automatically, and provides middleware for protecting specific

26
auth0-fastify

Adds session-based authentication to Fastify web applications using the @auth0/auth0-fastify SDK. It registers login, logout, and callback routes automatically, and provides helpers to check sessions,

27
auth0-fastify-api

Secures Fastify API endpoints with JWT Bearer token validation through Auth0. It registers as a Fastify plugin and provides route-level middleware for verifying access tokens and checking scopes or pe

28
auth0-mfa

Adds Multi-Factor Authentication to Auth0-powered apps. Covers TOTP, SMS, email, push notifications, WebAuthn/passkeys, and step-up verification for sensitive operations. Also handles adaptive MFA bas

29
auth0-migration

Guides migration of users and authentication flows from existing providers like Firebase, Cognito, Supabase, or Clerk to Auth0. Covers bulk user import, gradual migration strategies, code migration pa

30
auth0-nextjs

Adds authentication to Next.js apps using the @auth0/nextjs-auth0 SDK. Handles login, logout, session management, and protected routes for both App Router and Pages Router. It generates the correct Au

31
auth0-nuxt

Adds Auth0 authentication to Nuxt 3/4 apps using server-side encrypted cookie sessions. Handles login flows, route protection, session management, and API access token retrieval through the @auth0/aut

32
auth0-quickstart

Detects your project's framework (React, Next.js, Vue, Nuxt, Angular, Express, Fastify, React Native) and walks you through Auth0 setup, from account creation to SDK integration. It picks the right Au

33
auth0-react

Adds authentication to React single-page applications using the @auth0/auth0-react SDK. Handles login, logout, user sessions, protected routes, and API token management for apps built with Vite or Cre

34
auth0-react-native

Adds authentication to React Native and Expo mobile apps using the react-native-auth0 SDK. Handles login, logout, token management, and biometric auth with native deep linking on both iOS and Android.

35
auth0-vue

Adds authentication to Vue.js 3 single-page applications using the @auth0/auth0-vue SDK. Handles login, logout, user sessions, and protected routes through Auth0's Universal Login redirect flow. Works

36
authenticate-wallet

Handles sign-in for the Coinbase payments wallet using a two-step email OTP flow. It sends a verification code to the user's email, then completes authentication so other wallet operations like sendin

37
autofix

Fetches unresolved CodeRabbit review comments from your GitHub PR and applies fixes interactively or in batch. It parses severity levels, extracts agent prompts from review threads, and lets you appro

38
autoplan

Runs CEO, design, and engineering review skills on a plan file in sequence, making intermediate decisions automatically using six built-in principles. Taste decisions and cases where both models chall

39
azure-ai-anomalydetector-java

Azure AI Anomaly Detector SDK for Java lets you detect anomalies in time-series data using univariate or multivariate analysis. It supports batch detection, real-time streaming detection, and change p

40
azure-ai-contentsafety-java

Java SDK for Azure AI Content Safety. Provides APIs to analyze text and images for harmful content across four categories: hate, sexual, violence, and self-harm. Also supports custom blocklists for do

41
azure-ai-contentsafety-py

Azure AI Content Safety SDK for Python connects to Microsoft's content moderation API to analyze text and images for harmful content. It classifies results across four harm categories (hate, sexual, v

42
azure-ai-contentsafety-ts

Analyzes text and images for harmful content using Azure AI Content Safety. Detects hate speech, sexual content, violence, and self-harm across four severity levels. Supports custom blocklists for dom

43
azure-ai-contentunderstanding-py

Azure AI Content Understanding SDK for Python. Connects to Azure's multimodal AI service to extract structured content from documents, images, audio, and video. Returns markdown, transcripts, key fram

44
azure-ai-document-intelligence-dotnet

Azure AI Document Intelligence SDK for .NET wraps the Document Intelligence REST API into a typed client. It extracts text, tables, key-value pairs, and structured fields from PDFs and images using pr

45
azure-ai-document-intelligence-ts

Azure AI Document Intelligence TypeScript SDK wraps the Azure Document Intelligence REST API for extracting structured data from documents. It supports prebuilt models for invoices, receipts, IDs, tax

46
azure-ai-formrecognizer-java

Azure AI Document Intelligence (Form Recognizer) SDK for Java lets you extract structured data from documents using prebuilt models for receipts, invoices, IDs, and tax forms, or custom models you tra

47
azure-ai-ml-py

Azure Machine Learning SDK v2 for Python (azure-ai-ml) lets you manage ML resources on Azure programmatically. It covers workspaces, training jobs, model registration, compute clusters, datasets, pipe

48
azure-ai-openai-dotnet

Azure.AI.OpenAI is the official .NET client library for Azure OpenAI Service. It provides access to GPT-4, embeddings, DALL-E, and Whisper through a typed C# API. Supports both Azure-hosted deployment

49
azure-ai-projects-dotnet

Azure.AI.Projects is the .NET SDK for Azure AI Foundry, providing a unified client for managing agents, connections, datasets, deployments, evaluations, and indexes within an AI Foundry project. It su

50
azure-ai-projects-java

Java SDK for Azure AI Foundry that manages project resources like connections, datasets, indexes, and evaluations through a typed client hierarchy. Each resource type gets its own sub-client built fro

51
azure-ai-projects-py

Python SDK for building AI applications on Microsoft Azure Foundry. Wraps agent creation, thread management, evaluations, connections, deployments, datasets, and indexes under a single `AIProjectClien

52
azure-ai-projects-ts

TypeScript SDK for Azure AI Foundry that provides access to agents, connections, deployments, datasets, indexes, and evaluations through a single project client. Works with Azure OpenAI and other mode

53
azure-ai-textanalytics-py

Azure AI Text Analytics SDK for Python wraps the Azure AI Language service REST API. It covers sentiment analysis, named entity recognition, PII detection and redaction, key phrase extraction, languag

54
azure-ai-transcription-py

Azure AI Transcription SDK for Python wraps the Azure Cognitive Services speech-to-text API. It supports both real-time streaming and batch transcription, with options for speaker diarization and time

55
azure-ai-translation-document-py

Azure AI Document Translation SDK for Python handles batch translation of documents across formats like Word, PDF, Excel, and PowerPoint while preserving the original layout and formatting. It submits

56
azure-ai-translation-text-py

Azure AI Text Translation SDK for Python wraps the Azure Translator REST API. It handles real-time translation across 100+ languages, script transliteration, language detection, dictionary lookups, an

57
azure-ai-translation-ts

Azure AI Translation SDK for TypeScript wraps the Azure Translator REST API into typed clients for both real-time text translation and async batch document translation. It supports translating between

58
azure-ai-vision-imageanalysis-java

Java SDK for Azure AI Vision Image Analysis. Supports captioning, OCR text extraction, object detection, people detection, content tagging, and smart cropping via a single API. Handles captioning, OCR

59
azure-ai-vision-imageanalysis-py

Azure AI Vision Image Analysis SDK for Python wraps the Azure AI Vision 4.0 API. It extracts captions, tags, detected objects with bounding boxes, OCR text, people locations, and suggested crop region

60
azure-ai-voicelive-dotnet

Azure AI Voice Live SDK for .NET. Provides bidirectional WebSocket-based voice communication between .NET apps and Azure AI models. Handles real-time audio streaming, voice activity detection, and fun

61
azure-ai-voicelive-java

Java SDK for Azure AI VoiceLive. Enables real-time bidirectional voice conversations with AI assistants over WebSocket, handling audio streaming, voice activity detection, and turn-based interaction i

62
azure-ai-voicelive-py

Python SDK for building real-time voice AI applications over WebSocket connections with Azure AI. Handles bidirectional audio streaming, voice activity detection, function calling, and transcription i

63
azure-ai-voicelive-ts

Azure AI Voice Live SDK for JavaScript and TypeScript. Connects to Azure Cognitive Services via WebSocket for bidirectional, real-time speech-to-speech communication. Works in both Node.js and browser

64
azure-appconfiguration-java

Java client library for Azure App Configuration, a managed service that centralizes key-value settings, feature flags, and configuration snapshots. Supports both synchronous and async clients, label-b

65
azure-appconfiguration-py

Azure App Configuration SDK for Python provides a client for reading and writing key-value settings, feature flags, and labeled configurations stored in Azure App Configuration. It supports filtering

66
azure-appconfiguration-ts

Azure App Configuration SDK for TypeScript provides programmatic access to Azure App Configuration, a managed service for centralizing application settings and feature flags. It covers both low-level

67
azure-communication-callautomation-java

Java SDK for Azure Communication Services Call Automation. Handles server-side call control: creating and answering calls, playing text-to-speech prompts, collecting DTMF or speech input, recording, a

68
azure-communication-callingserver-java

Legacy Java SDK for Azure Communication Services call management, now deprecated in favor of azure-communication-callautomation. Covers the original CallingServerClient API surface including call reco

69
azure-communication-chat-java

Java SDK for Azure Communication Services Chat. Handles chat threads, messages, participants, read receipts, and typing notifications over Azure's infrastructure. The SDK handles token-credentialed AP

70
azure-communication-common-java

Shared Java library for authenticating with Azure Communication Services. Provides CommunicationTokenCredential with automatic token refresh, and typed identifier classes for ACS users, phone numbers,

71
azure-communication-sms-java

Wraps the Azure Communication Services SMS Java SDK to send text messages to one or more recipients. Supports OTP delivery, bulk messaging, delivery status tracking via Event Grid, and async operation

72
azure-compute-batch-java

Java client library for Azure Batch, a managed service that runs large-scale parallel and HPC workloads. Lets you create and manage pools of compute nodes, submit jobs, and track tasks through their l

73
azure-containerregistry-py

Python SDK for Azure Container Registry. Manages container images, repositories, tags, and manifests through the ContainerRegistryClient API. Supports both Entra ID and anonymous authentication. Autom

74
azure-cosmos-db-py

Guides Python and FastAPI code toward production-ready Azure Cosmos DB NoSQL integrations. Covers client setup with dual authentication (DefaultAzureCredential for Azure, key-based for the local emula

75
azure-cosmos-java

Azure Cosmos DB SDK for Java provides a client library for interacting with Cosmos DB's NoSQL API. It supports both synchronous and asynchronous (reactive) programming models via `CosmosClient` and `C

76
azure-cosmos-py

Python client library for Azure Cosmos DB's NoSQL API. Handles document CRUD, SQL-like queries, container management, and throughput configuration against a globally distributed database. Supports bot

77
azure-cosmos-rust

Rust client library for Azure Cosmos DB's NoSQL API. Handles document CRUD, container management, and queries against globally distributed Cosmos DB accounts. Uses the azure_data_cosmos crate with Ent

78
azure-cosmos-ts

The official TypeScript/JavaScript SDK for Azure Cosmos DB NoSQL API data plane operations. Handles document CRUD, SQL-style queries, bulk operations, and container management using CosmosClient. It h

79
azure-data-tables-java

Java SDK for Azure Table Storage and Cosmos DB Table API. Provides clients for managing tables and entities using key-value NoSQL storage with partition and row key addressing. The SDK handles authent

80
azure-data-tables-py

Azure Data Tables SDK for Python provides access to Azure Storage Tables and Cosmos DB Table API. It handles entity CRUD, table management, batch transactions, and OData-style queries using PartitionK

81
azure-eventgrid-dotnet

Client library for publishing and consuming events with Azure Event Grid in .NET applications. Supports both push delivery (topics and domains) and pull delivery (namespaces), with EventGridEvent and

82
azure-eventgrid-java

Azure Event Grid SDK for Java lets you publish and receive events using Azure Event Grid topics and namespaces. It supports EventGrid native schema, CloudEvents 1.0, and custom schemas. Use it to wire

83
azure-eventgrid-py

Azure Event Grid SDK for Python. Publishes events to Azure Event Grid topics using CloudEvents 1.0 or the native EventGridEvent schema. Supports both sync and async clients for event-driven architectu

84
azure-eventhub-dotnet

Azure.Messaging.EventHubs is the official .NET SDK for Azure Event Hubs. It handles high-throughput event streaming, including sending batches with EventHubProducerClient, buffered background sending

85
azure-eventhub-java

Java SDK for Azure Event Hubs. Handles sending and receiving events at scale, with support for partitioned consumers, async clients, and checkpoint-based processing via Azure Blob Storage. The EventPr

86
azure-eventhub-py

Azure Event Hubs SDK for Python. Handles high-throughput event streaming with producers, consumers, partitions, and checkpointing via blob storage. It handles batch sizing, partition management, and c

87
azure-eventhub-rust

Rust client library for Azure Event Hubs. Provides producer and consumer clients for sending and receiving events on Azure's managed event streaming platform. Supports batched sends, partition-level c

88
azure-eventhub-ts

Azure Event Hubs SDK for TypeScript wraps the @azure/event-hubs package to send and receive events at scale. It handles partitioned consumers, batch ingestion, and checkpoint-based processing for even

89
azure-identity-dotnet

Azure Identity is the authentication library for .NET Azure SDK clients. It handles credential acquisition against Microsoft Entra ID, supporting managed identities, service principals, developer tool

90
azure-identity-java

Azure Identity library for Java handles authentication between Java applications and Azure services using Microsoft Entra ID. It provides credential types for every deployment context, from local deve

91
azure-identity-py

Python library for authenticating to Azure services using Microsoft Entra ID. Provides DefaultAzureCredential, managed identity, service principals, and direct token acquisition. Works across local de

92
azure-identity-rust

Azure Identity SDK for Rust provides credential types for authenticating with Microsoft Entra ID. It covers local development flows via CLI tools, managed identity for Azure-hosted workloads, and serv

93
azure-identity-ts

Handles authentication to Azure services in TypeScript/JavaScript applications using the @azure/identity package. Supports multiple credential types: managed identity, service principals with secrets

94
azure-keyvault-certificates-rust

Azure Key Vault Certificates SDK for Rust. Provides a `CertificateClient` for creating, importing, retrieving, and deleting certificates stored in Azure Key Vault. Works with both self-signed and CA-i

95
azure-keyvault-keys-rust

Azure Key Vault Keys SDK for Rust provides a client library for creating, managing, and using cryptographic keys stored in Azure Key Vault. It supports RSA and EC key types, including HSM-protected va

96
azure-keyvault-keys-ts

Manages cryptographic keys in Azure Key Vault from TypeScript/Node.js. Covers key creation (RSA, EC), encryption, decryption, signing, verification, and automated rotation policies. Also handles key w

97
azure-keyvault-py

Azure Key Vault SDK for Python provides access to Azure Key Vault's secrets, cryptographic keys, and certificate management through three separate clients: SecretClient, KeyClient, and CertificateClie

98
azure-keyvault-secrets-rust

Azure Key Vault Secrets SDK for Rust. Wraps the Azure Key Vault REST API with a typed Rust client for storing, retrieving, updating, and deleting secrets. Handles versioning, soft delete, and Entra ID

99
azure-keyvault-secrets-ts

Wraps the Azure Key Vault Secrets SDK for JavaScript, giving TypeScript applications a typed interface for storing, retrieving, and rotating secrets and cryptographic keys in Azure. Covers full secret

100
azure-maps-search-dotnet

Azure Maps SDK for .NET provides location-based services through typed clients: geocoding, reverse geocoding, route directions, map tile rendering, IP geolocation, and weather data. It supports subscr

101
azure-messaging-webpubsub-java

Java SDK for Azure Web PubSub, a managed service that handles WebSocket connections at scale. Use it to send messages to individual connections, users, or groups from your server-side Java code. Manag

102
azure-messaging-webpubsubservice-py

Azure Web PubSub Service SDK for Python. Provides server-side control over WebSocket connections hosted on Azure, including broadcasting messages, managing groups, and generating client access tokens.

103
azure-mgmt-apicenter-dotnet

Azure.ResourceManager.ApiCenter is the .NET SDK for Azure API Center, a service that maintains a centralized inventory of your organization's APIs. It covers the full resource hierarchy: services, wor

104
azure-mgmt-apicenter-py

Python SDK for Azure API Center, a service that manages API inventory and governance across an organization. Handles registration, versioning, metadata schemas, deployments, and environments programma

105
azure-mgmt-apimanagement-dotnet

Management plane SDK for Azure API Management in .NET. Handles provisioning and configuration of APIM services, APIs, products, subscriptions, policies, users, groups, gateways, and backends through A

106
azure-mgmt-apimanagement-py

Python SDK for managing Azure API Management resources. Covers the full APIM control plane: creating services, importing APIs, configuring policies, managing products, subscriptions, users, and backen

107
azure-mgmt-applicationinsights-dotnet

Azure Resource Manager SDK for .NET that manages Application Insights resources via code. Handles creating and configuring components, availability tests, workbooks, API keys, and linked storage accou

108
azure-mgmt-arizeaiobservabilityeval-dotnet

Azure Resource Manager SDK for managing Arize AI Observability and Evaluation organizations in .NET applications. It wraps the ARM API for the ArizeAi.ObservabilityEval resource type, covering create,

109
azure-mgmt-botservice-dotnet

Management plane SDK for Azure Bot Service in .NET. Handles provisioning, configuration, and lifecycle of Azure Bot resources through Azure Resource Manager. Covers channels like Teams, DirectLine, an

110
azure-mgmt-botservice-py

Azure Bot Service Management SDK for Python lets you create, configure, and manage Azure Bot Service resources programmatically. It covers bot lifecycle operations, channel integrations (Teams, Slack,

111
azure-mgmt-fabric-dotnet

Azure.ResourceManager.Fabric is the .NET SDK for managing Microsoft Fabric capacity resources through Azure Resource Manager. It covers provisioning, scaling, suspending, and resuming Fabric capacitie

112
azure-mgmt-fabric-py

Python SDK for managing Microsoft Fabric capacities via the Azure Resource Manager API. Covers the full lifecycle: create, update, suspend, resume, and delete Fabric capacity resources. Also handles S

113
azure-mgmt-mongodbatlas-dotnet

Azure.ResourceManager.MongoDBAtlas is a .NET SDK for managing MongoDB Atlas organizations as Azure ARM resources through the Azure Marketplace integration. It handles the Azure-side lifecycle of Atlas

114
azure-mgmt-weightsandbiases-dotnet

Azure Resource Manager SDK for .NET that deploys and manages Weights & Biases ML experiment tracking instances through Azure Marketplace. Handles instance lifecycle, SSO configuration via Entra ID, an

115
azure-microsoft-playwright-testing-ts

Runs Playwright tests on cloud-hosted browsers through Azure Playwright Workspaces. Handles parallel test execution across up to 20+ workers, publishes results to the Azure portal, and integrates with

116
azure-monitor-ingestion-java

Java client library for sending custom logs to Azure Monitor using the Logs Ingestion API. Works through Data Collection Rules (DCR) and Data Collection Endpoints (DCE) to route logs into Log Analytic

117
azure-monitor-ingestion-py

Azure Monitor Ingestion SDK for Python sends custom log data to a Log Analytics workspace via the Logs Ingestion API. It handles authentication, batching, gzip compression, and parallel uploads automa

118
azure-monitor-opentelemetry-exporter-java

Java library for exporting OpenTelemetry traces, metrics, and logs to Azure Monitor and Application Insights. Note: this package is deprecated. The replacement is azure-monitor-opentelemetry-autoconfi

119
azure-monitor-opentelemetry-exporter-py

Low-level Python exporter that sends OpenTelemetry traces, metrics, and logs to Azure Application Insights. Works with custom OpenTelemetry pipelines where the higher-level distro package offers too l

120
azure-monitor-opentelemetry-py

Azure Monitor OpenTelemetry Distro connects Python applications to Azure Application Insights with a single function call. It auto-instruments popular frameworks like Flask, Django, and FastAPI, plus

121
azure-monitor-opentelemetry-ts

Instruments Node.js applications with distributed tracing, metrics, and logs using the OpenTelemetry SDK and Azure Monitor as the backend. Connects to Application Insights via a connection string and

122
azure-monitor-query-java

Java SDK for querying Azure Monitor data. Supports Kusto queries against Log Analytics workspaces and fetching metrics from Azure resources using LogsQueryClient and MetricsQueryClient. Note: this pac

123
azure-monitor-query-py

Azure Monitor Query SDK for Python wraps the LogsQueryClient and MetricsQueryClient APIs for querying Log Analytics workspaces using Kusto queries and pulling Azure Monitor metrics. It supports batch

124
azure-postgres-ts

Connects Node.js/TypeScript applications to Azure Database for PostgreSQL Flexible Server using the pg (node-postgres) package. Supports both password and Microsoft Entra ID (passwordless) authenticat

125
azure-resource-manager-cosmosdb-dotnet

Azure.ResourceManager.CosmosDB is the .NET SDK for Cosmos DB management plane operations via Azure Resource Manager. Use it to provision accounts, create SQL databases and containers, configure throug

126
azure-resource-manager-durabletask-dotnet

Management plane SDK for Azure Durable Task Scheduler in .NET. Handles provisioning schedulers, creating task hubs, and configuring retention policies via Azure Resource Manager. Separate from the dat

127
azure-resource-manager-mysql-dotnet

Azure Resource Manager SDK for .NET that manages MySQL Flexible Server deployments on Azure. Covers server provisioning, database creation, firewall rules, configuration tuning, backups, high availabi

128
azure-resource-manager-playwright-dotnet

Management plane SDK for Azure's Microsoft Playwright Testing service, written for .NET. Handles workspace provisioning, quota inspection, and name availability checks via Azure Resource Manager. Does

129
azure-resource-manager-postgresql-dotnet

Azure Resource Manager SDK for .NET that manages PostgreSQL Flexible Server deployments on Azure. Covers server provisioning, database creation, firewall rules, server configuration, backups, high ava

130
azure-resource-manager-redis-dotnet

Azure.ResourceManager.Redis is the .NET SDK for the Azure Resource Manager management plane, covering provisioning and configuration of Azure Cache for Redis instances. It handles firewall rules, acce

131
azure-resource-manager-sql-dotnet

Management plane SDK for Azure SQL in .NET. Covers provisioning and configuring SQL servers, databases, elastic pools, firewall rules, and failover groups via Azure Resource Manager. Does not execute

132
azure-search-documents-dotnet

Azure.Search.Documents is the .NET SDK for Azure AI Search. It covers querying indexes with full-text, vector, semantic, and hybrid search, plus document CRUD and index management. Instead of writing

133
azure-search-documents-py

Azure AI Search SDK for Python. Provides clients for full-text search, vector search, hybrid search, and semantic ranking against Azure AI Search indexes. Covers index management, document operations,

134
azure-search-documents-ts

Azure AI Search SDK for TypeScript (@azure/search-documents) lets you create and manage search indexes, upload documents, and run full-text, vector, hybrid, and semantic searches against Azure AI Sear

135
azure-security-keyvault-keys-dotnet

Azure.Security.KeyVault.Keys is the .NET client library for creating and managing cryptographic keys in Azure Key Vault and Managed HSM. It provides two main clients: KeyClient for key lifecycle opera

136
azure-security-keyvault-keys-java

Java SDK for managing cryptographic keys in Azure Key Vault and Managed HSM. Supports RSA, EC, and symmetric key types with HSM backing options. Handles the full key lifecycle including creation, rota

137
azure-security-keyvault-secrets-java

Java SDK for Azure Key Vault's secrets API. Handles storing, retrieving, updating, and deleting secrets like passwords, API keys, and connection strings in Azure-managed vaults. Supports versioning, s

138
azure-servicebus-dotnet

Azure.Messaging.ServiceBus is the official .NET SDK for Azure Service Bus. It handles sending and receiving messages across queues, topics, and subscriptions, with support for sessions, dead letter qu

139
azure-servicebus-py

Azure Service Bus SDK for Python. Provides async and sync clients for sending and receiving messages via queues, topics, and subscriptions on Azure Service Bus. Supports sessions, scheduled messages,

140
azure-servicebus-ts

Wraps the Azure Service Bus JavaScript SDK to send and receive messages using queues, topics, and subscriptions. Covers sessions, dead-letter handling, scheduled delivery, and message deferral. Works

141
azure-speech-to-text-rest-py

Transcribes short audio files (up to 60 seconds) using Azure's Speech to Text REST API in Python. No SDK required — just HTTP requests with an API key and region. Supports WAV and OGG formats, multipl

142
azure-storage-blob-java

Java SDK for Azure Blob Storage. Handles uploading, downloading, listing, and managing blobs and containers. Supports streaming I/O, SAS token generation, metadata, leases, and copy operations. It han

143
azure-storage-blob-py

Python client library for Azure Blob Storage. Handles uploading, downloading, listing, and deleting blobs and containers using BlobServiceClient, ContainerClient, and BlobClient. Supports sync and asy

144
azure-storage-blob-rust

Rust client library for Azure Blob Storage. Provides typed clients for account, container, and individual blob operations including upload, download, property inspection, and deletion. Uses Azure Entr

145
azure-storage-blob-ts

Azure Blob Storage TypeScript/JavaScript SDK for working with blobs and containers. Handles block blobs, append blobs, and page blobs with support for SAS token generation and streaming transfers. Sup

146
azure-storage-file-datalake-py

Python SDK for Azure Data Lake Storage Gen2, which provides a hierarchical file system built on Azure Blob Storage. Supports file and directory operations, access control lists, and large file uploads

147
azure-storage-file-share-py

Python SDK for Azure Storage File Share, covering SMB file shares, directories, and file operations in the cloud. Supports both synchronous and async clients, connection string and Entra ID authentica

148
azure-storage-file-share-ts

SDK for managing Azure File Share resources over SMB using TypeScript or JavaScript. Covers share and directory lifecycle, file upload and download, range operations, metadata, snapshots, and SAS toke

149
azure-storage-queue-py

Azure Queue Storage SDK for Python wraps the Azure Queue Storage REST API for sending, receiving, and managing messages in cloud queues. It supports both synchronous and async clients, visibility time

150
azure-storage-queue-ts

Azure Queue Storage SDK for TypeScript and JavaScript. Wraps the `@azure/storage-queue` package to handle sending, receiving, peeking, updating, and deleting messages in Azure queues. Supports visibil

151
azure-verified-modules

Azure Verified Modules (AVM) skill covers the mandatory and recommended requirements for building Terraform modules that meet AVM certification standards. It defines rules for provider versions, varia

152
azure-web-pubsub-ts

Azure Web PubSub skill covers both server-side management and client-side connection for real-time WebSocket messaging on Azure. It handles token generation, group membership, message broadcasting, an

153
benchmark

Measures web page performance by collecting real PerformanceAPI data from a running browser session. Captures metric baselines before changes, then compares TTFB, FCP, LCP, bundle sizes, and request c

154
best-practices

Covers Better Auth server and client setup, including database adapter configuration, session management, plugin integration, and environment variable handling. Targets TypeScript projects using email

155
best-practices

Covers Better Auth server and client setup, including database adapter configuration, session management, plugin integration, and environment variable handling. Targets TypeScript projects using email

156
brand-guidelines

Applies Anthropic's official brand colors and typography to documents and presentations. Maps headings to Poppins, body text to Lora, and non-text shapes to the orange, blue, and green accent palette.

157
browse

A headless Chromium controller for testing and verifying web apps. Supports navigation, form interaction, element state checks, responsive screenshots, file uploads, and diff comparisons. Runs at roug

158
browser

Automates web browser interactions through natural language CLI commands. It can navigate pages, extract data, fill forms, take screenshots, and click elements. Supports both local Chrome and remote B

159
browserbase-cli

A CLI wrapper around the Browserbase platform. It lets you deploy and invoke serverless browser functions, manage sessions and projects, fetch web pages, run web searches, and scaffold starter templat

160
build-agent

Builds AI agents on Cloudflare using the Agents SDK. Covers stateful agents with persistent memory, real-time WebSocket communication, scheduled tasks, tool integration, and multi-agent orchestration

161
build-mcp

Guides you through building a remote MCP server on Cloudflare Workers. Covers tool definition, OAuth 2.0 authentication, and deploying to production. Works with Claude and other MCP clients. Setting u

162
building-ai-agent-on-cloudflare

Builds AI agents on Cloudflare Workers using the Agents SDK. Handles state persistence via Durable Objects, real-time WebSocket communication, scheduled tasks, and tool calling. Generates deployable T

163
building-mcp-server-on-cloudflare

Builds remote MCP (Model Context Protocol) servers on Cloudflare Workers. Handles tool definitions, OAuth authentication with providers like GitHub and Google, and deployment via Wrangler. Retrieves c

164
building-native-ui

A guide for building native iOS and Android UIs with Expo Router. Covers navigation patterns, styling rules, native controls, animations, form sheets, tabs, and platform-specific features like SF Symb

165
building-secure-contracts

A collection of 11 skills for smart contract security across Algorand, Cairo, Cosmos, Solana, Substrate, and TON. Covers platform-specific vulnerability scanning and development guidance based on Trai

166
burpsuite-project-parser

Searches and extracts data from Burp Suite project files (.burp) via the command line. Supports regex search across response headers and bodies, extraction of audit findings with severity and confiden

167
bx

A CLI tool for web search built for AI agents. Runs searches from the terminal and returns pre-extracted, token-budgeted content ready for LLM consumption. Supports web search, news, images, videos, l

168
canary

Canary monitors a live app after a deploy by checking pages for console errors, performance regressions, and load failures. It takes periodic screenshots, compares them against pre-deploy baselines, a

169
canvas-design

Generates original visual art and design artifacts as .png or .pdf files. Works in two stages: first defining an aesthetic philosophy (a named movement with visual principles), then expressing that ph

170
careful

Adds safety guardrails to bash commands by intercepting destructive operations before they run. Catches patterns like rm -rf, DROP TABLE, force-push, git reset --hard, and kubectl delete. You can over

171
chatgpt-apps

Scaffolds and refactors ChatGPT Apps SDK applications that combine an MCP server with a widget UI. Handles tool planning, MCP Apps bridge wiring, resource registration, CSP configuration, and local de

172
claimable-postgres

Provisions temporary Postgres databases instantly via Neon's Claimable Postgres service. No account, login, or credit card needed. Databases expire after 72 hours unless claimed to a Neon account. You

173
claude-in-chrome-troubleshooting

Diagnoses and fixes connectivity failures between the Claude in Chrome MCP extension and Claude Code CLI on macOS. The core problem it solves is a conflict between Claude.app (Cowork) and Claude Code

174
claude-settings-audit

Analyzes a repository and generates a recommended Claude Code settings.json permissions file. Detects the tech stack, package managers, build tools, and service integrations, then outputs a tailored a

175
clickhouse-best-practices

A set of 28 validated rules for ClickHouse covering schema design, query optimization, and data ingestion. Rules are grouped by category and priority, from primary key selection to mutation avoidance.

176
cloud-solution-architect

Turns the agent into a Cloud Solution Architect trained on Azure Architecture Center guidance. Covers architecture style selection, cloud design patterns, technology choices across Azure services, and

177
cloudflare-deploy

Deploys applications and infrastructure to Cloudflare's platform, covering Workers, Pages, D1, R2, KV, Durable Objects, AI services, and more. Handles authentication, product selection, and deployment

178
code-review

Code review skill based on Sentry's engineering practices. Covers security vulnerabilities, performance issues like N+1 queries, test coverage gaps, and backwards compatibility. Includes tone guidelin

179
code-review

Code review skill based on Sentry's engineering practices. Covers security vulnerabilities, performance issues like N+1 queries, test coverage gaps, and backwards compatibility. Includes tone guidelin

180
codex

Wraps the OpenAI Codex CLI to provide three code analysis modes: a structured diff review with a pass/fail gate, an adversarial challenge that searches for edge cases and failure paths, and a consult

181
commit

Guides commit creation for Sentry projects using conventional commit format with proper types, scopes, and issue references. Checks the current branch before committing and creates a feature branch if

182
composio

Composio connects AI agents and apps to 1000+ external services like Gmail, Slack, GitHub, and Notion. It provides both a CLI for direct tool execution and an SDK for building agents that need per-use

183
composition-patterns

A set of React composition rules for structuring components without boolean prop proliferation. Covers compound components, context providers, state lifting, and React 19 API changes. Designed to keep

184
constant-time-analysis

Detects timing side-channel vulnerabilities in cryptographic code across 12 languages. It analyzes assembly and bytecode for variable-time operations like secret-dependent branches, divisions, and tab

185
content-experimentation-best-practices

Covers experiment design, statistical analysis, and CMS-managed variant setup for content A/B and multivariate testing. Includes hypothesis frameworks, sample size calculation, p-values, confidence in

186
content-modeling-best-practices

Structured guidance for designing content schemas in Sanity and other headless CMSes. Covers when to use references versus embedded objects, how to avoid page-shaped schemas, content reuse patterns, a

187
continual-learning

A guide for building persistent memory into AI coding agents. It covers hook-based capture, two-tier storage (global and project-local), reflection patterns, and compaction rules so agents carry knowl

188
cookie-sync

Exports cookies from your local Chrome browser into a Browserbase persistent context. Once synced, you can use the browse CLI to open authenticated sessions on any site without logging in again. Suppo

189
copilot-sdk

The GitHub Copilot SDK lets you build applications that programmatically interact with GitHub Copilot. It wraps the Copilot CLI via JSON-RPC and supports session management, custom tools, hooks, MCP s

190
core-web-vitals

Diagnoses and fixes Core Web Vitals issues across LCP, INP, and CLS. Covers image preloading, main thread optimization, layout shift prevention, and field measurement with the web-vitals library. Incl

191
create-auth

Scaffolds authentication into TypeScript/JavaScript apps using Better Auth. Detects your framework and database, configures adapters and route handlers, adds OAuth providers, and generates auth UI pag

192
create-pr

An alias for the sentry-skills:pr-writer skill. Invoking create-pr runs the same PR writing workflow under a legacy name, so existing references and muscle memory continue to work without reconfigurat

193
create-voltagent

Creates new VoltAgent AI agent projects via a CLI command or manual setup. Handles scaffolding, dependency installation, server and provider selection, and environment configuration. Supports multiple

194
crypto-market-rank

Queries Binance Web3 APIs for crypto market rankings across BSC, Base, and Solana. Returns trending and top-searched tokens, social hype sentiment with translated summaries, smart money inflow data, P

195
cso

Runs a multi-phase security audit across a codebase. Covers secrets in git history, dependency supply chains, CI/CD pipeline risks, LLM-specific vulnerabilities, OWASP Top 10, and STRIDE threat modeli

196
culture-index

Interprets Culture Index behavioral assessments for individuals and teams. Maps survey results to 19 archetypes, detects burnout risk by comparing Survey vs Job trait energy, and evaluates team gas/br

197
dd-apm

Lets you query Datadog APM data from your editor. Search traces, list services, view dependency maps, and check latency or error rates across distributed systems using the Datadog Labs Pup CLI. Instea

198
dd-docs

Looks up Datadog documentation by fetching the LLM-optimized index at docs.datadoghq.com/llms.txt. It can search for specific topics like APM, logs, or monitors and retrieve raw Markdown content from

199
dd-llmo-eval-bootstrap

Analyzes production LLM traces from Datadog and generates ready-to-use evaluator code using the Datadog Evals SDK. It samples real traffic, identifies quality dimensions worth measuring, and outputs B

200
dd-llmo-eval-trace-rca

Performs root cause analysis on production LLM application traces by using eval judge verdicts as diagnostic signal. It walks the trace tree to find where failures actually originate, not just where t

201
dd-llmo-experiment-analyzer

Analyzes LLM experiment results from Datadog, supporting single or comparative experiments in exploratory or Q&A modes. Given one or two experiment IDs, it pulls metrics, segments failures, samples re

202
dd-logs

Searches, filters, and archives Datadog logs through the Pup CLI. Covers log pipelines, exclusion filters for cost control, log-based metrics, and sensitive data scrubbing. Keeps log management inside

203
dd-monitors

Manages Datadog monitors through the pup CLI. You can list, search, create, and audit monitors, set up downtimes, and follow alerting best practices like recovery thresholds and proper scoping to redu

204
dd-pup

A Rust-based CLI called pup that talks to the Datadog API. It handles OAuth2 login with automatic token refresh and covers logs, monitors, traces, incidents, dashboards, SLOs, synthetics, security sig

205
design-consultation

Runs a design consultation session to build a complete design system from scratch. Researches your product's competitive landscape, proposes typography, color, layout, spacing, and motion choices as a

206
design-md

Analyzes screens in a Stitch project and writes a DESIGN.md file that captures the visual design system in natural language. It extracts color palettes, typography, component styles, and layout princi

207
design-review

Audits a live site for visual problems — spacing inconsistencies, hierarchy failures, typography issues, AI-generated layout patterns, and sluggish interactions. Fixes each issue directly in source co

208
develop-web-game

A development workflow for building HTML/JS web games with Codex. It pairs small incremental code changes with a Playwright-based test loop that sends input bursts, captures screenshots, and reads gam

209
developing-genkit-dart

Generates code and documentation for the Genkit Dart SDK. Covers AI agent development in Dart, including flows, structured outputs, tool definitions, embeddings, and LLM integration across multiple pr

210
developing-genkit-go

A Go SDK for building AI-powered applications with Genkit. It provides a unified interface for text generation, structured output, streaming, tool calling, and prompt management across multiple model

211
developing-genkit-js

Helps you build AI-powered apps with Firebase Genkit in Node.js and TypeScript. Covers flows, tools, model integration, and error troubleshooting for Genkit's v1.x API, with built-in access to officia

212
differential-review

Runs security-focused differential reviews on PRs, commits, and diffs. Scales analysis depth to codebase size, calculates blast radius for high-risk changes, checks test coverage gaps, and writes a ma

213
doc

Handles reading, creating, and editing .docx files where formatting fidelity matters. Uses python-docx for structured edits and a render pipeline (LibreOffice + Poppler) to visually inspect layout bef

214
doc-coauthoring

A structured workflow for co-authoring documents with Claude. It guides users through three stages: context gathering, section-by-section drafting with iterative refinement, and reader testing using a

215
document-release

Runs after code ships to bring all project documentation in sync with what actually changed. Reads the diff, then updates README, ARCHITECTURE, CONTRIBUTING, CLAUDE.md, and CHANGELOG to match the curr

216
docx

Handles .docx file creation, editing, and analysis. Supports generating structured Word documents from scratch using docx-js, editing existing files by unpacking and modifying XML, and extracting cont

217
duckdb-docs

Searches DuckDB and DuckLake documentation and blog posts using full-text BM25 search against a locally cached index. Accepts natural language questions or technical terms and returns ranked doc chunk

218
durable-objects

Durable Objects are Cloudflare's primitive for stateful, coordinated logic at the edge. Each instance has its own SQLite storage, in-memory state, and execution context. They handle WebSockets, alarms

219
dwarf-expert

Adds deep knowledge of the DWARF debug format (versions 3-5) to an agent. Covers parsing and validating DWARF data from compiled binaries, answering questions about the standard, and writing or review

220
emailAndPassword

Handles email/password authentication for Better Auth, covering sign-up, sign-in, email verification, password reset flows, and password hashing configuration. Supports policies like minimum length, t

221
enhance-prompt

Rewrites rough or vague UI generation prompts into structured, detailed prompts optimized for Stitch. Adds component terminology, visual style descriptors, color tokens, and page hierarchy. Pulls from

222
entra-agent-id

Microsoft Entra Agent ID lets you create and manage OAuth2-capable identities for AI agents using Microsoft Graph beta API. It uses a Blueprint model where each agent type gets an application object,

223
entry-point-analyzer

Analyzes smart contract codebases to map all state-changing entry points for security audits. Detects externally callable functions across Solidity, Vyper, Solana/Rust, Move, TON, and CosmWasm, then c

224
explain-error

Explains Better Auth error codes and messages in plain English, lists common causes, and generates error handling code with user-friendly messages and retry logic. Instead of digging through Better Au

225
expo-api-routes

API routes in Expo Router let you run server-side code alongside your mobile and web app, using the same file-based routing convention. Routes are defined with a `+api.ts` suffix and deploy to Cloudfl

226
expo-cicd-workflows

Helps write and validate EAS workflow YAML files for Expo projects. Covers job types, triggers, runner configuration, and CI/CD pipeline structure for EAS Build and deployment. Fetches live schema and

227
expo-deployment

Handles deploying Expo apps to iOS App Store, Google Play Store, and web hosting using EAS (Expo Application Services). Covers builds, store submissions, TestFlight distribution, PR preview URLs, and

228
expo-dev-client

expo-dev-client lets you build custom Expo development clients that include native code not supported by standard Expo Go. You can build them locally or in the cloud via EAS Build, then install on phy

229
expo-tailwind-setup

Configures Tailwind CSS v4 in an Expo project using react-native-css and NativeWind v5. Sets up Metro config, PostCSS, global CSS imports, and CSS-wrapped component primitives so className works acros

230
expo-ui-jetpack-compose

@expo/ui/jetpack-compose lets you use native Android Jetpack Compose components and Material Design 3 modifiers directly in a React Native/Expo app. It maps the Compose API to JSX so you can render na

231
expo-ui-swift-ui

@expo/ui/swift-ui lets you use native SwiftUI views and modifiers directly in a React Native app. The API mirrors SwiftUI's own API, so existing SwiftUI knowledge transfers. Components import from @ex

232
fal-3d

Generates 3D models in GLB, OBJ, or PLY format from text descriptions or reference images using fal.ai endpoints. Supports multiple model backends including Hunyuan3D and Meshy for different quality a

233
fal-audio

Converts text to speech and transcribes audio to text using fal.ai's audio models. Supports multiple TTS engines like MiniMax and ElevenLabs, plus Whisper-based transcription with optional speaker dia

234
fal-generate

Generates images and videos from text prompts using fal.ai's hosted AI models. Supports text-to-image, image-to-video, and text-to-video workflows with a queue system that handles long-running jobs wi

235
fal-image-edit

Edits images through fal.ai's API using AI models. Supports style transfer, object removal, background replacement, and inpainting. You provide an image URL and a text prompt describing the edit you w

236
fal-kling-o3

Generates images and videos using Kling O3 models through the fal.ai platform. Supports text-to-image, text-to-video, image-to-video, and video-to-video editing with two quality tiers (Standard and Pr

237
fal-lip-sync

Generates talking head videos from a portrait image and audio or text input. Can also re-sync lips in existing videos to match new audio tracks. Supports multiple model backends through fal.ai. Skips

238
fal-platform

Gives you access to fal.ai platform APIs for checking model pricing, tracking usage and billing, estimating costs before running jobs, and managing API requests. Works through shell scripts that wrap

239
fal-realtime

Generates images in under a second using fal.ai's real-time streaming models. Built for interactive workflows where you need instant visual feedback, like live previews or rapid prompt iteration. Sub-

240
fal-restore

Restores and fixes image quality using AI. Handles deblurring, denoising, dehazing, face restoration, and document cleanup from a single script with different operation modes. Combines five different

241
fal-train

Trains custom LoRA models on fal.ai for personalized image and video generation. You provide a zip of training images and a trigger word, and it fine-tunes a model to recognize specific people, art st

242
fal-tryon

Transfers clothing onto person photos using fal.ai virtual try-on models. You provide a person image and a garment image, and it generates a composite showing how that garment looks on the person. Sup

243
fal-upscale

Upscales images and videos using fal.ai's AI models. Supports multiple upscaling models with 2x or 4x scale factors, and can search for the latest available models through fal.ai's API. Handles model

244
fal-video-edit

Edits existing videos through AI models on fal.ai. Supports restyling, content editing, upscaling, background removal, and adding synchronized audio or sound effects to video. Handles multiple video e

245
fal-vision

Analyzes images through fal.ai vision models. Supports object segmentation, object detection, OCR text extraction, image captioning, and visual question answering, all from a single shell script with

246
fal-workflow

Generates production-ready fal.ai workflow JSON files that chain multiple AI models together. It handles text-to-image, image-to-video, LLM-driven pipelines, and other multi-step AI generation sequenc

247
fastapi-router-py

Generates FastAPI router files with CRUD endpoints, authentication dependencies, and typed response models. Follows a template-based pattern with PascalCase/snake_case resource naming. Covers HTTP sta

248
fetch

Fetches HTML, JSON, headers, and status codes from URLs through the Browserbase API without spinning up a full browser session. Works for static page scraping, redirect inspection, and quick HTTP chec

249
figma

Connects Claude to the Figma MCP server so it can fetch design context, screenshots, variables, and assets from Figma nodes. Translates Figma designs into production-ready code following the project's

250
figma-code-connect-components

Maps Figma design components to their code counterparts using Figma's Code Connect feature. It scans a Figma selection for unmapped published components, searches the codebase for matching implementat

251
figma-code-connect-components

Maps Figma design components to their code counterparts using Figma's Code Connect feature. It scans a Figma selection for unmapped published components, searches the codebase for matching implementat

252
figma-create-design-system-rules

Generates project-specific design system rules for AI coding agents like Claude Code, Cursor, and Codex CLI. Analyzes your codebase to encode component locations, styling conventions, and token usage

253
figma-create-design-system-rules

Generates project-specific design system rules for AI coding agents like Claude Code, Cursor, and Codex CLI. Analyzes your codebase to encode component locations, styling conventions, and token usage

254
figma-create-new-file

Creates a new blank Figma or FigJam file in the user's drafts folder. Accepts an editor type and file name as arguments, resolves the user's plan automatically, and returns the file key and URL for im

255
figma-create-new-file

Creates a new blank Figma or FigJam file in the user's drafts folder. Accepts an editor type and file name as arguments, resolves the user's plan automatically, and returns the file key and URL for im

256
figma-generate-design

Translates application pages, views, and multi-section layouts into Figma by discovering and reusing published design system components, variables, and styles. Works section-by-section, binding design

257
figma-generate-design

Translates application pages, views, and multi-section layouts into Figma by discovering and reusing published design system components, variables, and styles. Works section-by-section, binding design

258
figma-generate-library

Guides an AI agent through building a complete Figma design system from a codebase. Covers the full workflow: extracting design tokens, creating variable collections with light/dark mode support, buil

259
figma-generate-library

Guides an AI agent through building a complete Figma design system from a codebase. Covers the full workflow: extracting design tokens, creating variable collections with light/dark mode support, buil

260
figma-implement-design

Translates Figma designs into production-ready code with pixel-perfect visual parity. Works by fetching design context and screenshots through the Figma MCP server, then mapping design tokens, layout,

261
figma-implement-design

Translates Figma designs into production-ready code with pixel-perfect visual parity. Works by fetching design context and screenshots through the Figma MCP server, then mapping design tokens, layout,

262
figma-use

A mandatory prerequisite skill for the `use_figma` MCP tool. It loads the Plugin API rules, critical gotchas, and reference docs that must be in context before executing any JavaScript in a Figma file

263
figma-use

A mandatory prerequisite skill for the `use_figma` MCP tool. It loads the Plugin API rules, critical gotchas, and reference docs that must be in context before executing any JavaScript in a Figma file

264
find-bugs

Runs a structured security and bug review against your current branch diff. It maps attack surfaces, checks a full OWASP-style checklist, and reports findings by severity without making any changes. R

265
firebase-ai-logic-basics

Integrates Firebase AI Logic into web and mobile apps so you can call Gemini models directly from client-side code without managing a backend. Supports text generation, multimodal input (images, audio

266
firebase-apk-scanner

Scans Android APKs for Firebase security misconfigurations by decompiling the app, extracting Firebase configuration, and actively testing endpoints for vulnerabilities. Checks Realtime Database, Fire

267
firebase-app-hosting-basics

Deploys and manages full-stack web apps (Next.js, Angular) through Firebase App Hosting. Handles configuration, secrets management, and both manual and automated git-push-to-deploy workflows. Requires

268
firebase-auth-basics

Guides setup and usage of Firebase Authentication, covering sign-in providers like Google, email/password, phone, and anonymous auth. Handles user management, token lifecycle, and security rules for F

269
firebase-basics

Handles the full Firebase setup and day-to-day workflow: CLI installation, authentication, project creation, and running commands. It also covers connecting to Firebase services through MCP tools and

270
firebase-data-connect-basics

Helps you build and deploy Firebase Data Connect backends backed by Cloud SQL for PostgreSQL. Covers schema design with GraphQL types, writing queries and mutations, setting up authorization rules, an

271
firebase-firestore-enterprise-native-mode

Guides you through setting up and using Firestore Enterprise Native Mode. Covers provisioning, data modeling, security rules, SDK usage for web and Python, and index configuration. Puts provisioning s

272
firebase-firestore-standard

A complete guide for Cloud Firestore Standard Edition covering provisioning, security rules, SDK usage, and indexing. It walks through setting up Firestore in a Firebase project, writing security rule

273
firebase-hosting-basics

Deploys static websites, single-page apps, and simple microservices to Firebase's global CDN. Handles configuration for redirects, rewrites, headers, and preview channels. Not meant for full-stack fra

274
firebase-security-rules-auditor

Audits Firestore security rules by scoring them on a 1-5 scale and flagging specific vulnerabilities. It checks for update bypasses, privilege escalation, missing type validation, resource exhaustion

275
firecrawl-agent

Runs an AI agent that navigates multi-page websites and returns structured JSON. Given a prompt and optional schema, it figures out where the data lives and extracts it across as many pages as needed.

276
firecrawl-browser

Runs remote Chromium sessions for pages that require user interaction to load content. Handles clicks, form fills, logins, pagination, and infinite scroll through a sandboxed cloud browser. Useful whe

277
firecrawl-cli

Firecrawl CLI is a command-line tool for web scraping, search, and browser automation. It fetches pages as clean markdown, crawls entire site sections, and can interact with pages that require clicks

278
firecrawl-crawl

Bulk-extracts content from websites by following links up to a configurable depth. Handles path filtering, concurrency, and depth limits. Returns structured content from every matched page. Crawling w

279
firecrawl-download

Downloads an entire website to local files by combining site mapping and scraping into organized directories. Saves pages as markdown, screenshots, or multiple formats, with path filtering to target s

280
firecrawl-map

Maps all URLs on a website by crawling its pages and optional sitemap. Supports filtering results by search query to locate specific pages within large sites. Output can be saved as plain text or JSON

281
firecrawl-scrape

Extracts clean markdown from any URL, including JavaScript-rendered single-page apps. Supports multiple concurrent URLs and returns content optimized for LLM consumption. Sits between search and full

282
firecrawl-search

Runs web searches and returns results as JSON, with an option to fetch full page content from each result in the same call. Covers web, news, and image sources with filters for recency, category, coun

283
flutter-adding-home-screen-widgets

Adds home screen widgets to Flutter apps on both Android and iOS. It covers the full workflow from writing shared data in Dart to building native widget UIs with SwiftUI and Kotlin, including advanced

284
flutter-animating-apps

Implements animated effects, transitions, and motion in Flutter apps. Covers implicit animations, explicit animations with controllers, Hero shared-element transitions, physics-based spring animations

285
flutter-architecting-apps

Guides you through structuring a Flutter app using a layered architecture with UI, Logic, and Data layers. It enforces separation of concerns, unidirectional data flow, and a single source of truth pa

286
flutter-building-forms

Builds Flutter forms with validation and user input handling. Covers Form widget architecture, GlobalKey management, TextFormField validators, and submission logic with error display. Gives you a read

287
flutter-building-layouts

Helps build and fix Flutter layouts using the constraint system, Row, Column, Stack, and related widgets. Covers responsive and adaptive patterns for different screen sizes. Flutter's constraint model

288
flutter-building-plugins

Guides you through creating Flutter plugins that bridge Dart code with platform-specific native APIs. Covers both standard method channel plugins and FFI-based plugins for C/C++ interop, with workflow

289
flutter-caching-data

Implements caching strategies for Flutter apps, covering offline-first data sync, local persistence with SQLite and Hive, image and scroll caching, and FlutterEngine pre-warming on Android. It walks t

290
flutter-embedding-native-views

Embeds native Android, iOS, and macOS views directly into Flutter widget trees. Covers both platform view composition (maps, web views, camera previews) and multi-view web embedding where Flutter rend

291
flutter-handling-concurrency

Runs heavy computations in background Dart isolates so the Flutter UI stays responsive. Covers the decision between async/await for I/O tasks and Isolate.run or Isolate.spawn for CPU-bound work, with

292
flutter-handling-http-and-json

Handles HTTP requests and JSON serialization in Flutter apps. Covers GET, POST, PUT, and DELETE operations with the http package, manual and code-generated JSON parsing, and background isolate parsing

293
flutter-implementing-navigation-and-routing

Handles routing, navigation, and deep linking in Flutter apps. Covers both imperative (Navigator.push/pop) and declarative (go_router) approaches, plus nested navigation for multi-step flows. Flutter'

294
flutter-improving-accessibility

Configures Flutter apps to work with screen readers and other assistive technologies. Covers semantic annotations, contrast ratios, tap target sizing, font scaling, and web-specific ARIA role mapping.

295
flutter-interoperating-with-native-apis

Bridges Flutter apps with native platform APIs on Android, iOS, and the web. Covers FFI for calling C/C++ code directly, Platform Channels and Pigeon for type-safe communication with Kotlin/Swift, emb

296
flutter-localizing-apps

Configures a Flutter app for multiple languages and regions using ARB resource files and the gen-l10n tool. It covers setting up localization delegates, defining placeholders and plurals in translatio

297
flutter-managing-state

Helps manage both local widget state and shared application state in Flutter apps. Covers ephemeral state with setState, app-wide state with the Provider package, and walks through implementing the MV

298
flutter-reducing-app-size

Measures and optimizes Flutter app bundle sizes for deployment. It walks through generating size analysis data, visualizing it in DevTools, estimating real iOS download sizes via App Thinning reports,

299
flutter-setting-up-on-linux

Walks through setting up a Linux machine for Flutter desktop development. Covers installing system dependencies like clang, cmake, and GTK libraries on Debian/Ubuntu, validating the toolchain with flu

300
flutter-setting-up-on-macos

Walks through setting up a macOS machine for Flutter development, covering Xcode installation, CocoaPods configuration, and environment validation. It handles the specific toolchain steps needed to bu

301
flutter-setting-up-on-windows

Walks through setting up a Windows machine for Flutter development, covering SDK installation, PATH configuration, Visual Studio C++ workload setup, and platform-specific steps for both Windows deskto

302
flutter-testing-apps

Implements unit, widget, and integration tests for Flutter apps. Covers ViewModel testing with fake repositories, widget tree verification, plugin platform channel testing, and end-to-end flows on rea

303
flutter-theming-apps

Customizes Flutter app appearance through the theming system. Covers Material 3 color schemes, typography, component theme normalization, button styling, and platform-adaptive UI patterns like scrollb

304
flutter-working-with-databases

Guides you through building a structured data layer in Flutter apps using SQLite and other local databases. Covers repository and service patterns, offline-first synchronization, and caching strategie

305
freeze

Restricts Claude's Edit and Write operations to a single directory for the duration of a session. Any attempt to modify files outside the allowed path is blocked outright. Useful when debugging or mak

306
frontend-design

A skill for building frontend interfaces with intentional aesthetic direction. It pushes past generic patterns by committing to a specific visual tone before writing a line of code, then implementing

307
frontend-design-review

Reviews UI implementations against three quality pillars (Frictionless, Quality Craft, Trustworthy) and design system specs, or builds production-grade frontend interfaces from scratch with a defined

308
frontend-dev

Builds complete frontend pages by combining UI design, scroll animations, AI-generated media assets, and copywriting into a single workflow. Covers landing pages, marketing sites, dashboards, and prod

309
frontend-skill

A set of design rules for Claude that enforces composition-first frontend work: full-bleed heroes, brand-first hierarchy, cardless layouts, and intentional motion. Covers landing pages, app surfaces,

310
frontend-ui-dark-ts

A React UI starter built around a dark color system, glassmorphism utility classes, and Framer Motion animation variants. It ships with a Tailwind config that defines brand purples, layered neutral ba

311
fullstack-dev

A workflow guide for building full-stack applications, covering backend architecture, frontend-backend integration, auth, real-time features, and production hardening. It enforces a feature-first proj

312
functions

Deploys browser automation scripts as serverless cloud functions on Browserbase. You write Playwright-based automation locally, test it with a dev server, then publish it to run on a schedule, via web

313
fund

Adds USDC to a Coinbase-powered wallet through Coinbase Onramp. Supports Apple Pay, debit cards, bank transfers, and direct transfers from a Coinbase account. Funds arrive as USDC on the Base network.

314
gemini-api-dev

Covers building applications with the Gemini API across Python, JavaScript/TypeScript, Go, and Java. Handles text generation, multimodal inputs (images, audio, video, documents), function calling, str

315
gemini-interactions-api

A unified API for calling Gemini models and agents from Python and TypeScript. Replaces the older generateContent approach with server-managed conversation state, background task execution, streaming,

316
gemini-live-api-dev

Covers building real-time, bidirectional streaming apps with the Gemini Live API over WebSockets. Handles audio/video/text input streams, voice activity detection, session management, ephemeral tokens

317
gh-address-comments

Reads open PR comments and review threads on the current branch using the gh CLI, then helps you address selected ones. It fetches all comments, numbers them, summarizes the required fixes, and applie

318
gh-fix-ci

Debugs failing GitHub Actions checks on a PR using the `gh` CLI. It fetches run logs, summarizes the failure context, and proposes a fix plan before making any changes. External CI providers like Buil

319
gif-sticker-maker

Takes a photo of a person, pet, object, or logo and generates 4 animated GIF stickers in Funko Pop / Pop Mart figurine style. Each sticker shows a different expression or action with a localized capti

320
github

Provides patterns for working with GitHub via the gh CLI, covering pull request creation, stacked PR workflows, squash merges, rebasing, and repository automation. Designed for teams that manage compl

321
github-issue-creator

Converts messy input — error logs, voice dictations, raw notes, screenshots — into structured GitHub issues following a consistent markdown template. It extracts the relevant facts, assigns severity,

322
graphql-operations

A guide for writing GraphQL queries, mutations, and subscriptions that follow established conventions. Covers operation naming, fragment organization, variable usage, conditional directives, and coloc

323
graphql-schema

A reference guide for designing GraphQL schemas that are clean, evolvable, and client-friendly. Covers type design, nullability, naming conventions, pagination with the connection pattern, error model

324
gsap-core

GSAP Core is the base animation engine for the GreenSock Animation Platform. It provides gsap.to(), gsap.from(), gsap.fromTo(), and gsap.set() for animating DOM elements, SVG, and CSS properties in an

325
gsap-frameworks

Handles GSAP animation setup and teardown for Vue, Nuxt, Svelte, and SvelteKit. Covers component lifecycle integration: creating tweens after mount, scoping selectors to the component root, and cleani

326
gsap-performance

Guides GSAP animation optimization for consistent 60fps output. Covers which CSS properties to animate (transforms and opacity), how to avoid layout thrashing, and when to use tools like gsap.quickTo(

327
gsap-plugins

A collection of GSAP plugins covering scroll animation, layout transitions, drag interactions, SVG drawing and morphing, text splitting, physics, and custom easing. Plugins must be registered with gsa

328
gsap-react

Covers GSAP animation setup in React and Next.js using the useGSAP hook, gsap.context(), and ref-based targeting. Handles cleanup on unmount, scoped selectors, context-safe callbacks, and SSR safety.

329
gsap-scrolltrigger

ScrollTrigger is a GSAP plugin that links animations to scroll position. It handles triggering tweens and timelines on scroll, pinning elements in place, scrubbing animation progress to scroll distanc

330
gsap-timeline

GSAP Timeline is a sequencing layer on top of GSAP that lets you coordinate multiple tweens in order, in parallel, or at precise offsets using a position parameter. You can nest timelines, add named l

331
gsap-utils

gsap.utils is a collection of math and collection helpers built into GSAP. It covers clamping, range mapping, normalization, interpolation, random values, snapping, wrapping, array conversion, and fun

332
gstack-upgrade

Upgrades gstack to the latest version. Detects whether gstack is installed globally or vendored locally, runs the appropriate upgrade path, and displays a changelog summary of what changed between ver

333
guard

Guard mode combines two safety layers: destructive command warnings (rm -rf, DROP TABLE, force-push) and directory-scoped edit restrictions. It activates both protections at once with a single command

334
gws-admin-reports

Wraps the Google Workspace Admin SDK Reports API to pull audit logs and usage statistics from a command line. Covers activity logs for apps like Drive and Admin console, plus per-user and customer-wid

335
gws-calendar

A CLI skill for the Google Calendar API. Manages calendars, events, access control rules, and free/busy queries through the `gws` command-line tool. Running calendar operations from scripts or CI pipe

336
gws-chat

Manages Google Chat spaces, messages, memberships, and media through the `gws` CLI. Covers creating and configuring spaces, sending messages, handling attachments, and administering custom emojis acro

337
gws-classroom

Manages Google Classroom courses, rosters, coursework, and invitations via the `gws` CLI. Covers the full course lifecycle from creation to grading period configuration, plus teacher and student enrol

338
gws-docs

Reads and writes Google Docs through the gws CLI. Supports creating blank documents, fetching document content, and applying batch updates via the Google Docs API. Direct CLI access to the Docs API re

339
gws-drive

A CLI wrapper around the Google Drive v3 API. Manage files, folders, permissions, shared drives, comments, and revisions from the command line using the `gws` tool. Instead of clicking through the Dri

340
gws-events

Manages event subscriptions for Google Workspace resources. You can create, list, update, delete, and reactivate subscriptions that stream real-time updates from Workspace services like Chat messages

341
gws-forms

A CLI skill for interacting with Google Forms via the `gws` command-line tool. Supports creating forms, reading responses, updating form structure, and managing publish settings and watches through th

342
gws-gmail

A CLI skill for Gmail that lets agents send, read, reply to, forward, and manage email through the Google Workspace CLI. Covers the full Gmail API surface including drafts, labels, threads, history, a

343
gws-keep

Manages Google Keep notes via the command line using the gws CLI. Supports creating, reading, listing, and deleting notes, plus downloading note attachments. Instead of opening the Keep UI or writing

344
gws-modelarmor

Google Model Armor filters user-generated prompts and model responses for safety using configurable templates. It sits between your application and an LLM, screening content before it reaches the mode

345
gws-people

Manages Google Contacts and contact groups through the People API. Supports creating, updating, searching, and deleting contacts, as well as managing contact group membership and syncing directory pro

346
gws-shared

Shared foundation for the gws CLI that covers OAuth and service account authentication, global output flags, and common request patterns across all Google Workspace services. It defines how the CLI st

347
gws-sheets

Reads and writes Google Sheets spreadsheets via the Sheets v4 API. Supports creating spreadsheets, reading cell ranges, appending rows, and applying batch updates to sheet structure or data. The CLI l

348
gws-slides

Reads and writes Google Slides presentations via the `gws` CLI. Supports creating blank presentations, fetching existing ones, and applying batched updates to slides, layouts, shapes, and other elemen

349
gws-tasks

Manages Google Tasks through the `gws` CLI. Supports creating, updating, moving, and deleting tasks and task lists, including subtask hierarchies. Lets you script and automate Google Tasks from the co

350
gws-workflow

A cross-service workflow layer for Google Workspace that ties together Calendar, Gmail, Tasks, Drive, and Chat through a unified CLI. It ships helper commands for common multi-step routines like stand

351
hf-cli

The `hf` CLI manages Hugging Face Hub repositories, models, datasets, and Spaces from the terminal. It handles downloads, uploads, cache, inference endpoints, jobs, and webhooks. It replaces the depre

352
hugging-face-dataset-viewer

Read-only API client for the Hugging Face Dataset Viewer. Fetches dataset splits, paginates rows, runs text search and filter queries, retrieves parquet shard URLs, and reads size and column statistic

353
hugging-face-datasets

Manages datasets on the Hugging Face Hub. Handles repo initialization, configuration, streaming row updates, and SQL-based querying and transformation via DuckDB. Works alongside the HF MCP server, wh

354
hugging-face-evaluation

Adds and manages evaluation results in Hugging Face model cards using the model-index metadata format. Supports extracting benchmark tables from README files, importing scores from the Artificial Anal

355
hugging-face-jobs

Runs Python workloads on Hugging Face managed infrastructure — CPUs, GPUs, or TPUs — without any local setup. Supports UV scripts with inline dependencies, Docker-based jobs, scheduled tasks, and resu

356
hugging-face-model-trainer

Trains and fine-tunes language models on Hugging Face's cloud GPU infrastructure using TRL. Supports SFT, DPO, GRPO, and reward modeling. Handles job submission, dataset validation, cost estimation, a

357
hugging-face-paper-pages

Fetches and parses Hugging Face paper pages using arXiv IDs or HF paper URLs. Returns full paper content as markdown or structured metadata including authors, linked models, datasets, spaces, GitHub r

358
hugging-face-paper-publisher

Publishes and manages research papers on the Hugging Face Hub. Handles indexing papers from arXiv, linking them to models and datasets, claiming authorship, and generating markdown-based research arti

359
hugging-face-tool-builder

Builds reusable command-line scripts that interact with the Hugging Face API to fetch, filter, and process models, datasets, spaces, and papers. Scripts support chaining and piping for multi-step work

360
hugging-face-trackio

Trackio is an experiment tracking library for ML training. It logs metrics via a Python API, fires structured alerts for diagnostic conditions, and exposes a CLI for querying logged data. Metrics sync

361
hugging-face-vision-trainer

Trains and fine-tunes vision models on Hugging Face Jobs cloud GPUs, covering object detection (D-FINE, RT-DETR v2, DETR, YOLOS), image classification (timm models including MobileNetV3, ResNet, ViT),

362
huggingface-gradio

Gradio is a Python library for building web-based UIs for machine learning models and data tools. It provides both a high-level Interface class and a lower-level Blocks API for layouts, event wiring,

363
imagegen

Generates and edits raster images inside a Codex session. Works with photos, illustrations, textures, UI mockups, product shots, and transparent-background cutouts. Uses a built-in tool by default; a

364
images-search

Searches for images using the Brave Search API. Returns results with titles, source URLs, thumbnails, and full-size image links. Supports SafeSearch filtering and can return up to 200 results per requ

365
insecure-defaults

Detects fail-open security vulnerabilities where applications run insecurely due to missing or weak configuration. Focuses on distinguishing exploitable defaults (app runs with a weak secret) from fai

366
install-duckdb

Installs or updates DuckDB extensions from the core registry or community repositories. Supports plain extension names and `name@repo` syntax for third-party sources. Can also check if the DuckDB CLI

367
internal-comms

Writes internal communications in company-specific formats. Covers 3P updates (Progress, Plans, Problems), newsletters, FAQ responses, status reports, leadership updates, project updates, and incident

368
investigate

A structured debugging workflow that enforces root cause analysis before any fix is applied. It runs four phases: investigate, analyze, hypothesize, implement. The core rule is simple: no code changes

369
ios-application-dev

A reference guide for building iOS apps with UIKit, SnapKit, and SwiftUI. Covers layout rules, typography, color semantics, accessibility, navigation patterns, and Apple HIG compliance. Includes check

370
iterate-pr

Automates the feedback-fix-push cycle on a pull request. Fetches CI check failures, reads log snippets to find root causes, applies fixes, and polls until all checks pass. Also handles PR review comme

371
jupyter-notebook

Scaffolds and edits Jupyter notebooks for experiments and tutorials using a helper script and bundled templates. Handles the two main notebook modes: exploratory analysis and step-by-step teaching wal

372
knowledge-capture

Captures knowledge from conversations and saves it to Notion as structured documentation. Classifies content by type (how-to guide, decision record, FAQ, post-mortem, etc.), formats it with appropriat

373
knowledge-capture

Captures knowledge from conversations and saves it to Notion as structured documentation. Classifies content by type (how-to guide, decision record, FAQ, post-mortem, etc.), formats it with appropriat

374
land-and-deploy

Picks up where /ship leaves off. Merges the PR, monitors CI and deploy workflows, then runs canary checks against the live site to confirm production health. On first use, it does a dry-run validation

375
linear

Connects to Linear via MCP to read, create, and update issues, projects, and team workflows. Supports sprint planning, bug triage, workload balancing, and release planning through natural-language too

376
llm-context

Returns pre-extracted web content (text, tables, code blocks) from Brave Search, ranked by relevance and ready for LLM consumption. Supports GET and POST requests with configurable token budgets, sour

377
local-descriptions

Fetches AI-generated text descriptions for points of interest (POIs) using the Brave Search API. You first run a web search with location filtering to get POI IDs, then pass those IDs to this endpoint

378
local-pois

Retrieves detailed local business and point-of-interest information through the Brave Search API. You first run a web search with a location filter to get POI IDs, then pass those IDs to this endpoint

379
m365-agents-dotnet

Microsoft 365 Agents SDK for .NET provides ASP.NET Core hosting, AgentApplication routing, and MSAL-based authentication for building agents that run across Teams, Microsoft 365, and Copilot Studio. I

380
m365-agents-py

Python SDK for building agents that run in Microsoft Teams, Microsoft 365, and Copilot Studio. Uses aiohttp for hosting, AgentApplication for routing messages to handlers, and MSAL for authentication.

381
m365-agents-ts

Microsoft 365 Agents SDK for TypeScript/Node.js. Provides AgentApplication routing, Express hosting, streaming responses via Azure OpenAI, and Copilot Studio client integration for building agents tha

382
mcp-builder

A guide for building MCP (Model Context Protocol) servers that let LLMs interact with external APIs and services. Covers Python (FastMCP), TypeScript (MCP SDK), and C#/.NET (Microsoft MCP SDK), with d

383
mcp-builder

A guide for building MCP (Model Context Protocol) servers that let LLMs interact with external APIs and services. Covers Python (FastMCP), TypeScript (MCP SDK), and C#/.NET (Microsoft MCP SDK), with d

384
meeting-intelligence

Automates meeting preparation by searching Notion for relevant pages, enriching the gathered context with Claude's research, and producing two documents: an internal pre-read for the team and an exter

385
meeting-intelligence

Automates meeting preparation by searching Notion for relevant pages, enriching the gathered context with Claude's research, and producing two documents: an internal pre-read for the team and an exter

386
meme-rush

Meme Rush tracks meme token launches across Pump.fun, Four.meme, and other launchpads on Solana and BSC. It covers the full token lifecycle from bonding curve creation through DEX migration. Topic Rus

387
microsoft-azure-webjobs-extensions-authentication-events-dotnet

Azure Functions extension for handling Microsoft Entra ID custom authentication events. Supports token enrichment, attribute collection customization, and custom OTP delivery via event triggers like O

388
minimax-docx

Creates, edits, and formats DOCX files using OpenXML SDK (.NET) with three distinct pipelines: building documents from scratch, filling or modifying existing ones, and applying template formatting wit

389
minimax-pdf

Generates print-ready PDFs through three routes: creating documents from scratch with a token-based design system, filling form fields in existing PDFs, and reformatting existing documents into styled

390
minimax-xlsx

Handles Excel and CSV/TSV files through direct XML manipulation rather than library round-trips. Covers reading, creating from scratch, editing existing files without format loss, formula repair, and

391
modern-python

Configures Python projects with uv, ruff, and ty — the modern replacements for pip, flake8/black, and mypy. Covers new projects, standalone scripts using PEP 723 inline metadata, and migrations from l

392
monetize-service

Scaffolds an Express server that charges USDC per request using the x402 payment protocol. Callers pay on Base with no accounts or API keys needed. Services get listed on the x402 Bazaar so other agen

393
mongodb-connection

Configures MongoDB client connections across supported driver languages. Tunes pool sizes, timeouts, and reuse patterns based on deployment type, workload, and concurrency. Diagnoses connection errors

394
mongodb-mcp-setup

Walks through configuring the MongoDB MCP server authentication. Covers three setup paths: direct connection string, Atlas Service Account credentials, or Atlas Local with Docker. Handles shell profil

395
mongodb-natural-language-querying

Generates read-only MongoDB find queries and aggregation pipelines from natural language requests. Fetches collection schema, indexes, and sample documents through the MongoDB MCP server before buildi

396
mongodb-query-optimizer

Diagnoses slow MongoDB queries and recommends indexes based on explain plans, existing collection indexes, and Atlas Performance Advisor output. Follows the ESR rule (Equality, Sort, Range) for compou

397
mongodb-schema-design

A collection of MongoDB schema design patterns and anti-patterns from MongoDB, covering embed-vs-reference decisions, the 16MB document limit, schema validation, and 11 data modeling patterns like buc

398
mongodb-search-and-ai

Helps MongoDB users pick between Atlas Search, Vector Search, and Hybrid Search, then build the indexes and aggregation pipelines to match. Covers schema inspection, version checks for $rankFusion/$sc

399
native-data-fetching

Covers network requests and data fetching in Expo and React Native apps. Handles fetch API usage, React Query and SWR setup, authentication token management with SecureStore, offline detection, reques

400
neon-postgres

Neon is a serverless Postgres platform with autoscaling, database branching, and scale-to-zero. It separates compute from storage, so each branch gets its own endpoint and branches are instant copy-on

401
neon-postgres-egress-optimizer

Diagnoses and fixes Postgres query patterns that cause excessive data transfer from a database to an application. Works by analyzing pg_stat_statements output to find queries returning too many rows,

402
netlify-ai-gateway

Netlify AI Gateway is a proxy layer that routes requests to AI models from OpenAI, Anthropic, and Google through Netlify's infrastructure. You use standard provider SDKs but point them at Netlify's ga

403
netlify-blobs

Netlify Blobs is zero-config object storage built into the Netlify platform. It works from functions, edge functions, and framework server routes without any provisioning. Supports CRUD operations, me

404
netlify-caching

Controls how Netlify's CDN caches responses from functions, edge functions, and static assets. Covers Cache-Control header configuration, stale-while-revalidate patterns, durable cache for serverless

405
netlify-cli-and-deploy

Covers the Netlify CLI for site setup, deployment, and local development. Handles both Git-based continuous deployment and manual deploy workflows, plus environment variable management across deploy c

406
netlify-config

Covers the complete netlify.toml configuration syntax for defining build settings, redirects, headers, deploy contexts, environment variables, functions, and edge functions. The file sits at the repos

407
netlify-db

Netlify DB provisions a managed Neon Postgres database for Netlify projects without requiring a separate Neon account. It supports raw SQL via @netlify/neon, Drizzle ORM integration, and schema migrat

408
netlify-deploy

Deploys web projects to Netlify using the Netlify CLI via npx. Handles authentication, site linking, preview and production deploys, and basic framework detection from package.json or netlify.toml. In

409
netlify-deploy

Deploys web projects to Netlify using the Netlify CLI via npx. Handles authentication, site linking, preview and production deploys, and basic framework detection from package.json or netlify.toml. In

410
netlify-edge-functions

Netlify Edge Functions run on a globally distributed Deno runtime, executing code at the network edge closest to each user. The skill covers the middleware pattern using context.next(), geolocation ac

411
netlify-forms

Netlify Forms collects HTML form submissions without any server-side code. Add a `data-netlify="true"` attribute to a form and Netlify handles storage, spam filtering, notifications, and API access to

412
netlify-frameworks

Covers how to deploy web frameworks on Netlify, including Vite/React, Astro, TanStack Start, Next.js, Nuxt, SvelteKit, and Remix. For frameworks with SSR or API routes, it explains how adapters transl

413
netlify-functions

Netlify Functions lets you write serverless functions that run on Netlify's infrastructure. It covers the modern default export syntax, TypeScript support, path and method routing, background function

414
netlify-image-cdn

Netlify Image CDN is a built-in image transformation endpoint available on every Netlify site. It resizes, crops, converts formats, and adjusts quality on the fly via the `/.netlify/images` URL. No th

415
new-terraform-provider

Scaffolds a new Terraform provider project using the Plugin Framework. Sets up the Go module, installs dependencies, writes a main.go entry point, and verifies the build compiles and tests pass. Manua

416
news-search

Searches Brave's news index and returns articles with titles, URLs, descriptions, ages, and thumbnails. Supports freshness filters (past day, week, month, or custom date ranges), SafeSearch levels, an

417
next-best-practices

A skill for writing and reviewing Next.js code across the full surface area of the framework. Covers file conventions, RSC boundaries, async API changes in Next.js 15+, metadata, image and font optimi

418
next-cache-components

Next.js 16 Cache Components enable Partial Prerendering (PPR) by mixing static, cached, and dynamic content in a single route. The `use cache` directive replaces `unstable_cache` and lets you cache as

419
next-upgrade

Upgrades a Next.js project to a newer version by reading the current package.json, fetching the official migration guides, running the appropriate codemods, and updating dependencies. Handles incremen

420
notion-knowledge-capture

Converts conversations, chat threads, and meeting notes into structured Notion pages. It handles decisions, how-tos, FAQs, wiki entries, and documentation pages, then links them to related records in

421
notion-meeting-intelligence

Pulls context from Notion pages, drafts agendas and pre-reads, and enriches meeting materials with Codex research. Works across meeting types — status updates, decisions, planning sessions, retros, an

422
notion-research-documentation

Searches across Notion pages, pulls relevant content, and produces structured output: briefs, summaries, comparisons, or full reports with citations linking back to source pages. Works through the Not

423
notion-spec-to-implementation

Reads a Notion spec page and produces a linked implementation plan, task list, and progress tracking setup directly in Notion. Works with PRDs, feature specs, and migration docs. Keeps the spec, plan,

424
office-hours

A two-mode office hours simulation that saves a design document. Startup mode runs six diagnostic questions testing demand reality, the status quo workaround, customer specificity, minimum viable wedg

425
openai-docs

Fetches and surfaces current OpenAI developer documentation through an MCP server, covering the Chat Completions API, Responses API, Realtime API, Agents SDK, and related products. Handles model selec

426
organization

The Better Auth organization plugin adds multi-tenant support to your auth setup. It handles organizations, members, invitations, teams, and role-based access control through a set of server and clien

427
pay-for-service

Calls paid API endpoints that use the x402 protocol, automatically handling USDC payments on Base. You give it a URL and it negotiates payment, sends the request, and returns the response. Works with

428
pdf

Guides Claude through reading, generating, and validating PDF files. Uses Poppler to render pages as PNGs for visual inspection, reportlab for document creation, and pdfplumber or pypdf for text extra

429
pdf

Guides Claude through reading, generating, and validating PDF files. Uses Poppler to render pages as PNGs for visual inspection, reportlab for document creation, and pdfplumber or pypdf for text extra

430
performance

Audits web performance against Lighthouse metrics and a fixed resource budget, then returns concrete fixes for loading, rendering, and runtime bottlenecks. Covers critical rendering path, image and fo

431
plan-ceo-review

Reviews development plans from a CEO/founder perspective before implementation. Challenges the problem framing, surfaces implementation alternatives, and runs a ten-section analysis covering architect

432
plan-design-review

Reviews UI/UX design decisions in a plan file before implementation. Rates each design dimension 0-10, explains what a 10 looks like for that dimension, then edits the plan to close the gaps. Can gene

433
plan-eng-review

Runs an engineering manager-style review on a plan before coding starts. Checks architecture, data flow, test coverage, edge cases, and performance, then walks through each issue interactively with op

434
playwright

Automates a real browser from the terminal using playwright-cli. Handles navigation, form filling, screenshots, snapshots, and data extraction without writing test files. Works through a wrapper scrip

435
playwright-interactive

Runs a persistent Playwright session inside a js_repl kernel to debug web and Electron apps without restarting the browser between iterations. Keeps browser, context, and page handles alive across cod

436
podcast-generation

Connects a React frontend to a Python FastAPI backend over WebSocket to generate spoken audio from text using Azure OpenAI's GPT Realtime Mini model. Takes a text prompt, streams PCM audio chunks, con

437
postgres-best-practices

A collection of Postgres optimization rules organized by impact, covering query performance, connection management, RLS, schema design, and concurrency. Each rule includes SQL examples showing the wro

438
pptx

Handles everything involving .pptx files: reading and extracting text, editing existing presentations, and building new ones from scratch or templates. Covers slides, layouts, speaker notes, and visua

439
pptx-generator

Generates, edits, and reads PowerPoint files using PptxGenJS and markitdown. Covers the full workflow: extracting text from existing decks, editing template-based presentations via XML, and building n

440
property-based-testing

Guides property-based testing across Python, JavaScript, Rust, and Solidity/Vyper. Detects high-value patterns like serialization pairs, normalizers, and smart contract state invariants, then suggests

441
provider-actions

A guide for implementing Terraform Provider Actions using the Plugin Framework. Actions are experimental lifecycle hooks that run imperative operations before or after resource create and update event

442
provider-resources

Implements Terraform Provider resources and data sources using the Plugin Framework. Covers CRUD operations, schema design, state management, and acceptance testing for provider resources. Targets Go

443
provider-test-patterns

Patterns for writing Terraform provider acceptance tests using terraform-plugin-testing with the Plugin Framework. Covers TestCase and TestStep structure, ConfigStateChecks with custom StateCheck impl

444
providers

Displays configuration details and setup instructions for Better Auth authentication providers. Shows OAuth providers, email/password, magic links, and passwordless options, with code examples for eac

445
pydantic-models-py

Generates Pydantic v2 model sets following a multi-model pattern with Base, Create, Update, Response, and InDB variants. Designed for Python APIs that need consistent request/response schemas and data

446
qa

A QA skill that runs browser-based testing on web applications, finds bugs, and fixes them in source code. Each fix gets its own atomic commit. Covers three tiers: Quick (critical/high only), Standard

447
qa-only

Runs a structured QA pass on a web application and produces a report with a health score, screenshots, and reproduction steps. It never modifies code or fixes anything. Use it when you want a bug inve

448
query

Runs SQL queries against DuckDB databases or files like CSV and Parquet. Accepts raw SQL or natural language questions and translates them to DuckDB Friendly SQL. Handles schema inspection, result siz

449
query-address-info

Fetches all token holdings for a given wallet address on a specified blockchain. Returns token names, symbols, current prices, 24-hour price changes, and quantities held. Supports BSC, Base, and Solan

450
query-onchain-data

Queries decoded onchain data on Base (events, transactions, blocks) through the CDP SQL API using x402 micropayments. Each query costs $0.10 in USDC and runs against indexed tables with a ClickHouse-b

451
query-token-audit

Queries the Binance Web3 token security API to audit a contract address before trading. Returns a risk level (LOW/MEDIUM/HIGH), buy/sell tax rates, and specific risk flags across contract, trading, an

452
query-token-info

Queries token data from Binance Web3 APIs across BSC, Base, and Solana. Given a keyword, symbol, or contract address, it returns token metadata, real-time market metrics, and OHLCV candlestick data. I

453
react-best-practices

A set of 64 performance rules for React and Next.js, organized by impact level and covering waterfalls, bundle size, server rendering, re-renders, and JavaScript patterns. Maintained by Vercel Enginee

454
react-components

Converts Stitch design screens into modular React components with TypeScript interfaces. Retrieves design assets via MCP tools, maps Tailwind config from the design HTML head, and runs AST validation

455
react-flow-node-ts

Generates React Flow node components with TypeScript types and Zustand store integration. Covers the full setup pattern: component structure, handle placement, node resizing, and registration steps fo

456
react-native-best-practices

A performance optimization guide for React Native apps, based on Callstack's Ultimate Guide to React Native Optimization. Covers FPS, bundle size, TTI, memory leaks, animations, and native modules acr

457
react-native-skills

A collection of best practices for React Native and Expo apps, covering list performance, animations, navigation, UI patterns, and monorepo configuration. Rules are organized by priority and reference

458
read-file

Reads and explores data files in CSV, JSON, Parquet, Avro, Excel, spatial, and other formats using DuckDB. Works with local paths and remote sources like S3, GCS, Azure, and HTTPS URLs. Resolves file

459
read-memories

Searches past Claude Code session logs using DuckDB to recover context from previous conversations. Given a keyword, it queries all JSONL log files across projects (or just the current one with --here

460
refactor-module

Transforms monolithic Terraform configurations into reusable modules following HashiCorp's module design principles. Handles interface design, encapsulation, state migration, documentation, and test s

461
remotion

Remotion is a framework for creating videos programmatically using React. You write components and animations in code, then render them to MP4 or other formats. It covers compositing, sequencing, audi

462
remotion

Remotion is a framework for creating videos programmatically using React. You write components and animations in code, then render them to MP4 or other formats. It covers compositing, sequencing, audi

463
render-deploy

Deploys applications to Render by analyzing the codebase, generating a render.yaml Blueprint, and producing Dashboard deeplinks. Supports both Blueprint (Infrastructure-as-Code) and direct MCP-based s

464
replicate

Replicate lets you run AI models via API, including image generation, language models, and other ML tasks. It handles model hosting, scaling, and versioning so you don't run your own GPU infrastructur

465
research-documentation

Searches your Notion workspace, pulls content from relevant pages, and writes synthesized research documents back into Notion. Handles the full loop from query to structured output with citations. Ins

466
research-documentation

Searches your Notion workspace, pulls content from relevant pages, and writes synthesized research documents back into Notion. Handles the full loop from query to structured output with citations. Ins

467
retro

Runs a weekly engineering retrospective by analyzing git history, commit patterns, and code quality signals. Breaks down contributions per author with specific praise and growth suggestions anchored i

468
review

Pre-landing PR review that analyzes a branch's diff against the base branch. Checks for SQL safety, race conditions, LLM trust boundary violations, enum completeness gaps, test coverage, and scope dri

469
rover

CLI tool for managing GraphQL schemas in Apollo GraphOS. Handles publishing, fetching, and validating subgraph schemas, composing federated supergraphs locally, and running a local development router

470
run-acceptance-tests

Runs acceptance tests for Terraform providers using Go's test runner. Handles the `TestAcc` prefix convention, required environment variables like `TF_ACC`, and progressive debugging steps when tests

471
rust-best-practices

A set of Rust coding guidelines drawn from Apollo GraphQL's internal handbook. Covers idiomatic patterns for borrowing and ownership, error handling with Result types, performance profiling, Clippy li

472
sanity-best-practices

Best practices and integration guides for Sanity development, maintained by the Sanity team. Covers schema design, GROQ queries, TypeGen, Visual Editing, Portable Text, localization, migrations, and i

473
screenshot

Captures screenshots at the OS level across macOS, Linux, and Windows. Supports full screen, specific app or window, pixel regions, and multi-display setups. Falls back to direct OS commands when help

474
search

Searches the web via the Browserbase API and returns structured results with titles, URLs, authors, and publication dates. No browser session needed — just send a query and get back metadata. Useful w

475
search-for-service

Searches and browses the x402 bazaar marketplace to find paid API services. You can look up available endpoints by keyword, list everything on the marketplace, or check pricing and payment details for

476
security-best-practices

Reviews Python, JavaScript/TypeScript, and Go codebases for security vulnerabilities using language- and framework-specific guidance. Operates in three modes: writing secure-by-default code, passively

477
security-ownership-map

Analyzes git history to build a bipartite graph of people and files, then computes bus factor, sensitive-code ownership, and co-change clusters. Exports CSV and graph formats for Neo4j, Gephi, or dire

478
security-threat-model

Performs AppSec-grade threat modeling on a specific repository or code path. Maps trust boundaries, assets, entry points, and attacker capabilities, then enumerates concrete abuse paths with likelihoo

479
semgrep-rule-creator

Creates custom Semgrep rules for detecting security vulnerabilities and code patterns. Guides you through a test-first workflow: write tests, analyze the AST, write the rule, iterate until all tests p

480
semgrep-rule-variant-creator

Takes an existing Semgrep rule and ports it to one or more target languages. For each language, it runs applicability analysis, writes test cases first, translates the rule syntax to match target lang

481
send-usdc

Sends USDC to any Ethereum address or ENS name on Base. You provide an amount and a recipient (like vitalik.eth or a 0x address), and it handles the transfer through a CLI tool. You can send USDC with

482
sentry

Connects to the Sentry API to read production error data. Fetches issue lists, event details, and basic health stats for a given org and project. All operations are read-only. Instead of switching to

483
seo

Applies technical SEO, on-page optimization, and structured data based on Lighthouse audits and Google Search guidelines. Covers robots.txt, sitemaps, canonical URLs, meta tags, JSON-LD schemas, and m

484
seo-aeo-best-practices

Covers SEO and AEO implementation across metadata, Open Graph tags, sitemaps, robots.txt, hreflang, JSON-LD structured data, and EEAT principles. Targets both traditional search engines and AI answer

485
setup-browser-cookies

Imports cookies from an installed Chromium browser into a headless Playwright session. Opens a browser-based picker UI where you select which domains to import. Useful before QA testing pages that req

486
setup-deploy

Detects your deployment platform (Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, or custom) and writes the configuration to CLAUDE.md. Once set up, the /land-and-deploy skill reads this conf

487
shadcn-ui

A skill for working with shadcn/ui, a set of copy-paste React components built on Radix UI and Tailwind CSS. Components are added directly to your codebase rather than installed as a dependency, so yo

488
shader-dev

A GLSL shader skill covering 36 techniques for real-time visual effects in ShaderToy-compatible code. Handles geometry modeling with SDFs, ray marching, lighting, simulation, procedural generation, an

489
sharp-edges

Evaluates whether APIs, configurations, and interfaces are resistant to developer misuse. Focuses on cases where the easy path leads to insecurity, such as algorithm selection footguns, dangerous defa

490
ship

Runs the full ship workflow from a feature branch in one command. Covers merging the base branch, running tests, bumping the version, generating a changelog entry, committing in bisectable chunks, pus

491
skill-creator

A guide for building modular skills that extend AI agent capabilities, focused on Azure SDKs and Microsoft Foundry services. It defines file structure, authentication patterns, test requirements, and

492
skill-creator

A guide for building modular skills that extend AI agent capabilities, focused on Azure SDKs and Microsoft Foundry services. It defines file structure, authentication patterns, test requirements, and

493
skill-creator

A guide for building modular skills that extend AI agent capabilities, focused on Azure SDKs and Microsoft Foundry services. It defines file structure, authentication patterns, test requirements, and

494
slack-gif-creator

Creates animated GIFs sized and optimized for Slack, either as emoji (128x128) or message attachments (480x480). Uses PIL to draw frames from scratch or from uploaded images, with utilities for easing

495
slides

Builds and edits PowerPoint decks (.pptx) using PptxGenJS with a set of bundled helpers for layout, rendering, overflow detection, and font diagnostics. Handles new decks, slide recreation from screen

496
sora

Generates and manages Sora video jobs from text prompts. Covers the full lifecycle: create, edit, extend, poll status, download assets, and run local multi-job queues. Uses a bundled CLI with structur

497
spec-to-code-compliance

Verifies that a smart contract codebase implements exactly what its specification documents describe. It works by extracting intent from whitepapers, design docs, and protocol specs, then mapping each

498
spec-to-implementation

Turns Notion spec pages into structured implementation plans and tasks that Claude can act on directly. Fetches spec content, extracts requirements, creates an implementation plan page, and populates

499
spec-to-implementation

Turns Notion spec pages into structured implementation plans and tasks that Claude can act on directly. Fetches spec content, extracts requirements, creates an implementation plan page, and populates

500
speech

Generates spoken audio from text using the OpenAI Audio API. Supports single clips and batch jobs, with built-in voices and optional delivery instructions for tone, pacing, and emphasis. Uses a bundle

501
spellcheck

Checks a search query for spelling errors and returns corrected alternatives. Designed for pre-search query cleanup or building "Did you mean?" prompts, since Brave's main search endpoints already inc

502
spot

Binance Spot connects to the Binance REST API to place and manage spot orders, query market data, and retrieve account information. It handles HMAC/RSA/Ed25519 request signing automatically and suppor

503
spreadsheet

Handles spreadsheet creation, editing, and analysis for .xlsx, .csv, and .tsv files. Uses openpyxl for formatting-aware Excel work and pandas for data workflows. Recalculates formulas and renders shee

504
static-analysis

Static analysis toolkit combining CodeQL, Semgrep, and SARIF parsing for security vulnerability detection. Covers taint tracking, data flow analysis, and pattern-based scanning across Python, JavaScri

505
stitch-loop

A skill that teaches agents to build multi-page websites using Stitch through a self-sustaining loop. Each iteration reads a task from a baton file, generates a page via Stitch MCP, integrates it into

506
stripe-best-practices

Guides decisions when building Stripe integrations — which API to use (Checkout Sessions vs PaymentIntents vs Setup Intents), how to configure Connect platforms with Accounts v2, and how to set up bil

507
suggest

Provides query autocomplete suggestions through the Brave Search API. Returns suggested completions as users type, with sub-100ms response times and built-in typo tolerance. Rich mode adds entity meta

508
template

A starter scaffold for building new agent skills. It defines the minimal file structure and frontmatter fields required for a skill to be recognized and loaded. Use it as the base when creating a skil

509
terraform-search-import

Discovers existing cloud resources using declarative Terraform Search queries and bulk imports them into Terraform state. Requires Terraform 1.14+ and providers with list resource support. Covers the

510
terraform-stacks

Terraform Stacks adds a configuration layer above traditional Terraform modules for managing infrastructure across multiple environments, regions, and cloud accounts. It introduces two file types (.tf

511
terraform-style-guide

Generates Terraform HCL code following HashiCorp's official style conventions. Covers file organization, naming rules, variable declarations, output formatting, and security defaults. Based directly o

512
terraform-test

Terraform's built-in testing framework for writing and running tests against Terraform configurations. Tests use .tftest.hcl files with run blocks, assert conditions, and optional mock providers to va

513
testing-handbook-skills

A meta-skill that reads the Trail of Bits Application Security Testing Handbook and generates Claude Code skills from it. It covers fuzzers (libFuzzer, AFL++, cargo-fuzz), static analysis tools (Semgr

514
theme-factory

Theme Factory provides 10 pre-built color and font themes for styling artifacts like slides, docs, reports, and HTML pages. Pick a theme from the visual showcase, or describe what you want and it gene

515
tinybird-best-practices

Encodes Tinybird file format rules, SQL constraints, and optimization patterns for datasources, pipes, endpoints, materialized views, and deduplication. Covers the full resource lifecycle from local d

516
tinybird-cli-guidelines

Covers the Tinybird CLI (tb) for local development, deployments, data operations, and workspace management. Includes guidance on the CLI 4.0 workflow with `tb build` and `tb deploy`, token and secrets

517
tinybird-python-sdk-guidelines

Provides coding guidelines for the tinybird-sdk Python package. Covers defining datasources, pipes, endpoints, and connections, plus CLI workflows for dev, build, and deploy. Includes patterns for mat

518
tinybird-typescript-sdk-guidelines

Guidelines for using the @tinybirdco/sdk package to define Tinybird datasources, pipes, and queries in TypeScript with full type inference. Covers typed client setup, data ingestion, endpoint definiti

519
trade

Swaps and trades tokens on the Base network using the CDP Swap API. Supports USDC, ETH, WETH, and arbitrary token contracts with flexible amount formats including dollar notation and atomic units. Let

520
trading-signal

Fetches on-chain Smart Money trading signals from Binance Web3, covering buy/sell direction, trigger price, current price, max gain percentage, and exit rate for tokens on Solana and BSC. Tracks how m

521
transcribe

Transcribes audio files to text using OpenAI's transcription models. Supports plain text output and speaker diarization with known-speaker hints for labeled transcripts. Works via a bundled Python CLI

522
twoFactor

Adds two-factor authentication to Better Auth apps via TOTP authenticator apps, email/SMS OTP codes, and backup codes. Handles the full 2FA lifecycle: enabling, verifying during sign-in, trusting devi

523
typefully

Typefully is a social media drafting and scheduling tool. This skill lets agents create, schedule, publish, and manage posts across X, LinkedIn, Threads, Bluesky, and Mastodon through the Typefully AP

524
ui-test

Runs adversarial UI tests in a real browser by analyzing git diffs or exploring an app freely. It checks functional correctness, accessibility, responsive layout, and UX heuristics, splitting work acr

525
unfreeze

Clears the directory restriction set by /freeze, restoring edit access to all directories in the current session. Works by removing the freeze state file so the registered hooks allow edits everywhere

526
upgrade-stripe

Handles the process of upgrading Stripe API versions, server-side SDKs, Stripe.js, and mobile SDKs. Covers version pinning, breaking change identification, and testing strategies across dynamically an

527
upgrading-expo

Guides upgrading Expo SDK versions step by step, from running install and fix commands to handling breaking changes, deprecated packages, and native cache clearing. Covers SDK 53 through 55+ changes i

528
upgrading-react-native

Handles React Native version upgrades end-to-end: fetching template diffs from rn-diff-purge, updating package.json dependencies, migrating iOS and Android native config, and resolving CocoaPods and G

529
use-dom

expo/use-dom lets you run React web components inside a webview on iOS and Android while rendering them natively on web. Add the 'use dom' directive to a file and it works with web-only libraries like

530
variant-analysis

Variant analysis skill for finding similar vulnerabilities across a codebase after an initial bug is identified. It guides systematic pattern generalization using ripgrep, Semgrep, and CodeQL, moving

531
vercel-deploy

Deploys projects to Vercel from within an agent session. Handles CLI auth, framework detection, and fallback deployment when credentials aren't available. Returns a preview URL by default, with produc

532
vertex-ai-api-dev

Guides development with the Gemini API on Google Cloud Vertex AI using the Gen AI SDK. Covers text generation, multimodal inputs, function calling, structured output, embeddings, context caching, real

533
videos-search

Searches for videos across the web using the Brave Search API. Returns results with titles, URLs, thumbnails, durations, view counts, and creator info. Supports freshness filters, SafeSearch, paginati

534
voltagent-best-practices

Reference guide for VoltAgent architectural patterns and conventions. Covers when to use agents versus workflows, project layout, memory configuration, server providers, and observability setup. Havin

535
voltagent-core-reference

Reference skill for the VoltAgent class in @voltagent/core. Covers constructor options, lifecycle behavior, method signatures, and server/serverless setup patterns. Instead of reading through voltagen

536
voltagent-docs-bundle

Reads VoltAgent documentation bundled inside node_modules/@voltagent/core/docs. Covers API signatures, guides, recipes, observability, workflows, and deployment docs. The bundled copy is version-match

537
web-artifacts-builder

Builds multi-component HTML artifacts for claude.ai using React 18, TypeScript, Tailwind CSS, and shadcn/ui. Handles the full pipeline: project initialization, component development, and bundling ever

538
web-design-guidelines

Fetches the latest web interface guidelines from the Vercel Labs repository and checks your UI code against them. Reports violations in a terse file:line format covering accessibility, UX patterns, an

539
web-perf

Audits web page performance using Chrome DevTools MCP. Measures Core Web Vitals (FCP, LCP, TBT, CLS, Speed Index), traces render-blocking resources, network dependency chains, layout shifts, and cachi

540
web-quality-audit

Runs a web quality audit across performance, accessibility, SEO, and best practices based on Google Lighthouse checks. Categorizes findings by severity and returns specific code-level fixes for each i

541
web-search

Searches the web using Brave's Search API and returns ranked results with snippets, URLs, and thumbnails. Supports freshness filters, SafeSearch, pagination, and Goggles for custom result ranking. Ret

542
webapp-testing

Automates interaction with local web applications using Python Playwright. Handles server lifecycle, DOM inspection, screenshot capture, and browser log collection. Includes helper scripts and example

543
winui-app

Scaffolds, develops, and maintains WinUI 3 desktop applications using C#, the Windows App SDK, and CommunityToolkit components. Covers environment setup, project creation, XAML controls, navigation, t

544
wordpress-router

Classifies a WordPress codebase at the start of a task and routes to the correct workflow or skill. It detects whether the repo is a plugin, classic theme, block theme, Gutenberg block, or WP core che

545
wp-abilities-api

Covers the WordPress Abilities API introduced in WP 6.9, including registering abilities and categories in PHP, exposing them via the `wp-abilities/v1` REST namespace, and consuming them in JavaScript

546
wp-block-development

Covers the full lifecycle of WordPress Gutenberg block development: creating and registering blocks, editing block.json metadata, handling attributes and serialization, adding dynamic rendering via re

547
wp-block-themes

Covers WordPress block theme development: editing theme.json for global settings and styles, building templates and template parts, registering patterns, adding style variations, and debugging Site Ed

548
wp-interactivity-api

Handles WordPress Interactivity API development and debugging. Covers data-wp-* directives, store/state/actions via @wordpress/interactivity, block viewScriptModule integration, and server-side render

549
wp-performance

A backend-only agent skill for diagnosing and fixing WordPress performance problems. Covers profiling with WP-CLI (profile/doctor), database query optimization, autoloaded options, object caching, cro

550
wp-phpstan

Configures and runs PHPStan static analysis in WordPress codebases. Handles phpstan.neon setup, baseline management, WordPress-specific type annotations, and third-party plugin stub integration for pl

551
wp-playground

wp-playground runs disposable WordPress instances in the browser or locally via CLI, using WebAssembly and SQLite. It supports auto-mounting plugins and themes, switching WP and PHP versions, running

552
wp-plugin-development

Guides development of WordPress plugins from initial architecture through release packaging. Covers the full lifecycle: hooks, activation and uninstall routines, Settings API, data storage, cron jobs,

553
wp-project-triage

Inspects a WordPress repository and outputs a structured JSON report describing the project kind, tooling, tests, and version hints. Works with plugins, themes, block themes, WP core, Gutenberg, and f

554
wp-rest-api

Handles everything related to the WordPress REST API layer: registering custom routes and controller classes, validating request arguments with JSON Schema, managing authentication with nonces or appl

555
wp-wpcli-and-ops

Handles WordPress operational tasks via WP-CLI: database exports and imports, URL and domain migrations with search-replace, plugin and theme management, cron inspection, cache flushing, and multisite

556
wpds

Assists with building UI components and interfaces using the WordPress Design System (WPDS). Covers components, design tokens, spacing scales, typography, and color primitives across WordPress context

557
wrangler

Wrangler is the CLI for Cloudflare Workers. It handles local development, deployment, and management of Workers along with their bindings: KV, R2, D1, Vectorize, Queues, Hyperdrive, AI, Containers, Wo

558
x402

Lets you discover and call paid API endpoints using the x402 payment protocol. You search a bazaar of services, check pricing and schemas, then make requests that automatically pay in USDC on Base. In

559
xlsx

Reads, writes, and edits Excel and tabular files (.xlsx, .xlsm, .csv, .tsv). Uses pandas for data analysis and openpyxl for formula and formatting work. Includes LibreOffice-based recalculation to ver

560
yeet

Automates the full Git workflow from staging to pull request in a single command using the GitHub CLI. It creates a branch, commits staged changes, pushes, and opens a draft PR with a structured descr

561
zustand-store-ts

Generates Zustand stores with TypeScript types, subscribeWithSelector middleware, and a clear split between state interfaces and action interfaces. Covers store creation, selector patterns, and subscr