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.
| 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".
| 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".
| 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".
| 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".
| 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".
| 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".
| 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".
| 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".
| 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".
| 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".
| 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".
| 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".
| 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".
| 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".
| 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".
| 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".
| 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".
| assignees, priorities, due dates, subtasks, and statuses. "manage clickup tasks", "clickup CRUD", "clickup task management".
| 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".
| Optimize ClickUp API usage costs through plan selection, request reduction, caching, and usage monitoring. "clickup pricing", "clickup plan comparison", "clickup API usage".
| Handle ClickUp data exports, PII redaction, GDPR compliance, and data retention for ClickUp API integrations. "clickup privacy", "clickup CCPA", "clickup data export".
| 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".
| 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".
| 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".
| 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".
| and postmortem for API failures and integration outages. "clickup on-call", "clickup emergency", "clickup API broken".
| 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".
| Set up local development for ClickUp API integrations with testing, mocking, and hot reload. "develop with clickup", "clickup testing setup", "mock clickup API".
| 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".
| 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".
| Monitor ClickUp API integrations with metrics, tracing, structured logging, and alerting using Prometheus, OpenTelemetry, and Grafana. "monitor clickup", "clickup alerts", "clickup tracing", "clickup dashboard".
| Optimize ClickUp API v2 performance with caching, pagination, connection pooling, and request batching patterns. "clickup caching", "clickup slow", "clickup batch requests", "clickup pagination".
| Production readiness checklist for ClickUp API v2 integrations covering auth, rate limits, error handling, monitoring, and rollback. "clickup prod ready", "deploy clickup to production".
| 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".
| 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".
| 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".
| 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".
| 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".
| 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".
| 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.
| Cloud Function Generator - Auto-activating skill for GCP Skills. Part of the GCP Skills skill category.
| Cloud Logging Sink Setup - Auto-activating skill for GCP Skills. Part of the GCP Skills skill category.
| Cloud Monitoring Alert - Auto-activating skill for GCP Skills. Part of the GCP Skills skill category.
| Cloud Run Service Config - Auto-activating skill for GCP Skills. Part of the GCP Skills skill category.
| Cloud Scheduler Job Creator - Auto-activating skill for GCP Skills. Part of the GCP Skills skill category.
| Cloud Security Posture - Auto-activating skill for Security Advanced. Part of the Security Advanced skill category.
| Cloud Sql Instance Setup - Auto-activating skill for GCP Skills. Part of the GCP Skills skill category.
| Cloud Tasks Queue Setup - Auto-activating skill for GCP Skills. Part of the GCP Skills skill category.
| Cloudformation Template Creator - Auto-activating skill for AWS Skills. Part of the AWS Skills skill category.
| Cloudfront Distribution Setup - Auto-activating skill for AWS Skills. Part of the AWS Skills skill category.
| Cloudwatch Alarm Creator - Auto-activating skill for AWS Skills. Part of the AWS Skills skill category.
| 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.
| Code Documentation Analyzer - Auto-activating skill for Technical Documentation. Part of the Technical Documentation skill category.
| 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.
| Code Injection Detector - Auto-activating skill for Security Fundamentals. Part of the Security Fundamentals skill category.
| Code Of Conduct Generator - Auto-activating skill for Technical Documentation. Part of the Technical Documentation skill category.
| Code Splitting Helper - Auto-activating skill for Frontend Development. Part of the Frontend Development skill category.
| 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".
| 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".
| 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".
Answers built from the skills we actually parsed.