CLI commands
ak kit install-path
Print the resolved OS install path for a kit
ak kit install-path
Print the resolved OS install path for a kit
Synopsis
What it does:
Print the canonical install path where ak kit init would place the kit plugin. Respects the AGENTKIT_PLUGIN_DIR environment variable override.
Who it's for: Power devs scripting installs; users sanity-checking where files land.
When to use it:
Before running ak kit init if you want to confirm the destination, or in scripts that need the path without performing the install.
Examples: ak kit install-path engineer # prints ~/.claude/plugins/ak-engineer ak kit install-path engineer --json # {"kit":"engineer","path":"..."}
What changes on disk: Read-only.
Output modes: pretty default on TTY (colors, ASCII markers) plain auto when stdout piped or --no-interactive json --json (single-object envelope, NDJSON-safe)
Exit codes: 0 success 1 runtime error 2 invalid flags 3 user-cancel (SIGINT, prompt-cancel) 1 empty or missing kit name argument
ak kit install-path <kit-name> [flags]Options
-h, --help help for install-path
--json Emit machine-readable JSON (implies --no-interactive)
--no-interactive Disable interactive prompts (CI-safe)
-q, --quiet Suppress non-error output on stderr
-V, --verbose Extra diagnostic output on stderr (loses to --quiet)
-y, --yes Assume yes for all promptsSEE ALSO
- ak kit - Kit management commands