codex-cli-bridge

325 stars 73 forks
0
C

Bridge between Claude Code and OpenAI Codex CLI - generates AGENTS.md from CLAUDE.md, provides Codex CLI execution helpers, and enables seamless interoperability between both tools

CommandsAgents
#Claude Code#claude-skills-creator#ai-agents#claude-code#CLI#claude-ai#Codex Execution#Claude
Also in: github machine learning data analysis

Third-Party Agent Skill: Review the code before installing. Agent skills execute in your AI assistant's environment and can access your files. Learn more about security

Installation for Agentic Skill

View all platforms →
skilz install alirezarezvani/claude-code-skill-factory/codex-cli-bridge
skilz install alirezarezvani/claude-code-skill-factory/codex-cli-bridge --agent opencode
skilz install alirezarezvani/claude-code-skill-factory/codex-cli-bridge --agent codex
skilz install alirezarezvani/claude-code-skill-factory/codex-cli-bridge --agent gemini

First time? Install Skilz: pip install skilz

Works with 22+ AI coding assistants

Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...

View All Agents
Download Agent Skill ZIP

Extract and copy to ~/.claude/skills/ then restart Claude Desktop

1. Clone the repository:
git clone https://github.com/alirezarezvani/claude-code-skill-factory
2. Copy the agent skill directory:
cp -r claude-code-skill-factory/generated-skills/codex-cli-bridge ~/.claude/skills/

Need detailed installation help? Check our platform-specific guides:

Related Agentic Skills

Agentic Skill Details

Stars
325
Forks
73
Type
Technical
Meta-Domain
development
Primary Domain
javascript
Market Score
0

Agent Skill Grade

C
Score: 72/100 Click to see breakdown

Score Breakdown

Spec Compliance
10/15
PDA Architecture
22/30
Ease of Use
19/25
Writing Style
6/10
Utility
17/20
Modifiers: -2

Areas to Improve

  • Description needs trigger phrases
  • SKILL.md Missing TOC
  • Verbose Python Module Descriptions

Recommendations

  • Address 2 high-severity issues first
  • Add trigger phrases to description for discoverability
  • Add table of contents for files over 100 lines

Graded: 2026-01-24

Developer Feedback

I checked out your codex-cli-bridge skill and can see you're tackling a real problem—bridging Claude Code and Codex CLI ecosystems. The utility here is solid, and the modular architecture shows good planning. Let me walk you through what's holding you back from a stronger score.

Links:

TL;DR

You're at 72/100, solidly in C territory. Your strongest pillar is Utility (17/20)—the skill solves a real interoperability problem with concrete value. Weakest spots: Spec Compliance (10/15) and Writing Style (6/10). Two high-priority fixes would push you into B range.

What's Working Well

  • Real problem-solving: You identified and solved an actual gap between Claude Code and Codex CLI. That's the kind of utility that matters.
  • Modular design: Six specialized Python modules (safety_mechanism, claude_parser, etc.) show solid architectural thinking.
  • Validation built in: The --validate flag and troubleshooting section give users confidence the bridge actually works.
  • Multiple reference documents: SKILL.md, README.md, and HOW_TO_USE.md show good progressive disclosure attempt—just needs tightening.

The Big One: Missing Trigger Phrases

Your frontmatter description has no trigger phrases, and that's costing you 2 points on spec compliance. The current description explains what the skill does, but doesn't tell Claude when to activate it.

Current:

description: Bridge between Claude Code and OpenAI Codex CLI - generates AGENTS.md from CLAUDE.md...

Fix it to:

description: Performs codex cli bridge operations. Use when asked to "codex cli bridge", "generate AGENTS.md from CLAUDE.md", "sync with Codex CLI", or "codex cli help".

This single fix gets y...

AI-Detected Topics

Extracted using NLP analysis

Claude Code claude-skills-creator ai-agents claude-code CLI claude-ai Codex Execution Claude Codex OpenAI Codex

Report Security Issue

Found a security vulnerability in this agent skill?