ClickHouse/clickhousectl-local-dev — Agent Skills | officialskills.sh
Back to skills

clickhousectl-local-dev

officialdata

Spins up a local ClickHouse development environment from zero using clickhousectl.

Setup & Installation

npx skills add https://github.com/clickhouse/agent-skills --skill clickhousectl-local-dev
or paste the link and ask your coding assistant to install it
https://github.com/clickhouse/agent-skills/tree/main/skills/clickhousectl-local-dev
View on GitHub

What This Skill Does

Covers the full flow from zero to a working local ClickHouse setup with clickhousectl: install ClickHouse, create a local server, create tables, and start developing an application against it.

Removes the friction of setting up ClickHouse manually by providing an opinionated, scripted workflow that gets you from nothing to a usable local environment quickly.

When to use it

  • Bootstrapping a new project that needs a local ClickHouse instance
  • Installing ClickHouse and creating a first server for local development
  • Creating initial tables and running first queries on a new setup
  • Onboarding a new engineer onto a ClickHouse-backed codebase
  • Reproducing a production schema locally for debugging