codex-cli-bridge

Generate AGENTS.md files and wrap Codex CLI commands for execution.

1|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/smrik/ai-fund --skill codex-cli-bridge-smrik
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex-cli-bridge
Source: https://github.com/smrik/ai-fund/tree/main/skills/codex-cli-bridge
Command: npx skills add https://github.com/smrik/ai-fund --skill codex-cli-bridge-smrik

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill resolves the friction between using Claude Code and OpenAI's Codex CLI by providing a unified interface for documentation, execution, and workflow management.

Core Features & Use Cases

  • AGENTS.md Generation: Automatically parses project structure and CLAUDE.md to generate a comprehensive AGENTS.md file without duplicating content.
  • Codex Execution Helpers: Provides robust Python wrappers for Codex CLI commands, ensuring all tasks use the correct execution context and model selection.
  • Use Case: When working in a project that uses both Claude Code for orchestration and Codex CLI for specialized code editing, use this skill to keep your documentation in sync and execute complex refactoring tasks with a single command.

Quick Start

Use the codex-cli-bridge skill to generate the AGENTS.md file for the current project.

Frequently Asked Questions about codex-cli-bridge

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

FAQPage Schema
How do I sync project documentation between Claude Code and Codex CLI?

To sync project documentation between Claude Code and Codex CLI, you can use a bridge tool to automatically parse your project structure and CLAUDE.md to generate a comprehensive AGENTS.md file without duplicating content.

How do I generate an AGENTS.md file for my existing project?

Generating an AGENTS.md file involves parsing the current project structure and your CLAUDE.md configuration. A bridge tool automates this process, creating comprehensive documentation that standardizes command execution for OpenAI Codex CLI operations.

Do I need Codex CLI installed and authenticated to use a Claude Code bridge?

Yes, you need a valid Codex CLI installation and authentication to use a Claude Code bridge. These prerequisites are required to perform analysis, editing, and search tasks through the execution wrappers.

Can I run complex refactoring tasks using Codex CLI through Claude Code orchestration?

Yes, you can run complex refactoring tasks using Codex CLI through Claude Code orchestration. Python execution wrappers ensure all tasks use the correct execution context and model selection, allowing you to execute commands with a single instruction.

What is the best way to execute Codex CLI commands without context conflicts?

The best way to execute Codex CLI commands without context conflicts is using robust Python execution wrappers. These wrappers standardize command execution and ensure all tasks use the correct execution context and model selection.

Why does my AGENTS.md file duplicate content from my CLAUDE.md project configuration?

Your AGENTS.md file may duplicate content if generated manually without parsing the project structure correctly. Using an automated bridge tool resolves this by analyzing existing documentation and generating a comprehensive file without duplication.