Grok Build Plugin Cc
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) onPATH, or setGROK_BINARY - A logged-in Grok CLI session (
grok modelssucceeds)
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
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11