Skip to main content
ClaudeWave
Slash Command303 repo starsupdated 9d ago

setup

Verify the Antigravity (agy) CLI is installed and authenticated and the plugin is ready to use.

Install in Claude Code
Copy
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/yuting0624/antigravity-for-claude-code/HEAD/commands/setup.md -o ~/.claude/commands/setup.md
Then start a new Claude Code session; the slash command loads automatically.

setup.md

Run the plugin's doctor and report status.

Run: `agy-doctor`

Then summarize for the user:
- Is `agy` installed, and can it list models (i.e. authenticated)?
- Are the plugin scripts executable?
- What GCP project / region / default model is `agy` configured for?

If anything is missing or failing, give the **exact** command to fix it (install agy,
authenticate, `chmod +x` the scripts, etc.). Keep it short and actionable.