Builtin
Skill 14 of 23
Use when the user asks questions, seeks help, or requests instructions related to installing, setting up, or migrating to Antigravity CLI.
2 minutes · 387 words · 8 sections
Install
npx skills add google-gemini/gemini-cli --skill antigravity-supportnpx skills add google-gemini/gemini-cliThe first command installs just this skill, by the name in its SKILL.md; the second installs the whole repository.
This skill provides up-to-date information on how to install, configure, use, and migrate to Antigravity CLI, sourced from the official documentation at https://antigravity.google/docs/cli-getting-started (opens in a new tab).
Antigravity CLI is a next-generation terminal interface for collaborating with autonomous agents on local codebases. It is designed to be highly interactive and agent-driven, launching a Terminal User Interface (TUI) to coordinate code generation, reasoning, and workspace tasks.
Key Features:
To install the Antigravity CLI on your machine:
Run the following standard curl command in your terminal:
curl -fsSL https://antigravity.google/cli/install.sh | bashThis script downloads, verifies, and installs the latest version of Antigravity,
and automatically registers the agy binary in your PATH.
For Windows environments, install via the official PowerShell setup command:
irm https://antigravity.google/cli/install.ps1 | iexOnce installed, navigate to any project or workspace directory and run:
agyThis command starts the Antigravity CLI. The first time you launch it, the interactive TUI will guide you through:
If you are transitioning or migrating from another tool (such as Gemini CLI) to Antigravity CLI, follow these steps:
agy
command globally available.agy --version or
launching agy in an empty or sample directory.agy directly inside your project workspace
root. The initial setup assistant will guide you to import or configure trust
policies, similar to those you might have used previously.If you need more details or have advanced configuration/migration needs, please visit the official documentation:
Use when the user asks questions, seeks help, or requests instructions related to installing, setting up, or migrating to Antigravity CLI. This skill provides the latest up to date details, requirements, and commands sourced from the official Antigravity CLI documentation.
The verbatim description from this skill’s front matter — the string an agent matches on to decide whether to load it.
main, last pushed 24 September 2026.SKILL.md, not by matching a directory convention. 4 distinct layouts observed: .gemini/skills/*/SKILL.md, packages/core/src/skills/builtin/*/SKILL.md, tools/caretaker-agent/cloudrun/triage-worker/.gemini/skills/*/SKILL.md, tools/gemini-cli-bot/.gemini/skills/*/SKILL.md.h1 and no skipped levels:/google-gemini/gemini-cli.md, and each skill at its own .md URL.