antigravity-guide

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

1|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/TarunTeja44/portfolio --skill antigravity-guide-tarunteja44
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: antigravity-guide
Source: https://github.com/TarunTeja44/portfolio/tree/main/.agents/skills/antigravity_guide
Command: npx skills add https://github.com/TarunTeja44/portfolio --skill antigravity-guide-tarunteja44

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Developers using Google Antigravity often struggle to find accurate guidance across its multiple surfaces—the agy CLI, the Antigravity IDE, the Antigravity 2.0 desktop app, and the Python SDK. This Skill consolidates quick references and official documentation links so questions about usage, configuration, and customization get answered correctly. ## Core Features & Use Cases - Surface-Specific References: Offline subdocs covering the agy CLI, Antigravity IDE, Antigravity 2.0 app, and the Python SDK, each with concrete usage details. - Live Documentation Sitemap: Curated links to official docs for skills, rules, hooks, plugins, MCP, sidecars, permissions, and changelogs when up-to-date information is needed. - Use Case: A user asks how to configure terminal sandboxing in Antigravity 2.0. The Skill routes to the app reference, which documents the Settings sidebar, tool execution policies, and project-level overrides. ## Quick Start Ask how to configure permissions, slash commands, keybindings, or the Python SDK in Google Antigravity and the Skill will load the matching reference.

Frequently Asked Questions about antigravity-guide

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

FAQPage Schema
How do I configure the Antigravity CLI settings?

The agy CLI is configured through the settings.json file located at ~/.gemini/antigravity-cli/settings.json. Run agy --help for command-line flags or fetch the official CLI reference at antigravity.google/docs/cli/reference for the full list of settings keys and defaults.

How do I use the Google Antigravity Python SDK?

Install the SDK with pip install google-antigravity, then create a LocalAgentConfig and spawn an agent using the Agent async context manager. The agent.chat method returns a response object you can stream token by token, including thoughts and tool calls.

What is the difference between Antigravity IDE and Antigravity 2.0?

Antigravity IDE is a standalone AI-first editor built on VS Code with inline AI modalities, while Antigravity 2.0 is a parallel desktop Electron application for orchestrating agents independently of an IDE. Both share the same underlying agentic capabilities.

Does Antigravity support project-level permission overrides?

Yes, Antigravity 2.0 supports project-level settings that override global ones, including file access policy, internet access policy, sandbox mode, auto-execution policy, artifact review mode, and project-scoped permission grants.

Where do I find the latest Antigravity documentation?

The offline references cover common topics, but for the latest updates fetch the live docs at antigravity.google/docs. The sitemap includes pages for skills, rules, hooks, plugins, sidecars, MCP, permissions, and the changelog.