From grok-cc
Delegate a coding, debugging, or review task to the Grok CLI as a parallel worker
How this command is triggered — by the user, by Claude, or both
Slash command
/grok-cc:rescue [--read] [--background] [--effort <level>] [--model <id>] <task description>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
Forward the user's request to Grok via the companion runtime. Treat this as a thin hand-off — do not solve the task yourself. 1. Take everything in `$ARGUMENTS` as the task description, except recognized routing flags (`--read`, `--background`, `--effort <level>`, `--model <id>`, `--cwd <path>`, `--best-of-n <N>`, `--check`, `--worktree`, `--resume`), which pass straight through to the companion. 2. If the user gave no routing flags, choose sensible defaults: - Write-capable by default. Add `--read` only if the user clearly wants review/diagnosis/research with no edits. - Foreground ...
Forward the user's request to Grok via the companion runtime. Treat this as a thin hand-off — do not solve the task yourself.
$ARGUMENTS as the task description, except recognized routing flags (--read, --background, --effort <level>, --model <id>, --cwd <path>, --best-of-n <N>, --check, --worktree, --resume), which pass straight through to the companion.--read only if the user clearly wants review/diagnosis/research with no edits.--background if it looks long-running or open-ended.node "${CLAUDE_PLUGIN_ROOT}/scripts/grok-companion.mjs" task <flags> "<task description>"
If the companion reports Grok is not installed or not signed in, tell the user to run /grok-cc:setup.
npx claudepluginhub zachdunn/grok-plugin-claude-code --plugin grok-cc/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.