ClickHouse

The leading database for AI

9 skills
agent-skills4518 skills

The official Agent Skills for ClickHouse and ClickHouse Cloud

Audit ClickHouse queries and schemas
Passed all 3 security checks
Reviews your ClickHouse setup against 31 production rules, surfacing performance bottlenecks, data-modeling issues, and configuration risks with specific fixes.
Engineering / code-reviewatomicfor-engineers
·4473.7k
Design a ClickHouse system that fits your data load
Passed all 3 security checks
Asks about your data volume, query patterns, and latency needs, then recommends a specific table schema, ingestion method, and compression strategy with trade-offs explained.
Engineering / planning-thinkingatomicfor-engineers
·4471.2k
Spin up a local ClickHouse dev environment
Passed all 3 security checks
Scaffolds a working ClickHouse instance on your machine with tables, sample data, and the boilerplate code to start querying. Skips the documentation hunt.
Engineering / pipelines-dataatomicfor-engineers
·447878
Run SQL on any data source instantly
Passed all 3 security checks
Query a CSV, Parquet, JSON file, S3 bucket, or remote database (Postgres, MySQL, MongoDB, ClickHouse) with SQL — no server setup, no data upload needed.
Operations / process-automationatomicfor-ops
·447824
Query large datasets without slowing down
Passed all 3 security checks
Swaps your slow pandas queries for a ClickHouse engine underneath — same API, same commands, but runs aggregations and joins on millions of rows in seconds.
Engineering / pipelines-dataatomicfor-engineers
·447787
Deploy ClickHouse to managed cloud
Passed all 3 security checks
Guides you through spinning up a ClickHouse Cloud instance, migrating data from local ClickHouse, configuring access, and validating the production setup end-to-end.
Engineering / pipelines-datafor-engineerslight-setup
·447741
Fix Node.js ClickHouse client errors fast
Passed all 3 security checks
Diagnoses socket hang-ups, Keep-Alive failures, and config mishaps in the @clickhouse/client library. Maps the error to a root cause and a tested fix.
Engineering / debugging-investigationatomicfor-engineers
·44725
Write Node.js code that talks to ClickHouse
Passed all 3 security checks
Generates idiomatic queries, inserts, and client setup using the ClickHouse Node.js library. Handles JSON ingestion, result parsing, and connection pooling patterns.
Engineering / code-reviewatomicfor-engineers
·44720