codex-cli-bridge

Generate AGENTS.md from CLAUDE.md for Codex CLI projects.

3|Updated Oct 15, 2025
One-click install
npx skills add https://github.com/chaorenex1/coding-workflow --skill codex-cli-bridge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex-cli-bridge
Source: https://github.com/chaorenex1/coding-workflow/tree/main/skills/codex-cli-bridge
Command: npx skills add https://github.com/chaorenex1/coding-workflow --skill codex-cli-bridge

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Codex CLI Bridge resolves the friction and duplication between Claude Code project documentation and Codex CLI usage by automatically generating Codex-friendly AGENTS.md from CLAUDE.md and by providing execution helpers for Codex CLI commands.

Core Features & Use Cases

  • Generates AGENTS.md from CLAUDE.md to synchronize cross-tool docs
  • Documents skills for Codex CLI users with the most relevant usage method
  • Provides Python-based Codex CLI execution helpers and safe execution patterns
  • Enables cross-tool interoperability through reference-based documentation

Quick Start

Run the bridge against your Claude Code project to generate AGENTS.md and enable Codex CLI documentation.

Frequently Asked Questions about codex-cli-bridge

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

FAQPage Schema
How do I generate AGENTS.md from CLAUDE.md for Codex CLI?

The Codex CLI Bridge uses a Python-based parser to extract instructions from CLAUDE.md and generates a Codex-friendly AGENTS.md file, maintaining consistent reference-based guidance across both tools.

How does cross-tool documentation synchronization between Claude Code and Codex CLI work?

Cross-tool documentation synchronization works by applying a bridge mechanism that reads Claude Code project files and automatically generates equivalent Codex CLI documentation, eliminating manual duplication.

What is the best way to maintain consistent project documentation for both Claude Code and Codex CLI users?

The best way to maintain consistent documentation is using an automated bridge that generates AGENTS.md from CLAUDE.md, ensuring Codex CLI users access the same reference-based guidance without manual updates.

Does Codex CLI Bridge provide safe execution patterns for running Codex commands?

Yes, Codex CLI Bridge includes Python-based execution helpers and a safety mechanism module that validate environments and apply safety checks before executing Codex CLI commands.

Can I use Codex CLI Bridge with an existing CLAUDE.md file in my software project?

Yes, you can use Codex CLI Bridge with any project that maintains a CLAUDE.md file, as it parses the existing documentation to generate synchronized AGENTS.md and enable Codex CLI access.

What are the limitations of automating AGENTS.md generation from CLAUDE.md?

Automation is limited to the scope of your existing CLAUDE.md content, meaning any missing skills or undocumented project guidance will not appear in the generated AGENTS.md file for Codex CLI users.