codex-cli-bridge
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
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-bridgeskilz install alirezarezvani/claude-code-skill-factory/codex-cli-bridge --agent opencodeskilz install alirezarezvani/claude-code-skill-factory/codex-cli-bridge --agent codexskilz install alirezarezvani/claude-code-skill-factory/codex-cli-bridge --agent geminiFirst time? Install Skilz: pip install skilz
Works with 22+ AI coding assistants
Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...
Extract and copy to ~/.claude/skills/ then restart Claude Desktop
git clone https://github.com/alirezarezvani/claude-code-skill-factorycp -r claude-code-skill-factory/generated-skills/codex-cli-bridge ~/.claude/skills/Need detailed installation help? Check our platform-specific guides:
Related Agentic Skills
tailwind-shadcn-setup
by vanman2024
Setup Tailwind CSS and shadcn/ui component library for Next.js projects. Use when configuring Tailwind CSS, installing shadcn/ui, setting up design...
spanish-language-tutor
by sandraschi
Comprehensive Spanish language expert covering grammar, conversation, regional dialects, and language learning strategies
frontend-dev-guidelines
by diet103
Frontend development guidelines for React/TypeScript applications. Modern patterns including Suspense, lazy loading, useSuspenseQuery, file organiz...
torch-geometric
by davila7
Graph Neural Networks (PyG). Node/graph classification, link prediction, GCN, GAT, GraphSAGE, heterogeneous graphs, molecular property prediction, ...
Agentic Skill Details
- Owner
- alirezarezvani (GitHub)
- Repository
- claude-code-skill-factory
- 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
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
--validateflag 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
Browse Category
More development Agentic SkillsReport Security Issue
Found a security vulnerability in this agent skill?
Report Security Issue
Thank you for helping keep SkillzWave secure. We'll review your report and take appropriate action.
Note: For critical security issues that require immediate attention, please also email security@skillzwave.ai directly.