antigravity-support

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Users who want to install, configure, or migrate to Antigravity CLI often lack accurate, up-to-date guidance on requirements, commands, and first-run setup steps. ## Core Features & Use Cases - Installation Guidance: Provides the official curl and PowerShell install commands for macOS, Linux, and Windows. - Initial Setup Walkthrough: Explains the first-run TUI flow including workspace trust, theme configuration, and rendering modes. - Migration Support: Outlines step-by-step migration from tools like Gemini CLI, including requirement checks and workspace transition. - Use Case: A developer moving from Gemini CLI asks how to get started, and receives the exact install command, verification steps, and workspace transition instructions. ## Quick Start Ask how to install and set up Antigravity CLI on your operating system.

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. The script downloads, verifies, and installs the latest version and registers 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 with the official script, confirming with agy --version, then running agy inside your project workspace. The setup assistant guides you through trust and 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.