antigravity-guide

Provides reference documentation and sitemap for Google Antigravity CLI, IDE, app, and SDK.

1|Updated Aug 31, 2026
One-click install
npx skills add https://github.com/nguyenhungtran18/skill-and-tool-tracker --skill antigravity-guide-nguyenhungtran18
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: antigravity-guide
Source: https://github.com/nguyenhungtran18/skill-and-tool-tracker/tree/main/skills/antigravity_guide
Command: npx skills add https://github.com/nguyenhungtran18/skill-and-tool-tracker --skill antigravity-guide-nguyenhungtran18

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Developers using Google Antigravity often struggle to find accurate guidance on its CLI (agy), IDE, Antigravity 2.0 desktop app, and Python SDK, since documentation is spread across multiple surfaces and live pages. ## Core Features & Use Cases - Surface-Specific References: Routes questions to dedicated offline subdocs covering the agy CLI, Antigravity IDE, Antigravity 2.0 app, and the Python SDK. - Hybrid Live Retrieval: Points to the official live documentation sitemap for the latest updates on skills, rules, hooks, plugins, MCP, and permissions. - Use Case: When a user asks how to configure terminal sandboxing in Antigravity 2.0 or how to stream agent responses with the Python SDK, this skill loads the correct reference and answers with accurate, surface-specific detail. ## Quick Start Ask how to configure or use any part of Google Antigravity, such as slash commands in the agy CLI or agent permissions in the IDE.

Frequently Asked Questions about antigravity-guide

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

FAQPage Schema
How do I use the Antigravity CLI agy slash commands?▼

Run agy to launch the CLI, then type /help inside the TUI to list all available slash commands. For the authoritative reference of commands and flags, fetch the live docs at antigravity.google/docs/cli/reference.

How to configure agent permissions in Antigravity 2.0?▼

Open the Settings sidebar in Antigravity 2.0 to control tool execution policy, terminal sandboxing, file access, and internet access. Project-level settings override global settings when a project is active.

Does the Antigravity Python SDK support streaming responses?▼

Yes, the SDK supports streaming response tokens, reasoning thoughts, and tool call events asynchronously. Install it with pip install google-antigravity and iterate over the response object returned by agent.chat.

What is the difference between Antigravity IDE and Antigravity 2.0?▼

Antigravity IDE is a VS Code-based editor with inline AI modalities like autocomplete and sidebar chat, while Antigravity 2.0 is a standalone desktop app for orchestrating agents, scheduled tasks, and conversations outside an editor.

Where is the Antigravity CLI configuration file located?▼

The CLI is configured via ~/.gemini/antigravity-cli/settings.json. For the full list of settings keys, types, and defaults, consult the live CLI reference documentation.