codex-claude-loop

Orchestrate a Claude-Codex loop for planning, implementation, and cross-review.

1|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/tygwan/ultra-codex-init --skill codex-claude-loop-tygwan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex-claude-loop
Source: https://github.com/tygwan/ultra-codex-init/tree/main/.codex/skills/codex-claude-loop
Command: npx skills add https://github.com/tygwan/ultra-codex-init --skill codex-claude-loop-tygwan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires claude, codex, and includes scripts (resource) components.

What problem does it solve?

Orchestrates a repeatable Claude-Codex loop that plans, implements, and reviews outputs with explicit handoffs, reducing fragmentation in AI-assisted development.

Core Features & Use Cases

  • Coordinated AI loop between Claude and Codex to generate, validate, and refine tasks.
  • Deterministic workflow with a reusable shell script to reproduce a round-trip cycle.
  • Safe execution guidance, isolation recommendations, and rollback-ready prompts and prompts-structure.

Quick Start

Run the bundled script to start a round-trip Claude-Codex loop for a given task and observe the automated review cycle.

Frequently Asked Questions about codex-claude-loop

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate plan-review cycles between Claude and Codex for software engineering tasks?

To automate plan-review cycles between Claude and Codex, you orchestrate a dual-AI loop that plans, implements, and cross-reviews outputs with explicit handoffs. This reduces fragmentation in AI-assisted development by enforcing deterministic prompts and validation checks.

What is a dual-AI loop for AI-assisted development and how does it work?

A dual-AI loop for AI-assisted development coordinates Claude and Codex to generate, validate, and refine tasks. It works by applying explicit handoffs between planning and implementation phases, using a reusable shell script to reproduce a round-trip cycle with safety constraints.

Do I need both Claude and Codex installed to run an automated AI workflow loop?

Yes, you need both Claude and Codex available to run this automated AI workflow loop. They act as the core dependencies required to execute the coordinated planning, implementation, and cross-review cycle with explicit handoffs.

How do I start a round-trip Claude-Codex loop for a specific development task?

To start a round-trip Claude-Codex loop, run the bundled shell script provided in the scaffold at .codex/skills/. This initiates the automated review cycle for a given task, applying deterministic prompts and validation checks to observe the output.

What are the limitations of using an automated AI loop for software engineering workflows?

Limitations of using an automated AI loop include the need for safe execution isolation and rollback-ready prompts. While it provides deterministic validation, you must still enforce safety constraints manually to prevent unintended actions during the automated implementation phase.