cooperation-with-codex

Coordinate human architect and Codex to plan, prompt, and implement code edits.

16|2|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/figuretu/my-skills --skill cooperation-with-codex
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cooperation-with-codex
Source: https://github.com/figuretu/my-skills/tree/main/cooperation-with-codex
Command: npx skills add https://github.com/figuretu/my-skills --skill cooperation-with-codex

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Claude and Codex enable a structured collaborative coding workflow where a human architect (Claude) guides research, planning, and prompt design, while Codex CLI performs the code edits.

Core Features & Use Cases

  • Role-based collaboration and clear task division between Claude and Codex for architecture and implementation.
  • Rigorous process with checkpoints, git diff tracking, and task delegation to Codex to ensure traceability.
  • Integrated references material via a references directory to inform Codex prompts and decisions.
  • Safe, iterative validation and completion of coding tasks through a defined lifecycle.

Quick Start

Initiate a codex-assisted coding session: outline the task, plan the steps, and delegate edits to Codex.

Frequently Asked Questions about cooperation-with-codex

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

FAQPage Schema
How do I coordinate Claude and Codex for collaborative code editing?

Collaborative coding with Claude and Codex divides tasks by role: Claude designs the architecture and prompts, while Codex CLI executes the code edits, ensuring safe and auditable implementation through a disciplined workflow.

What is the best way to plan complex code generation tasks with Codex?

The best way to plan complex code generation tasks is using a structured workflow with checkpoints, git diff tracking, and codex-exec delegation to ensure safe, iterative validation and traceable task completion.

How does Codex-assisted development track code changes during implementation?

Codex-assisted development tracks code changes through rigorous git diff tracking and defined lifecycle checkpoints, providing full auditability and traceability for every code edit delegated to Codex.

Can I use Claude to design prompts for Codex CLI code edits?

Yes, you can use Claude to design prompts for Codex CLI code edits by acting as the human architect to plan steps, structure prompts, and delegate implementation tasks to Codex.

When do I need a structured workflow for codex-exec delegation?

You need a structured workflow for codex-exec delegation when handling complex tasks that require architecture design and code-generation collaboration, ensuring safe, iterative validation and completion.