mcpbeat Sign in

Claude Skills

The open format is called Agent Skills and works in Claude Code, Codex, Cursor and other agents — most people know it as Claude Skills.

Every Agent Skill we could find on GitHub, deduplicated by content. 79 404 files from 1 741 authors, of which 61 763 are unique — the rest is the same skill repackaged into someone else's repository. For each one: what it weighs in tokens, whether it ships runnable scripts, and which MCP servers it needs.

61 763
unique skills
out of 79 404 files found on GitHub
17 641
are copies
same content, someone else's repository
1 737
tokens, median
what a typical skill costs you in context
7 882
name collisions
two skills with one name cannot sit side by side

54 541–54 600 of 61 763

page 910 of 1 030
Clickhouse Hello World
by ComeOnOliver

| Create your first ClickHouse table, insert data, and run analytical queries. Use when starting a new ClickHouse project, learning MergeTree basics, or testing your ClickHouse connection with real operations. "clickhouse quick start", "create clickhouse table", "clickhouse example".

1k tokens
Clickhouse Incident Runbook
by ComeOnOliver

| ClickHouse incident response — triage, diagnose, and remediate server issues using system tables, kill stuck queries, and execute recovery procedures. Use when ClickHouse is slow, unresponsive, or producing errors in production. "clickhouse emergency", "clickhouse on-call", "clickhouse broken".

2k tokens
Clickhouse Install Auth
by ComeOnOliver

| Install @clickhouse/client and configure authentication to ClickHouse Cloud or self-hosted. Use when setting up a new ClickHouse project, configuring connection strings, or initializing the official Node.js client. "connect to clickhouse", "clickhouse credentials".

1k tokens
Clickhouse Local Dev Loop
by ComeOnOliver

| Run ClickHouse locally with Docker, configure test fixtures, and iterate fast. Use when setting up a local ClickHouse dev environment, writing integration tests, or running ClickHouse in Docker Compose. "run clickhouse locally", "clickhouse docker compose".

2k tokens
Clickhouse Migration Deep Dive
by ComeOnOliver

| Execute ClickHouse schema migrations — ALTER TABLE operations, data migration between engines, versioned migration runners, and zero-downtime schema changes. Use when modifying ClickHouse schemas, migrating data between tables, or implementing versioned migration workflows. "migrate clickhouse", "clickhouse add column", "clickhouse schema migration".

2k tokens
Clickhouse Multi Env Setup
by ComeOnOliver

| Configure ClickHouse across dev, staging, and production with environment-specific settings, secrets management, and infrastructure-as-code patterns. Use when setting up per-environment ClickHouse instances, managing connection configs, or deploying to multiple environments. "clickhouse multi-env", "clickhouse environment config", "clickhouse staging setup".

2k tokens
Clickhouse Observability
by ComeOnOliver

| Monitor ClickHouse with Prometheus metrics, Grafana dashboards, system table queries, and alerting for query performance, merge health, and resource usage. Use when setting up ClickHouse monitoring, building Grafana dashboards, or configuring alerts for production ClickHouse deployments. "clickhouse observability", "monitor clickhouse", "clickhouse Prometheus".

2k tokens
Clickhouse Performance Tuning
by ComeOnOliver

| Optimize ClickHouse query performance with indexing, projections, settings tuning, and query analysis using system tables. Use when queries are slow, investigating performance bottlenecks, or tuning ClickHouse server settings. "clickhouse indexing", "clickhouse tuning", "clickhouse projections".

2k tokens
Clickhouse Prod Checklist
by ComeOnOliver

| Production readiness checklist for ClickHouse — server tuning, backup, monitoring, and deployment verification. Use when launching a ClickHouse deployment, doing go-live reviews, or auditing production readiness. "production clickhouse", "clickhouse prod ready".

2k tokens
Clickhouse Rate Limits
by ComeOnOliver

| Configure ClickHouse query concurrency, memory quotas, and connection limits. Use when hitting "too many simultaneous queries", managing concurrent users, or tuning server-side resource limits. "too many simultaneous queries", "clickhouse connection limit".

2k tokens
Clickhouse Reference Architecture
by ComeOnOliver

| Production reference architecture for ClickHouse-backed applications — project layout, data flow, multi-tenant patterns, and operational topology. Use when designing new ClickHouse systems, reviewing architecture, or establishing standards for ClickHouse integrations. "clickhouse design", "clickhouse multi-tenant", "clickhouse reference".

3k tokens
Clickhouse SDK Patterns
by ComeOnOliver

| Production-ready patterns for @clickhouse/client — streaming inserts, typed queries, error handling, and connection management. Use when building robust ClickHouse integrations, implementing streaming, or establishing team coding standards. "clickhouse best practices", "clickhouse streaming insert".

2k tokens
Clickhouse Security Basics
by ComeOnOliver

| Secure ClickHouse with user management, network restrictions, TLS, and audit logging. Use when hardening a ClickHouse deployment, creating restricted users, or configuring network-level access controls. "clickhouse TLS", "clickhouse access control", "clickhouse firewall".

2k tokens
Clickhouse Upgrade Migration
by ComeOnOliver

| Upgrade ClickHouse server versions and @clickhouse/client SDK safely. Use when upgrading ClickHouse, handling breaking changes between versions, or migrating from older client libraries. "clickhouse breaking changes", "new clickhouse version".

2k tokens
Clickhouse Webhooks Events
by ComeOnOliver

| Ingest data into ClickHouse from webhooks, Kafka, and streaming sources with batching, dedup, and exactly-once patterns. Use when building data ingestion pipelines, consuming webhook payloads, or integrating Kafka topics into ClickHouse. "stream data to clickhouse", "clickhouse data pipeline".

2k tokens
Clickup CI Integration
by ComeOnOliver

| Set up CI/CD pipelines for ClickUp API integrations with GitHub Actions, automated testing, and task status sync. "CI clickup integration", "clickup pipeline", "clickup CI/CD".

1k tokens
Clickup Common Errors
by ComeOnOliver

| Diagnose and fix ClickUp API v2 errors by HTTP status and error code. Use when encountering ClickUp API errors, debugging failed requests, or troubleshooting OAUTH_* error codes, 401s, 429s, and 500s. "clickup 401", "clickup 429", "OAUTH error", "debug clickup API".

1k tokens
Clickup Core Workflow A
by ComeOnOliver

| assignees, priorities, due dates, subtasks, and statuses. "manage clickup tasks", "clickup CRUD", "clickup task management".

1k tokens
Clickup Core Workflow B
by ComeOnOliver

| Manage ClickUp workspaces, spaces, folders, lists, and views via API v2. Use when creating project structures, organizing spaces and lists, or managing the ClickUp hierarchy programmatically. "create clickup space", "organize clickup workspace", "clickup hierarchy".

1k tokens
Clickup Cost Tuning
by ComeOnOliver

| Optimize ClickUp API usage costs through plan selection, request reduction, caching, and usage monitoring. "clickup pricing", "clickup plan comparison", "clickup API usage".

1k tokens
Clickup Data Handling
by ComeOnOliver

| Handle ClickUp data exports, PII redaction, GDPR compliance, and data retention for ClickUp API integrations. "clickup privacy", "clickup CCPA", "clickup data export".

2k tokens
Clickup Debug Bundle
by ComeOnOliver

| Collect ClickUp API diagnostic information for troubleshooting and support. Use when encountering persistent issues, preparing support tickets, or collecting API connectivity and rate limit diagnostics. "collect clickup logs", "clickup health check".

2k tokens
Clickup Deploy Integration
by ComeOnOliver

| Deploy ClickUp API integrations to Vercel, Fly.io, and Cloud Run with secure secrets management and health checks. "clickup Cloud Run", "clickup Fly.io", "clickup hosting".

1k tokens
Clickup Enterprise Rbac
by ComeOnOliver

| Implement ClickUp Enterprise SSO, OAuth 2.0 multi-workspace access, role-based permissions, and organization management via API v2. "clickup roles", "clickup permissions", "clickup OAuth app", "clickup multi-workspace".

2k tokens
Clickup Hello World
by ComeOnOliver

| Use when starting a new ClickUp integration, testing your setup, or learning the ClickUp hierarchy (Workspace > Space > Folder > List > Task). "test clickup API", "create clickup task".

1k tokens
Clickup Incident Runbook
by ComeOnOliver

| and postmortem for API failures and integration outages. "clickup on-call", "clickup emergency", "clickup API broken".

2k tokens
Clickup Install Auth
by ComeOnOliver

| Set up ClickUp API v2 authentication with personal tokens or OAuth 2.0. Use when configuring a new ClickUp integration, setting up API access, or initializing OAuth flows for multi-user apps. "clickup OAuth", "configure clickup credentials".

1k tokens
Clickup Local Dev Loop
by ComeOnOliver

| Set up local development for ClickUp API integrations with testing, mocking, and hot reload. "develop with clickup", "clickup testing setup", "mock clickup API".

1k tokens
Clickup Migration Deep Dive
by ComeOnOliver

| Migrate to ClickUp from other project management tools (Jira, Asana, Trello) or migrate data between ClickUp workspaces using API v2. "asana to clickup", "trello to clickup", "clickup data migration", "move tasks to clickup", "clickup import".

2k tokens
Clickup Multi Env Setup
by ComeOnOliver

| Configure ClickUp API access across dev, staging, and production environments with per-environment tokens and workspace isolation. "clickup environment setup", "clickup config by env", "clickup multi-env".

1k tokens
Clickup Observability
by ComeOnOliver

| Monitor ClickUp API integrations with metrics, tracing, structured logging, and alerting using Prometheus, OpenTelemetry, and Grafana. "monitor clickup", "clickup alerts", "clickup tracing", "clickup dashboard".

2k tokens
Clickup Performance Tuning
by ComeOnOliver

| Optimize ClickUp API v2 performance with caching, pagination, connection pooling, and request batching patterns. "clickup caching", "clickup slow", "clickup batch requests", "clickup pagination".

1k tokens
Clickup Prod Checklist
by ComeOnOliver

| Production readiness checklist for ClickUp API v2 integrations covering auth, rate limits, error handling, monitoring, and rollback. "clickup prod ready", "deploy clickup to production".

1k tokens
Clickup Rate Limits
by ComeOnOliver

| Handle ClickUp API rate limits with backoff, queuing, and header monitoring. Use when hitting 429 errors, implementing retry logic, or optimizing API throughput against ClickUp's per-plan rate limits. "clickup retry", "clickup backoff", "clickup request queue".

1k tokens
Clickup Reference Architecture
by ComeOnOliver

| Production architecture for ClickUp API v2 integrations with layered design, custom fields, time tracking, goals, and two-way sync patterns. "clickup custom fields", "clickup time tracking", "clickup goals API".

2k tokens
Clickup SDK Patterns
by ComeOnOliver

| Production-ready ClickUp API v2 client patterns with typed wrappers, error handling, caching, and multi-tenant support. "clickup typescript client", "clickup API wrapper", "production clickup code".

2k tokens
Clickup Security Basics
by ComeOnOliver

| Secure ClickUp API tokens, implement least-privilege access, and audit usage. Use when securing API keys, rotating tokens, configuring per-environment credentials, or auditing ClickUp API access patterns. "clickup API key rotation", "clickup access audit".

1k tokens
Clickup Upgrade Migration
by ComeOnOliver

| Migrate between ClickUp API versions (v2 to v3) and handle breaking changes. Use when upgrading API versions, adapting to endpoint changes, or migrating between ClickUp plan tiers. "clickup API migration", "clickup deprecation".

1k tokens
Clickup Webhooks Events
by ComeOnOliver

| Create and manage ClickUp webhooks for real-time event notifications. Use when setting up webhook listeners for task/list/space events, implementing two-way sync, or handling ClickUp event payloads. "clickup real-time", "clickup event listener", "clickup webhook create".

2k tokens
Optimizing Cloud Costs
by ComeOnOliver

| This skill enables Claude to analyze and optimize cloud costs. It identifies areas for potential savings, generates cost reports, and suggests configuration changes to reduce expenses. Use this skill when the user asks to "optimize cloud costs", "reduce cloud spending", "generate a cost report", or similar requests related to cloud resource expenses. It is especially useful when the user provides details about their cloud environment (e.g., AWS, Azure, GCP). The skill leverages best practices for cost optimization and provides production-ready configurations.

756 tokens
Cloud Function Generator
by ComeOnOliver

| Cloud Function Generator - Auto-activating skill for GCP Skills. Part of the GCP Skills skill category.

323 tokens
Cloud Logging Sink Setup
by ComeOnOliver

| Cloud Logging Sink Setup - Auto-activating skill for GCP Skills. Part of the GCP Skills skill category.

323 tokens
Cloud Monitoring Alert
by ComeOnOliver

| Cloud Monitoring Alert - Auto-activating skill for GCP Skills. Part of the GCP Skills skill category.

317 tokens
Cloud Run Service Config
by ComeOnOliver

| Cloud Run Service Config - Auto-activating skill for GCP Skills. Part of the GCP Skills skill category.

323 tokens
Cloud Scheduler Job Creator
by ComeOnOliver

| Cloud Scheduler Job Creator - Auto-activating skill for GCP Skills. Part of the GCP Skills skill category.

332 tokens
Cloud Security Posture
by ComeOnOliver

| Cloud Security Posture - Auto-activating skill for Security Advanced. Part of the Security Advanced skill category.

329 tokens
Cloud SQL Instance Setup
by ComeOnOliver

| Cloud Sql Instance Setup - Auto-activating skill for GCP Skills. Part of the GCP Skills skill category.

323 tokens
Cloud Tasks Queue Setup
by ComeOnOliver

| Cloud Tasks Queue Setup - Auto-activating skill for GCP Skills. Part of the GCP Skills skill category.

320 tokens
Cloudformation Template Creator
by ComeOnOliver

| Cloudformation Template Creator - Auto-activating skill for AWS Skills. Part of the AWS Skills skill category.

343 tokens
Cloudfront Distribution Setup
by ComeOnOliver

| Cloudfront Distribution Setup - Auto-activating skill for AWS Skills. Part of the AWS Skills skill category.

337 tokens
Cloudwatch Alarm Creator
by ComeOnOliver

| Cloudwatch Alarm Creator - Auto-activating skill for AWS Skills. Part of the AWS Skills skill category.

322 tokens
Running Clustering Algorithms
by ComeOnOliver

| This skill enables Claude to execute clustering algorithms on datasets. It is used when the user requests to perform clustering, identify groups within data, or analyze data structure. The skill supports algorithms like K-means, DBSCAN, and hierarchical clustering. Claude should use this skill when the user explicitly asks to "run clustering," "perform a cluster analysis," or "group data points" and provides a dataset or a way to access one. The skill also handles data validation, error handling, performance metrics, and artifact saving.

853 tokens
Code Documentation Analyzer
by ComeOnOliver

| Code Documentation Analyzer - Auto-activating skill for Technical Documentation. Part of the Technical Documentation skill category.

350 tokens
Code Formatter
by ComeOnOliver

| Execute automatically formats and validates code files using Prettier and other formatting tools. Use when users mention "format my code", "fix formatting", "apply code style", "check formatting", "make code consistent", or "clean up code formatting". Handles JavaScript, TypeScript, JSON, CSS, Markdown, and many other file types. Trigger with relevant phrases based on skill purpose.

1k tokens
Code Injection Detector
by ComeOnOliver

| Code Injection Detector - Auto-activating skill for Security Fundamentals. Part of the Security Fundamentals skill category.

340 tokens
Code Of Conduct Generator
by ComeOnOliver

| Code Of Conduct Generator - Auto-activating skill for Technical Documentation. Part of the Technical Documentation skill category.

344 tokens
Code Splitting Helper
by ComeOnOliver

| Code Splitting Helper - Auto-activating skill for Frontend Development. Part of the Frontend Development skill category.

325 tokens
Coderabbit CI Integration
by ComeOnOliver

| Configure CodeRabbit as a CI gate with GitHub Actions, branch protection, and review enforcement. Use when setting up CodeRabbit as a required check, gating merges on review approval, or integrating CodeRabbit status into your CI pipeline. Trigger with phrases like "coderabbit CI", "coderabbit GitHub Actions", "coderabbit required check", "coderabbit merge gate", "coderabbit CI pipeline".

2k tokens
Coderabbit Common Errors
by ComeOnOliver

| Diagnose and fix CodeRabbit common errors and configuration issues. Use when CodeRabbit is not reviewing PRs, posting duplicate comments, ignoring configuration, or behaving unexpectedly. Trigger with phrases like "coderabbit error", "fix coderabbit", "coderabbit not working", "debug coderabbit", "coderabbit broken".

2k tokens
Coderabbit Core Workflow A
by ComeOnOliver

| Use when setting up automated code reviews on pull requests, configuring review behavior, or establishing the core CodeRabbit review loop. Trigger with phrases like "coderabbit review workflow", "coderabbit PR review", "coderabbit auto review", "configure coderabbit reviews".

2k tokens

Claude Skills — questions

Answers built from the skills we actually parsed.

What is a Claude Skill?
A folder with a SKILL.md file: instructions that teach an agent to do one thing well, optionally with scripts and reference files alongside. The format is open and called Agent Skills — Claude Code, Codex and other agents read the same files. It is not a program you run; it is knowledge the agent loads when the task calls for it.
How is a skill different from an MCP server?
A server gives the agent new abilities — it connects to something and exposes tools. A skill gives the agent knowledge: how to use what it already has. They combine, and often literally: 11 329 of the skills here declare which MCP servers they need to work.
Why are there fewer skills here than in other catalogues?
Because we deduplicate by content. Of 79 404 files found on GitHub, 61 763 are unique — the rest is the same skill copied into someone else's repository, word for word. Catalogues that count files rather than skills show every copy as a separate entry.
What does the token count mean?
A skill is loaded into the model's context when it is used, so its size is a running cost on every request that touches it. We measure the whole folder, not just SKILL.md: one official skill is 377 tokens, another drags 83 files of fonts behind it.
How do I install a skill?
Copy the skill folder into ~/.claude/skills for personal use, or into .claude/skills inside a project. The agent picks it up by the name in the SKILL.md header — which is worth checking: 7 882 skills here share a name with another skill, and two of them cannot sit side by side.