
Grok Cc
- 28 repo stars
- Updated June 13, 2026
- zachdunn/grok-plugin-claude-code
Use Grok from Claude Code to delegate coding, debugging, and review tasks.
About
grok-cc is a Claude Code skill in the Debugging category. Use Grok from Claude Code to delegate coding, debugging, and review tasks.
- grok-cc
- Debugging
- AI-coding skill
Grok Cc by the numbers
- Data as of Aug 5, 2026 (Skillselion catalog sync)
/plugin marketplace add zachdunn/grok-plugin-claude-code/plugin install grok-cc@grok-plugin-claude-codeAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 28 |
|---|---|
| Last updated | June 13, 2026 |
| Repository | zachdunn/grok-plugin-claude-code ↗ |
What it does
Use Grok from Claude Code to delegate coding, debugging, and review tasks.
README.md
grok (Claude Code plugin)
Delegate coding, debugging, and review tasks to the Grok CLI
from Claude Code — the same shape as the official codex plugin, but driving
Grok's headless mode.
Components
| Component | What it is |
|---|---|
grok-rescue subagent |
Thin forwarder. Proactively (or on request) hands a substantial task to Grok via the companion. Spawn it with the Agent tool / @grok-rescue. |
/grok-cc:setup command |
Checks the Grok CLI is installed and signed in. |
/grok-cc:rescue command |
One-shot delegation: /grok-cc:rescue <task> (plus optional routing flags). |
grok-cli-runtime skill |
Reference for how the companion is driven. |
scripts/grok-companion.mjs |
The runtime that wraps grok -p --output-format json. |
Requirements
- Grok CLI access ("grok build") — see x.ai/cli.
- The
grokCLI onPATH(or at~/.grok/bin/grok; override withGROK_BIN). - Signed in:
grok login. Delegation sends prompts + read code to xAI's backend. - Node (used to run the companion).
Usage
/grok-cc:setup # verify readiness
/grok-cc:rescue fix the failing auth test in apps/api
/grok-cc:rescue --read why is the diorama pan jittery on tilt?
/grok-cc:rescue --background --effort high refactor the camera rig
Routing flags (stripped before the task text reaches Grok): --read,
--background, --effort <level>, --model <id>, --cwd <path>,
--best-of-n <N>, --check, --worktree [name], --resume. Default is a
write-capable foreground run.
Scope
Lean by design: one-shot delegation, foreground or fire-and-forget background
(returns a log path). No tracked job registry / status / result / cancel surface
— follow background runs via the log file, grok sessions, or grok -c.
Install
claude plugin marketplace add zachdunn/grok-plugin-claude-code
claude plugin install grok-cc@grok-plugin-claude-code
Then /grok-cc:setup to confirm Grok is installed and signed in. See the
repo README for full usage.