whatisgithub

What is grok-plugin-cc?

blockchainian/grok-plugin-cc — explained in plain English

Analysis updated 2026-05-18

0JavaScriptAudience · developerComplexity · 2/5Setup · moderate

In one sentence

A Claude Code plugin that lets you call the Grok CLI from inside your session to review code changes or hand off a coding task.

Mindmap

mindmap
  root((grok-plugin-cc))
    What it does
      Calls Grok from Claude Code
      Read only code review
      Task delegation subagent
    Tech stack
      JavaScript
      Node.js
      Grok CLI
    Use cases
      Pre-commit review
      Branch diff review
      Bug investigation handoff
    Audience
      Claude Code users

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Get a read-only Grok review of uncommitted changes before committing.

USE CASE 2

Compare your branch against main and get review feedback focused on a specific risk.

USE CASE 3

Delegate a bug investigation or small fix to Grok through a subagent.

USE CASE 4

Use Grok inside Claude Code without switching tools or terminals.

What is it built with?

JavaScriptNode.jsClaude CodeGrok CLI

How does it compare?

blockchainian/grok-plugin-cc00kaku/gallery-slider-block3rd-eden/ircb.io
Stars0
LanguageJavaScriptJavaScriptJavaScript
Last pushed2021-05-192016-11-16
MaintenanceDormantDormant
Setup difficultymoderateeasyeasy
Complexity2/52/52/5
Audiencedevelopergeneraldeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · moderate Time to first run · 30min

Requires the separate Grok CLI installed and signed in, plus Node.js 18.18 or later.

So what is it?

grok-plugin-cc is a plugin for Claude Code, a command line coding assistant, that lets you call on Grok, a separate AI tool, directly from inside your existing workflow. Instead of switching between tools, you can ask Grok to review your code changes or hand it a coding task while staying in the same session. The plugin adds two commands. The first, review, runs a read only check of your current uncommitted changes or of your branch compared to another branch like main, and it can be pointed at a specific concern, such as security risks or missing tests, by adding extra words after the command. It only reads your code and never edits anything. The second command, rescue, delegates an actual task, like investigating a bug or trying a fix, to Grok through a dedicated helper, which then reports back what files it touched and how it checked its work. To use the plugin you first need the separate Grok command line tool installed and signed in on your machine, along with a reasonably recent version of Node.js. Once that is set up, you add this project as a plugin marketplace inside Claude Code, install the plugin from that marketplace, and reload plugins so the new commands appear. Everything runs through the Grok installation already on your computer: the plugin does not install Grok for you, does not manage its login separately, and does not run its own separate copy of Grok. It simply calls the same command line tool you would use yourself, using whatever account you are already signed into. The project also includes ways to test the plugin locally without fully installing it, useful if you are developing or modifying the plugin itself rather than just using it.

Copy-paste prompts

Prompt 1
Help me install the grok-plugin-cc marketplace and plugin in Claude Code.
Prompt 2
Run /grok:review on my current branch compared to main, focused on security risks.
Prompt 3
Show me how /grok:rescue delegates a bug investigation to Grok.
Prompt 4
Explain how this plugin authenticates with Grok without a separate login.

Frequently asked questions

What is grok-plugin-cc?

A Claude Code plugin that lets you call the Grok CLI from inside your session to review code changes or hand off a coding task.

What language is grok-plugin-cc written in?

Mainly JavaScript. The stack also includes JavaScript, Node.js, Claude Code.

How hard is grok-plugin-cc to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is grok-plugin-cc for?

Mainly developer.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.