From agy
Delegate investigation or a bounded fix request from Claude Code to Antigravity CLI
How this command is triggered — by the user, by Claude, or both
Slash command
/agy:rescue [--wait|--background] [--timeout <duration>] [--no-sandbox] [--dangerously-skip-permissions] [task]This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
Delegate the user request to the `agy` companion runtime. Raw user request: `$ARGUMENTS` Rules: - Preserve the user task text. - Leave `--dangerously-skip-permissions` unset unless the user explicitly requested it. - Prefer foreground for small bounded tasks and background for long-running rescue work. - Return the companion stdout verbatim. Run:
Delegate the user request to the agy companion runtime.
Raw user request:
$ARGUMENTS
Rules:
--dangerously-skip-permissions unset unless the user explicitly requested it.Run:
node "${CLAUDE_PLUGIN_ROOT}/scripts/agy-companion.mjs" rescue "$ARGUMENTS"
npx claudepluginhub iicmaster/antigravity-plugins --plugin agy/rescueDelegates code investigation, explicit fixes, or follow-up rescue to Codex subagent. Handles --background|--wait, --resume|--fresh, --model, --effort flags plus task text.
/rescueDiagnoses production incidents: checks site health, analyzes recent commits, detects error patterns, generates rollback commands, produces post-mortem template.
/rescueDelegates a task to Codex AI via background codex exec using arguments, based on OpenAI or OpenRouter provider. Presents unfiltered response and awaits user action.
/rescueDelegate investigation, an explicit fix request, or follow-up rescue work to the Gemini rescue subagent
/rescueDelegate investigation, an explicit fix request, or follow-up rescue work to the Copilot rescue subagent
/rescueDelegates investigation, fix, or follow-up work to the Pi rescue subagent, running it in background or foreground with optional execution flags.