google-gemini/antigravity-support
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.
npx skills add https://github.com/google-gemini/gemini-cli --skill antigravity-support
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.
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 | bash
This 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 | iex
Once installed, navigate to any project or workspace directory and run:
agy
This 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:
Take google-gemini/antigravity-support from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.