agy-update
Check for a newer git-clone version of this plugin and pull it after confirmation
Run an agy code review against local git state
> /plugin marketplace add Vit129/agy-plugin-cc > /plugin install agy@agy-plugin-cc
How it fires
How this command gets triggered: by you, by Claude, or both.
/reviewContext preview
What this command does when you run it.
Run an agy code review against local git state
description: Run an agy code review against local git state argument-hint: '[--wait|--background] [--dry-run] [--base <ref>] [--scope auto|working-tree|branch] [--model <name>] [--effort <low|medium|high>]' disable-model-invocation: true allowed-tools: Read, Glob, Grep, Bash(node:*), Bash(git:*), AskUserQuestion
Run an agy review by delegating to agy with a structured review prompt.
Raw slash-command arguments: `$ARGUMENTS`
Core constraint:
Execution mode rules:
Argument handling:
Foreground flow:
node "${CLAUDE_PLUGIN_ROOT}/scripts/agy-companion.mjs" review "$ARGUMENTS"Background flow:
Bash({
command: `node "${CLAUDE_PLUGIN_ROOT}/scripts/agy-companion.mjs" review "$ARGUMENTS"`,
description: "agy review",
run_in_background: true
})A Claude Code plugin that integrates Google's Antigravity (agy) CLI and Antigravity IDE developer tools into Claude Code.
Repo: Vit129/agy-plugin-cc
Check for a newer git-clone version of this plugin and pull it after confirmation
Delegate a prompt to the Antigravity (agy) CLI agent
Delegate investigation, an explicit fix request, or follow-up rescue work to the agy (Antigravity) agent
Check whether the Antigravity (agy) CLI is installed and ready
Run an agy adversarial review that challenges the implementation approach and design choices
Cancel an active background agy job in this repository