all work

grok-plugin-cc — Grok inside Claude Code

  • JavaScript
  • Node.js
  • Claude Code Plugin
  • Grok CLI
  • headless mode

A Claude Code port of the official openai/codex-plugin-cc surface, adapted to drive the local Grok CLI headless mode. It mirrors the same bounded review, adversarial-review, rescue, transfer, status, result, cancel, setup, and optional stop-time review flow while adding the grok:grok-rescue subagent.

View code

At a glance

Role Sole adapter and maintainer of the Claude Code port — Grok CLI headless orchestration, command surface, grok:grok-rescue, job ledger, boundaries

Problem

Claude Code needed a bounded path to ask Grok for review or rescue work without making Grok the owner of local files or git. Manual tool switching weakens scope and evidence tracking.

Solution

I ported the official command surface to Grok CLI headless mode, with job controls, a grok:grok-rescue subagent, stop-time review, and explicit boundaries. Claude Code keeps verification and shipping decisions.

Impact

Public v0.1.1 · port of the official codex-plugin-cc surface · Grok CLI headless delegation · optional stop-time review gate

My contribution

  • Claude Code commands for review, adversarial-review, rescue, transfer, status, result, cancel, and setup
  • Native Grok CLI headless mode integration for bounded second-model review and rescue
  • grok:grok-rescue subagent plus status/result/cancel controls for inspectable jobs
  • Optional stop-time review gate that keeps Claude Code responsible for final verification