Skip to main content
ClaudeWave
Slash Command322 estrellas del repoactualizado yesterday

setup

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

Instalar en Claude Code
Copiar
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/yuting0624/antigravity-for-claude-code/HEAD/commands/setup.md -o ~/.claude/commands/setup.md
Después abre una sesión nueva de Claude Code; el slash command carga automáticamente.

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.