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.
Supported clients: claude-code, opencode, cursor, codex, copilot, antigravity
gk ai skill install <client> [flags]
Examples
gk ai skill install claude-code
gk ai skill install opencode
gk ai skill install cursor
gk ai skill install codex
gk ai skill install copilot
gk ai skill install antigravity
gk ai skill install claude-code --force
gk ai skill install claude-code --dry-run
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
Options inherited from parent commands
--no-telemetry Disable telemetry (OTel spans, Sentry) for this invocation
--output string Output format: text or json (default "text")
--session string (Optional) Isolate auth and cache under a named session
SEE ALSO
- gk ai skill - Manage skills for AI coding tools