gk ai skill install
Install GitKraken skills for an AI coding tool
Synopsis
Install the GitKraken CLI skills for the given AI coding tool.
The command is a no-op when the bundled skills are already installed. A skill that exists with different contents is never overwritten: the install is rejected and nothing is written until you pass –force.
Use –skill to install one or more bundled skills instead of all of them.
Supported clients: antigravity, antigravity-cli, claude-cli, codex, copilot, cursor, opencode, pi Bundled skills: gitkraken-cli, gitkraken-commit-composer, gitkraken-resolve
gk ai skill install <client> [flags]
Examples
gk ai skill install antigravity
gk ai skill install antigravity-cli
gk ai skill install claude-cli
gk ai skill install codex
gk ai skill install copilot
gk ai skill install cursor
gk ai skill install opencode
gk ai skill install pi
gk ai skill install antigravity --force
gk ai skill install antigravity --dry-run
gk ai skill install antigravity --skill gitkraken-cli
gk ai skill install antigravity --skill gitkraken-cli --skill gitkraken-commit-composer
Options
--dry-run Validate and print the skill files that would be installed, without writing them.
-f, --force Force reinstall even if skills are already installed for this client.
-h, --help help for install
--skill stringArray Bundled skill to install (can be repeated). Installs all skills if omitted.
Options inherited from parent commands
--json Emit machine-readable JSON on stdout (GK_OUTPUT=json sets it session-wide)
--no-telemetry Disable telemetry (OTel spans, Sentry) for this invocation
--session string (Optional) Isolate auth and cache under a named session
SEE ALSO
- gk ai skill - Manage skills for AI coding tools