Resume Claude Codex Grok banner
Capetlevrai Capetlevrai

Resume Claude Codex Grok

Development community

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

  1. Copies the runtime to `~/.resume-handoff/` — a stable location that survives deleting the clone or clearing the npx cache.

  2. Drops the `resume-*` commands into the three hosts that accept them:

    Host Location
    Claude Code ~/.claude/commands/resume-*.md
    Codex CLI ~/.codex/skills/resume-*/SKILL.md
    Grok Build ~/.grok/skills/resume-*/SKILL.md
  3. **Commands are installed even if the agent isn't there yet.** Install Claude Code, Codex or Grok Build next week and the commands