chkit
Installation
SKILL.md
chkit — ClickHouse Schema & Migration Toolkit
chkit lets you define ClickHouse schemas in TypeScript, generate migrations automatically, detect drift, and run CI checks from a single CLI.
Docs: https://chkit.obsessiondb.com
Configuration
All chkit projects have a clickhouse.config.ts at the project root:
import { defineConfig } from '@chkit/core'