Reference
Command reference
A concise reference for every public ClaudeKit CLI command in the current release.
Add --json to commands that support machine-readable output. Use --no-color or NO_COLOR=1 to disable terminal color, and --no-animations to disable the spinner.
Start and launch
| Command | What it does |
|---|---|
| ck init [path] | Create private local state. Accepts --agent, --command, and optional --scan. |
| ck setup [agent] | Save a repository default launcher. |
| ck guide | Print the first-run workflow and command directory. |
| ck claude [args...] | Launch and track Claude Code. |
| ck codex [args...] | Launch and track Codex. |
| ck antigravity [args...] | Launch and track Antigravity CLI. |
| ck gemini [args...] | Launch and track Gemini CLI for supported enterprise or API configurations. |
| ck opencode [args...] | Launch and track OpenCode. |
| ck run <command> [args...] | Track another local command unchanged. |
Context and analysis
| Command | What it does |
|---|---|
| ck context <task> | Pack relevant local code. Supports --budget and --json. |
| ck impact <path> | Show static import dependents. Supports --depth and --json. |
| ck dead-code | Find conservative unused-file candidates. Supports --json. |
| ck workspace scan [path] | Build and save a local graph across sibling Git repositories. |
| ck workspace graph [path] | Print the last locally saved workspace graph. |
| ck workspace dead-code [path] | Refresh the workspace graph and find conservative candidates. |
Continuity and activity
| Command | What it does |
|---|---|
| ck switch <agent> | Create a local handoff and continue where supported. Use --print to inspect only. |
| ck checkpoint <task> --note "..." | Write an explicit local Markdown checkpoint. |
| ck resume [task] | Print the latest matching local checkpoint. |
| ck sessions | List recent local sessions. Supports --limit and --json. |
| ck stats | Show current-day activity. Use --week for the prior seven days. |
| ck status | Show project and continuity state. Supports --json. |
| ck dashboard | Start the local-only activity dashboard. Supports --port. |
Utility and telemetry
| Command | What it does |
|---|---|
| ck agents | List adapters and their local capabilities. |
| ck doctor | Check runtime, storage, Git, and detected agents. |
| ck telemetry status | Show whether optional anonymous telemetry is enabled. |
| ck telemetry enable | Opt in to anonymous installation and daily aggregate telemetry. |
| ck telemetry sync | Send the current aggregate immediately. |
| ck telemetry disable | Disable telemetry and discard unsent local aggregates. |