Walks you through spinning up ClickHouse locally from zero to working tables. Installs clickhousectl, downloads the binary, starts a background server in your project directory, and sets up a folder structure for tables, materialized views, and seed data. Covers the full init flow including schema application and verification queries. Good for when you need an analytical database locally and want the opinionated happy path instead of reading docs. The step-by-step is thorough enough that you won't get stuck on PATH issues or wonder where your data lives.
npx skills add https://github.com/clickhouse/agent-skills --skill clickhousectl-local-dev