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

CommandWhat it does
ck init [path]Create private local state. Accepts --agent, --command, and optional --scan.
ck setup [agent]Save a repository default launcher.
ck guidePrint 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

CommandWhat 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-codeFind 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

CommandWhat 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 sessionsList recent local sessions. Supports --limit and --json.
ck statsShow current-day activity. Use --week for the prior seven days.
ck statusShow project and continuity state. Supports --json.
ck dashboardStart the local-only activity dashboard. Supports --port.

Utility and telemetry

CommandWhat it does
ck agentsList adapters and their local capabilities.
ck doctorCheck runtime, storage, Git, and detected agents.
ck telemetry statusShow whether optional anonymous telemetry is enabled.
ck telemetry enableOpt in to anonymous installation and daily aggregate telemetry.
ck telemetry syncSend the current aggregate immediately.
ck telemetry disableDisable telemetry and discard unsent local aggregates.