Skip to main content

← All sources

ClickHouse skills

Schema design, query optimization, and data ingestion patterns skills-hub.ai mirrors 9 skills from ClickHouse daily, every skill links back to its upstream GitHub source. Install with one command across Claude Code, Cursor, Codex, Windsurf, and any MCP-compatible tool.

Upstream: github.com/ClickHouse/agent-skills

Installing a ClickHouse skill

Pick a skill below, then run the install command for your AI coding tool. The skills-hub CLI writes the SKILL.md to the right directory and tracks the install in .skills.json so your team gets reproducible installs.

# Install a ClickHouse skill
npx @skills-hub-ai/cli install <skill-slug>

# Browse all ClickHouse skills via API
curl https://skills-hub.ai/api/v1/skills?source=clickhouse

# Browse all sources
open https://skills-hub.ai/sources

Top ClickHouse skills

See all →

The most-installed skills from ClickHouse, ranked by adoption.

  1. 01clickhouse-js-node-coding

    Write idiomatic application code with the ClickHouse Node.js client (`@clickhouse/client`). Use this skill whenever a user is *building* against the Node.js client — configuring the client, pinging, inserting rows in JSON or raw formats, selecting and parsing results, binding query parameters, managing sessions and temporary tables, working with data types or customizing JSON parsing. Do NOT use for browser/Web client code.

    Buildfrom ClickHouse
  2. 02clickhousectl-cloud-deploy

    Use when a user wants to deploy ClickHouse to the cloud, go to production, use ClickHouse Cloud, host a managed ClickHouse service, or migrate from a local ClickHouse setup to ClickHouse Cloud.

    Buildfrom ClickHouse
  3. 03clickhouse-architecture-advisor

    MUST USE when designing ClickHouse architectures, selecting between ingestion or modeling patterns, or translating best practices into workload-specific system designs. Complements clickhouse-best-practices with decision frameworks and explicit provenance labels.

    Buildfrom ClickHouse
  4. 04clickhouse-best-practices

    MUST USE when reviewing ClickHouse schemas, queries, or configurations. Contains 31 rules that MUST be checked before providing recommendations. Always read relevant rule files and cite specific rules in responses.

    Datafrom ClickHouse
  5. 05clickhousectl-local-dev

    Use when a user wants to build an application with ClickHouse, set up a local ClickHouse development environment, install ClickHouse, create a local server, create tables, or start developing with ClickHouse. Covers the full flow from zero to a working local ClickHouse setup.

    Buildfrom ClickHouse
  6. 06clickhouse-js-node-troubleshooting

    Troubleshoot and resolve common issues with the ClickHouse Node.js client (@clickhouse/client). Use this skill whenever a user reports errors, unexpected behavior, or configuration questions involving the Node.js client specifically — including socket hang-up errors, Keep-Alive problems, stream handling issues, data type mismatches, read-only user restrictions, proxy/TLS setup problems, or long-running query timeouts. Trigger even when the user hasn't precisely named the issue; vague symptoms like "my inserts keep failing" or "connection drops randomly" in a Node.js context are strong signals to use this skill. Do NOT use for browser/Web client issues.

    Buildfrom ClickHouse
  7. 07clickhouse-managed-postgres-rca

    MUST USE when investigating performance issues on a ClickHouse-managed Postgres instance. Provides an evidence-based RCA workflow that scrapes the Prometheus endpoint for system signal, pulls per-digest evidence from the Slow Query Patterns API, and recommends (does not apply) a fix.

    Buildfrom ClickHouse
  8. 08chdb-datastore

    Drop-in pandas replacement with ClickHouse performance. Use `import chdb.datastore as pd` (or `from datastore import DataStore`) and write standard pandas code — same API, 10-100x faster on large datasets. Supports 16+ data sources (MySQL, PostgreSQL, S3, MongoDB, ClickHouse, Iceberg, Delta Lake, etc.) and 10+ file formats (Parquet, CSV, JSON, Arrow, ORC, etc.) with cross-source joins. Use this skill when the user wants to analyze data with pandas-style syntax, speed up slow pandas code, query remote databases or cloud storage as DataFrames, or join data across different sources — even if they don't explicitly mention chdb or DataStore. Do NOT use for raw SQL queries, ClickHouse server administration, or non-Python languages.

    Buildfrom ClickHouse
  9. 09chdb-sql

    In-process ClickHouse SQL engine for Python — run ClickHouse SQL queries directly on local files, remote databases, and cloud storage without a server. Use when the user wants to write SQL queries against Parquet/CSV/ JSON files, use ClickHouse table functions (mysql(), s3(), postgresql(), iceberg(), deltaLake() etc.), build stateful analytical pipelines with Session, use parametrized queries, window functions, or other advanced ClickHouse SQL features. Also use when the user explicitly mentions chdb.query(), ClickHouse SQL syntax, or wants cross-source SQL joins. Do NOT use for pandas-style DataFrame operations — use chdb-datastore instead.

    Buildfrom ClickHouse

About this source

skills-hub.ai mirrors skills from 90+ official GitHub repositories every day. Each imported skill is parsed from a SKILL.md file in the source repo, gets a security scan and quality score on import, and links back to its upstream source of truth.

Last sync: Jun 14, 2026, 4:05 PM (success).

ClickHouse skills, frequently asked

What are ClickHouse skills?

ClickHouse skills are AI coding skills published by ClickHouse (Schema design, query optimization, and data ingestion patterns) and mirrored daily on skills-hub.ai. They are SKILL.md files that follow the open Agent Skills standard, so they work in Claude Code, Cursor, Codex CLI, Windsurf, Copilot, and any MCP-compatible tool.

How many ClickHouse skills are available?

skills-hub.ai indexes 9 skills from ClickHouse, synced daily from the upstream GitHub repository (https://github.com/ClickHouse/agent-skills).

How do I install a ClickHouse skill?

Run `npx @skills-hub-ai/cli install <skill-slug>` in your project. The CLI writes the SKILL.md to the right directory for your AI tool and adds it to your `.skills.json` lockfile so your team gets the same skills at the same versions.

Are these official ClickHouse skills?

Yes. Every skill from this source is mirrored from ClickHouse's own GitHub repository (https://github.com/ClickHouse/agent-skills). Each skill page links back to the upstream source of truth, so you can verify the original.