Resume Claude Codex Grok
Description
Pick up in-progress work from one CLI agent inside another: Claude Code, Codex, Grok Build, OpenCode, oh-my-pi, Cursor. Inspired by Grok Build (xAI).
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
resume-claude-codex-grok
**Pick up in-progress work from one CLI agent inside another.** You're building something with Codex, you type `/resume-codex` in Claude Code, and Claude carries on with the goal, the decisions already made, the files touched and what's still open. Both directions, across six agents.
🇫🇷 [Version française](README.fr.md)
Install
Easiest: ask your AI agent to do it
Paste this prompt into Claude Code, Codex, Grok Build, Cursor, or any agent with access to your terminal:
Install the resume-claude-codex-grok tool on this machine.
1. Check that Node.js >= 20 is installed (`node --version`). If it's missing or
too old, install the latest LTS first:
- Windows: `winget install OpenJS.NodeJS.LTS`
- macOS: `brew install node`
- Linux: your distro's package manager, or nvm
2. Run: npx -y github:Capetlevrai/resume-claude-codex-grok install
3. Then run: npx -y github:Capetlevrai/resume-claude-codex-grok doctor
and show me the output.
4. Tell me which resume-* commands are now available and in which agents, then
remind me to restart my agents so they pick them up.
Don't change anything else on the machine.
Or by hand, one line
npx -y github:Capetlevrai/resume-claude-codex-grok install
That's it. No clone, no `npm install`, zero dependencies — only Node >= 20 (>= 22.5 to read OpenCode and Cursor, which go through `node:sqlite`).
What the install does
Copies the runtime to `~/.resume-handoff/` — a stable location that survives deleting the clone or clearing the npx cache.
Drops the `resume-*` commands into the three hosts that accept them:
Host Location Claude Code ~/.claude/commands/resume-*.mdCodex CLI ~/.codex/skills/resume-*/SKILL.mdGrok Build ~/.grok/skills/resume-*/SKILL.md**Commands are installed even if the agent isn't there yet.** Install Claude Code, Codex or Grok Build next week and the commands
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