Skip to content
Development
Skill

/prompt

Send an additional request to the exact Codex session for an implemented codex-claude-loop lane, sequenced behind its writer lock

From plugin
codex-claude-loop
65 skills
Install
$ npx -y skills add ozzaii/codex-claude-loop --skill prompt --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/prompt

Context preview

The summary Claude sees to decide when to auto-load this skill.

Send an additional request to the exact Codex session for an implemented codex-claude-loop lane, sequenced behind its writer lock

SKILL.md

prompt.SKILL.md
name: prompt
description: Send an additional request to the exact Codex session for an implemented codex-claude-loop lane, sequenced behind its writer lock
argument-hint: <slug> <additional request>
allowed-tools: Bash, Read

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.

Ships withcodex-claude-loop

A gated build loop between Claude Code and Codex CLI. Codex writes the plan, Claude approves it, Codex implements that same plan from the same thread, Claude reviews the diff against it.

Get the whole plugin
Stats
6
Stars
3
Forks
Maintained
Maintenance
Shell
Language
MIT
License
1mo ago
Last commit
1mo ago
Created

Repo: ozzaii/codex-claude-loop

Other skills on codex-claude-loop.