Groking
Description
Terminal-first coding agent powered by xAI Grok — real file editing, patch workflows, parallel worker agents, and session continuity
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
= 20" />
GROKING
A terminal-first coding agent — multi-provider, streaming, parallel by design
xAI Grok • OpenAI • Anthropic • Live token streaming • Parallel worker agents with 3-way merge
██████ ██████ █████ ██ ██ ██ ██ ██ ██████
██ ██ ██ ██ ██ ██ ██ ██ ███ ██ ██
██ ███ ██████ ██ ██ ████ ██ ██ █ ██ ██ ███
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ███ ██ ██
██████ ██ ██ █████ ██ ██ ██ ██ ██ ██████
Why Groking?
Most AI coding tools run in the cloud or inside an IDE. **Groking** runs where you already work — your terminal. It connects directly to xAI's Responses API, gives the model full access to your local filesystem and shell, and supports a real coding loop:
**Inspect → Edit → Run checks → Refine**
- Multi-provider — xAI Grok, OpenAI, and Anthropic Claude behind one CLI (pick with
--provider) - Live token streaming — model output renders as it arrives, not after the spinner finally stops
- Patch-style refactoring — multi-file changes via unified diffs (
apply_unified_patch) - Session continuity — pick up where you left off across terminal sessions, per-provider
- Multi-agent parallelism — a planner breaks complex goals into isolated worker agents that run in parallel; merges use 3-way recovery to survive context drift
- Zero config — just provide a key for your chosen provider and start coding
Quick Start
# Install globally (recommended)
npm i -g groking-cli
# Ru
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