Grok Build Plugin Cc banner
xai-org xai-org

Grok Build Plugin Cc

Development community

Description

Claude Code plugin that delegates reviews, rescue tasks, and session transfer to the Grok Build CLI

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Grok Build ↔ Claude Code Bridge

Bridge [Grok Build](https://x.ai) into Claude Code for review, critique, delegation, and session import.

This repository is a Claude Code marketplace plugin that shells out to the real `grok` CLI. Run status, results, and stop are owned by the plugin (PID + log files). There is no app-server broker.

Requirements

  • Node.js >= 18.18
  • Grok Build CLI (grok) on PATH, or set GROK_BINARY
  • A logged-in Grok CLI session (grok models succeeds)

Install

Add the marketplace in Claude Code:

/plugin marketplace add xai-org/grok-build-plugin-cc

Install the plugin:

/plugin install grok-build@xai-grok-build

Reload plugins:

/reload-plugins

Local install (from a clone)

From this repository root (path must be absolute):

# Resolve an absolute path to this clone, then add it as a local marketplace
claude plugin marketplace add "$(pwd)"
# example: claude plugin marketplace add /absolute/path/to/grok-build-plugin-cc

# Install the plugin from that marketplace
claude plugin install grok-build@xai-grok-build

Or, when Claude Code is already open, use `/plugin` and add the local marketplace path, then install `grok-build@xai-grok-build`.

Check readiness

/grok-build:check

Ready means: Node is available, `grok` is available, and soft auth via `grok models` succeeds.

Commands

`/grok-build:check`

Probe Node + Grok CLI availability and authentication.

`/grok-build:review`

Read-only review of local git state:

/grok-build:review --wait
/grok-build:review --background --scope working-tree
/grok-build:review --base main
/grok-build:review --wait --model grok-build --effort high

Runs:

grok -p  --agent explore --permission-mode plan --sandbox read-only --cwd  --output-format plain

Optional: pass `--model` / `--effort` (`low`|`medium`|`high`). If omitted, Grok chooses defaults.

`/grok-build:critique`

Same target