
clickhouse / agent-skills
✓ Official★ 482A skill package that teaches your agent 6 capabilities — every one documented and browsable below, no GitHub required · by clickhouse.
Each skill below is one capability this package teaches your agent. Install the whole package, or open a skill to install just that one.
DataStore 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).
10 files — installable on its own
Run ClickHouse SQL directly in Python — no server needed. Query local files, remote databases, and cloud storage with full ClickHouse SQL power.
11 files — installable on its own
MUST USE when designing ClickHouse architectures, selecting between ingestion or modeling patterns, or translating best practices into workload-specific system…
19 files — installable on its own
28 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...
38 files — installable on its own
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…
2 files — installable on its own
Use when a user wants to build an application with ClickHouse, set up a local ClickHouse development environment, install ClickHouse, create a local server,…
2 files — installable on its own
Package documentation is syncing from GitHub — check back shortly. Meanwhile, every skill in the Skills tab carries its own full instructions.
Install the whole package (6 skills):
npx skills add https://github.com/clickhouse/agent-skillsOr install a single skill:
npx skills add https://github.com/clickhouse/agent-skills --skill <name>Pick the skill name from the Skills tab — each entry there installs independently.