What problem does it solve?
This Skill solves the critical pain points of using Google's Antigravity CLI (agy) in non-interactive, automated workflows: the CLI has a default bug that returns empty stdout when run from scripts or pipes, plus dangerous permission footguns that can let it modify files outside your project directory, and no built-in way to capture output programmatically.
Core Features & Use Cases
- Headless agy Automation: Drive agy non-interactively from scripts, subprocesses, or other AI agents to run Gemini-backed prompts and tasks without opening the TUI.
- Reliable Output Capture: Provides a verified workaround to recover answers from the on-disk conversation transcript, bypassing the empty stdout bug.
- Safe File Review Pattern: Includes the tool-free consultant pattern to use agy as a cross-vendor code reviewer without letting it roam your filesystem or make unintended changes.
- Use Case: If you want to run a Gemini-powered review of your project's source files from a CI script or AI agent session, this skill lets you do so safely without risking accidental modifications to unrelated repositories.
Quick Start
Ask your AI to use the antigravity-cli skill to run a headless agy prompt that reviews your project's spec and implementation files, then save the recovered analysis to a markdown report without letting the CLI access files outside your project directory.