/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 -y skills add google-gemini/gemini-cli --skill antigravity-support --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/antigravity-support
Context preview
The summary Claude sees to decide when to auto-load this skill.
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.
SKILL.md
antigravity-support.SKILL.mdname: antigravity-support
description: 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.
Antigravity CLI 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.
What is Antigravity CLI?
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:
- **Autonomous Agent Collaboration:** Work directly with agents within your terminal.
- **Interactive TUI:** A full terminal user interface designed for agent workflows.
- **Workspace Integration:** Deep understanding of your local workspace structure and context.
Installation
To install the Antigravity CLI on your machine:
macOS / Linux (Fast-Path Script)
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.
Windows (PowerShell)
For Windows environments, install via the official PowerShell setup command:
irm https://antigravity.google/cli/install.ps1 | iex
Initial Setup & Configuration
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: 1. **Workspace Trust Verification:** Confirming trust for the workspace folder to allow secure local command execution and file edits. 2. **Visual Theme Configuration:** Setting up your preferred interactive terminal aesthetic and layout. 3. **Rendering Modes:** Tailoring TUI performance and drawing behaviors to your terminal capabilities.
How to Migrate to Antigravity CLI
If you are transitioning or migrating from another tool (such as Gemini CLI) to Antigravity CLI, follow these steps: 1. **Check Requirements:** Ensure your local environment meets standard requirements (e.g., node, git, shell access) and is running a compatible operating system (macOS, Linux, or Windows). 2. **Install Antigravity:** Run the installation script above to make the `agy` command globally available. 3. **Verify Installation:** Test the installation by running `agy --version` or launching `agy` in an empty or sample directory. 4. **Transition Workspaces:** Run `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.
Official Resources and Learning More
If you need more details or have advanced configuration/migration needs, please visit the official documentation:
- **Official Documentation:** https://antigravity.google/docs/cli-getting-started
Read more
name: antigravity-support description: 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.
Antigravity CLI 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.
What is Antigravity CLI?
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:
- **Autonomous Agent Collaboration:** Work directly with agents within your terminal.
- **Interactive TUI:** A full terminal user interface designed for agent workflows.
- **Workspace Integration:** Deep understanding of your local workspace structure and context.
Installation
To install the Antigravity CLI on your machine:
macOS / Linux (Fast-Path Script)
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.
Windows (PowerShell)
For Windows environments, install via the official PowerShell setup command:
irm https://antigravity.google/cli/install.ps1 | iex
Initial Setup & Configuration
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: 1. **Workspace Trust Verification:** Confirming trust for the workspace folder to allow secure local command execution and file edits. 2. **Visual Theme Configuration:** Setting up your preferred interactive terminal aesthetic and layout. 3. **Rendering Modes:** Tailoring TUI performance and drawing behaviors to your terminal capabilities.
How to Migrate to Antigravity CLI
If you are transitioning or migrating from another tool (such as Gemini CLI) to Antigravity CLI, follow these steps: 1. **Check Requirements:** Ensure your local environment meets standard requirements (e.g., node, git, shell access) and is running a compatible operating system (macOS, Linux, or Windows). 2. **Install Antigravity:** Run the installation script above to make the `agy` command globally available. 3. **Verify Installation:** Test the installation by running `agy --version` or launching `agy` in an empty or sample directory. 4. **Transition Workspaces:** Run `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.
Official Resources and Learning More
If you need more details or have advanced configuration/migration needs, please visit the official documentation:
- **Official Documentation:** https://antigravity.google/docs/cli-getting-started
Gemini CLI is an open-source AI agent that brings the power of Gemini directly into your terminal. It provides lightweight access to Gemini, giving you the most direct path from your prompt to our model. Learn all about Gemini CLI in our documentation.
Repo: google-gemini/gemini-cli

