
clickhouse-best-practices
✓ Official★ 482Claude Code plugin · clickhouse/agent-skills · Apache-2.0
28 best practice rules for ClickHouse schema design, query optimization, and data ingestion — prioritized by impact
10 skills — installs as one unit
⌁ skills (6)
chdb-datastore
🔥🔥🔥🔥✓ VerifiedDataStore is a lazy, ClickHouse-backed pandas replacement . Your existing pandas code works unchanged — but operations compile to optimized SQL and execute only when results are needed (e.g., print() , len() , iteration).
Full instructions & audit →chdb-sql
🔥🔥🔥🔥✓ VerifiedRun ClickHouse SQL directly in Python — no server needed. Query local files, remote databases, and cloud storage with full ClickHouse SQL power.
Full instructions & audit →clickhouse-architecture-advisor
🔥🔥🔥🔥✓ VerifiedMUST USE when designing ClickHouse architectures, selecting between ingestion or modeling patterns, or translating best practices into workload-specific system…
Full instructions & audit →clickhouse-best-practices
🔥🔥🔥🔥✓ Verified28 ClickHouse best practices rules organized by schema design, query optimization, and data ingestion strategy. Covers three critical areas: primary key and data type selection (immutable design decisions), JOIN and query optimization, and insert batching with mutation avoidance Includes 28 rules prioritized by impact, with schema design and query optimization rules marked CRITICAL due to ClickHouse's columnar storage and sparse index mechanics Provides structured review procedures for...
Full instructions & audit →clickhousectl-cloud-deploy
🔥🔥🔥✓ VerifiedUse 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…
Full instructions & audit →clickhousectl-local-dev
🔥🔥🔥✓ VerifiedUse when a user wants to build an application with ClickHouse, set up a local ClickHouse development environment, install ClickHouse, create a local server,…
Full instructions & audit →28 best practice rules for ClickHouse schema design, query optimization, and data ingestion — prioritized by impact
In Claude Code, add the marketplace and install:
/plugin marketplace add clickhouse/agent-skills/plugin install clickhouse-best-practicesOne install gets you everything — 10 skills — kept up to date together.
Licensed under Apache-2.0— you can use, modify, and redistribute it under that license's terms.
View the full license file on GitHub →