Grok Skills — Development skill for Claude Code
Use Grok from Claude Code and Codex: review, reason, implement, verify through a hardened (or direct) sandboxed companion.
How to install Grok Skills
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open sfourdrinier/grok-skills and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Grok Skills does
Use Grok from Claude Code and Codex: review, reason, implement, verify through a hardened (or direct) sandboxed companion. Not affiliated with xAI.
Alternatives in Development
- Overnight PRs — Autonomous overnight loop — verify issues against the codebase, close stale ones, ship PRs through /ship (bug 324 ★
- Implement Review — Run the implement-review staged-change review loop 239 ★
- Anthropic.SDK — An unofficial C#/.NET SDK for accessing the Anthropic Claude API 216 ★
README
grok-skills
Run [Grok](https://x.ai) from Claude Code or Codex (the ChatGPT desktop coding surface) as a second pair of hands: review, reason, implement directly in your tree (default) or in an isolated worktree, verify. Not affiliated with xAI.
Works on whatever repo you point it at. The install location of this package is not the repo under review.
Plugin name: `grok`. Claude Code and Codex both install the same package; they **invoke** skills differently (table below).
**Division of labor:** Claude Code or Codex = orchestrator. Grok (via this plugin) = sandboxed second mind - especially **`grok-engineer-coder`** for implementation directly in your tree (default) or in an isolated worktree. How edits land is mode-aware: [plugin/references/integration-modes.md](plugin/references/integration-modes.md).
First 5 minutes
Install **Grok CLI**, log in, confirm `grok --version` works (macOS or Linux for live modes; Python 3 + Node on `PATH`). Any working Grok CLI build is accepted - there is no exact version lock.
Add the marketplace and install the plugin (no manual clone needed):
# Claude Code (in-session or CLI) /plugin marketplace add sfourdrinier/grok-skills /plugin install grok@grok-skills# Codex CLI codex plugin marketplace add sfourdrinier/grok-skills codex plugin add grok@grok-skillsFull URL `https://github.com/sfourdrinier/grok-skills.git` works too; GitHub shorthand is equivalent. Then `/reload-plugins` (Claude) or start a new session (Codex custom agents: run `/grok:setup` once; untrusted SessionStart does not install them).
Optional readiness check:
/grok:setupFor **background completion signals** (OS toast / webhook when a job finishes while you are not watching), enable auto and run live skills in the background with the execution-context env set by the skill (see [execution-context.md](plugin/references/execution-context.md
Related Skills
Ask Grok
Get Grok (xAI) second opinion on a question or current work. Single-shot, advisory, no contamination.
Grok Files
List, prune, or gc Grok (xAI) uploaded files. Cleanup for bridge-owned uploads only.
Groking
Terminal-first coding agent powered by xAI Grok — real file editing, patch workflows, parallel worker agents,
Grok Faf Voice
Python SDK that gives xAI Grok Voice agents persistent memory across sessions, devices, and models. LiveKit-en
Grok Build Showcase
A living, executable showcase and practical toolkit for Grok Build (xAI). Includes reusable skills, exemplary
Resume Claude Codex Grok
Pick up in-progress work from one CLI agent inside another: Claude Code, Codex, Grok Build, OpenCode, oh-my-pi
Related Agents
Codex Agent
Runs OpenAI Codex on the user's ChatGPT subscription. Three modes - consult (OS-sandboxed read-only analysis,
Playwright Test Companion
Orchestrator that drives a full plan → implement → review → validate cycle for one feature area, delegating to
Omg Security Reviewer
OWASP/secrets/unsafe-pattern security review for oh-my-grok. Read-only; reports findings only — does not imple