antigravity-support

Provides installation, setup, and migration instructions for Antigravity CLI.

Updated Aug 26, 2026
One-click install
npx skills add https://github.com/rameshkumarchouhanr/gemni-cli --skill antigravity-support-rameshkumarchouhanr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: antigravity-support
Source: https://github.com/rameshkumarchouhanr/gemni-cli/tree/main/packages/core/src/skills/builtin/antigravity-support
Command: npx skills add https://github.com/rameshkumarchouhanr/gemni-cli --skill antigravity-support-rameshkumarchouhanr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Users who want to install, configure, or migrate to Antigravity CLI often lack a single, up-to-date reference for the correct commands and setup steps across operating systems. ## Core Features & Use Cases - Cross-Platform Installation: Provides the official curl install script for macOS/Linux and the PowerShell command for Windows. - Initial Setup Guidance: Explains the first-run TUI flow, including workspace trust verification, theme configuration, and rendering modes. - Migration Support: Outlines step-by-step instructions for transitioning from tools like Gemini CLI to Antigravity CLI. - Use Case: A developer moving from Gemini CLI asks how to get started; the Skill returns the install command, verification steps with agy --version, and workspace transition guidance. ## Quick Start Ask how to install and set up Antigravity CLI on your operating system and how to migrate an existing workspace to it.

Frequently Asked Questions about antigravity-support

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I install Antigravity CLI on macOS or Linux?

Install Antigravity CLI on macOS or Linux by running the official script: curl -fsSL https://antigravity.google/cli/install.sh | bash. It downloads, verifies, and installs the latest version, registering the agy binary in your PATH.

How do I install Antigravity CLI on Windows?

Install Antigravity CLI on Windows using PowerShell with the command: irm https://antigravity.google/cli/install.ps1 | iex. This runs the official setup script for Windows environments.

How do I migrate from Gemini CLI to Antigravity CLI?

Migrate by verifying your environment meets requirements, installing Antigravity via the official script, confirming with agy --version, then running agy inside your project workspace. The setup assistant guides you through trust policy configuration.

What happens the first time I run the agy command?

The first launch of agy opens an interactive TUI that walks you through workspace trust verification, visual theme configuration, and rendering mode setup tailored to your terminal capabilities.

Where can I find official Antigravity CLI documentation?

Official Antigravity CLI documentation is available at https://antigravity.google/docs/cli-getting-started. It covers advanced configuration and migration needs beyond the basic install and setup steps.