Skip to main content

← All sources

ClickHouse skills

Schema design, query optimization, and data ingestion patterns skills-hub.ai mirrors 6 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. 01clickhousectl-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
  2. 02chdb-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
  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. 04chdb-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
  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

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: Apr 30, 2026, 10:07 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 6 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.