antigravity-support

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

107k|14.5k|Updated Apr 17, 2025
One-click install
npx skills add https://github.com/google-gemini/gemini-cli --skill antigravity-support
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: antigravity-support
Source: https://github.com/google-gemini/gemini-cli/tree/main/packages/core/src/skills/builtin/antigravity-support
Command: npx skills add https://github.com/google-gemini/gemini-cli --skill antigravity-support

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Users transitioning to Antigravity CLI need accurate, up-to-date installation commands, setup workflows, and migration steps sourced directly from official documentation rather than scattered web searches.

Core Features & Use Cases

  • Platform-Specific Installation: Provides verified curl and PowerShell commands for macOS, Linux, and Windows environments.
  • Initial Setup Guidance: Walks through workspace trust verification, theme configuration, and rendering mode selection during first launch.
  • Migration Workflow: Outlines steps to transition from other CLI tools, including requirement checks, installation verification, and workspace import.
  • Use Case: A developer migrating from Gemini CLI to Antigravity CLI can use this Skill to retrieve the correct installation script for their operating system and follow the guided TUI setup process.

Quick Start

Use the antigravity-support skill to provide the official installation steps for Antigravity CLI on macOS.

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?

Run the official curl install script from antigravity.google/cli/install.sh in your terminal. The script downloads, verifies, and installs the agy binary, then registers it in your PATH automatically.

How do I install Antigravity CLI on Windows?

Use PowerShell to execute the official setup command from antigravity.google/cli/install.ps1. This installs the agy binary and makes it available in your system PATH.

How do I migrate from Gemini CLI to Antigravity CLI?

Verify environment requirements, run the Antigravity installation script, confirm the install with agy --version, then launch agy inside your project workspace to import trust policies and configurations.

What does the first launch of Antigravity CLI do?

The initial launch opens an interactive TUI that guides you through workspace trust verification, visual theme configuration, and rendering mode selection tailored to your terminal capabilities.

Does Antigravity CLI require Node.js or Git?

Standard CLI requirements include node, git, and shell access on macOS, Linux, or Windows. Verify these prerequisites before running the installation script to avoid setup failures.