agy-update
Check for a newer git-clone version of this plugin and pull it after confirmation
Run an agy adversarial review that challenges the implementation approach and design choices
> /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.
/adversarial-reviewContext preview
What this command does when you run it.
Run an agy adversarial review that challenges the implementation approach and design choices
description: Run an agy adversarial review that challenges the implementation approach and design choices argument-hint: '[--wait|--background] [--dry-run] [--base <ref>] [--scope auto|working-tree|branch] [--model <name>] [--effort <low|medium|high>] [focus ...]' disable-model-invocation: true allowed-tools: Read, Glob, Grep, Bash(node:*), Bash(git:*), AskUserQuestion
Run an adversarial agy review. Position it as a challenge review that questions the chosen implementation, design choices, tradeoffs, and assumptions — not just a stricter pass over defects.
Raw slash-command arguments: `$ARGUMENTS`
Core constraint:
Execution mode rules:
Argument handling:
Foreground flow:
node "${CLAUDE_PLUGIN_ROOT}/scripts/agy-companion.mjs" adversarial-review "$ARGUMENTS"Background flow:
Bash({
command: `node "${CLAUDE_PLUGIN_ROOT}/scripts/agy-companion.mjs" adversarial-review "$ARGUMENTS"`,
description: "agy adversarial 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
Cancel an active background agy job in this repository
Verify agy plugin wiring, local agy CLI availability, auth, and models