Prompt
Send an additional request to the exact Codex session for an implemented codex-claude-loop lane, sequenced behind its writer lockFrom its SKILL.md
npx -y skills add ozzaii/codex-claude-loop --skill promptAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 6 stars6 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.0 KB, 185 tokens by cl100k_base, as published. Nobody here has run it
Load the codex-claude-loop skill and source its bundled
lib/codex-claude-loop.sh. Split $ARGUMENTS into the first word as the slug and the
entire remaining text as one request, then call:
cl_prompt <slug> "<additional request>"
Do not call codex exec resume directly. cl_prompt resumes the stored session id,
holds the same writer lock as cl_impl and cl_revise, and waits behind a running lane
instead of starting a competing Codex process in the worktree.
The lane must already have a valid approved plan and a successful implementation marker. The follow-up is a writer phase: it clears any standing review approval, restores the implementation marker only after Codex exits cleanly, and prints Codex's final response. After it succeeds, re-review before release.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.