Getting Started
Prerequisites
Section titled “Prerequisites”- Bun
1.3.5+ - A ClickHouse endpoint
Install
Section titled “Install”bun installbun run buildbun run chkit --helpQuick Start
Section titled “Quick Start”bun run chkit initbun run chkit generate --name initbun run chkit migratebun run chkit migrate --applybun run chkit statusbun run chkit checkAI Agent Skill
Section titled “AI Agent Skill”Install the chkit agent skill so AI coding assistants (Claude Code, Cursor, GitHub Copilot, Codex) understand chkit commands, schema DSL, and workflows:
npx skills add obsessiondb/chkitThis installs the skill into your project’s agent configuration directory (e.g. .claude/skills/chkit/).
- Continue to CLI Overview
- Continue to Config Overview
- Continue to Schema DSL Reference