gk ai skill uninstall
Remove GitKraken skills from an AI coding tool
Synopsis
Remove the GitKraken CLI skills from the given AI coding tool.
The command is a no-op when the selected skills are not installed. A file whose contents differ from the current bundled skill is never deleted: it may have been edited or installed by an older version of gk. The uninstall is rejected and nothing is removed until you pass –force. Use –skill to remove 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 uninstall <client> [flags]
Examples
gk ai skill uninstall antigravity
gk ai skill uninstall antigravity --force
gk ai skill uninstall antigravity --dry-run
gk ai skill uninstall antigravity --skill gitkraken-cli
Options
--dry-run Validate and print the skill files that would be uninstalled, without deleting them.
-f, --force Remove a modified skill file even when its contents differ from the bundled skill.
-h, --help help for uninstall
--skill stringArray Bundled skill to uninstall (can be repeated). Uninstalls 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