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-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 agents
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-factory 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
tailwind-shadcn-setup
by vanman2024Setup Tailwind CSS and shadcn/ui component library for Next.js projects. Use when configuring Tailwind CSS, installing shadcn/ui, setting up design to...
spanish-language-tutor
by sandraschiComprehensive Spanish language expert covering grammar, conversation, regional dialects, and language learning strategies
frontend-dev-guidelines
by diet103Frontend development guidelines for React/TypeScript applications. Modern patterns including Suspense, lazy loading, useSuspenseQuery, file organizati...
torch-geometric
by davila7Graph Neural Networks (PyG). Node/graph classification, link prediction, GCN, GAT, GraphSAGE, heterogeneous graphs, molecular property prediction, for...
Agentic Skill Details
- Owner
- alirezarezvani (GitHub)
- Repository
- claude-code-skill-factory
- Type
- Technical
- Meta-Domain
- development
- Primary Domain
- javascript
- Market Score
- 0.0
Agent Skill Grade
C
Score: 72/100
Click to see breakdown
Score Breakdown
Areas to Improve
- No trigger phrases
- 349-line file lacks table of contents despite exceeding 100-line threshold
- Detailed Python module descriptions belong in README.md, not SKILL.md overview
Recommendations
- Address 2 high-severity issues first
- Add trigger phrases to description for discoverability
- Add table of contents for files over 100 lines
Graded: 1/24/2026
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 you +2 points. The pattern matters—triggers need to be action-oriented and cover the main use cases.
Other Things Worth Fixing
Add a Table of Contents to SKILL.md (22 PDA points → 24)
- Your SKILL.md is 349 lines without a TOC, and the grader penalizes this
- Add a simple TOC right after the frontmatter with 5-6 main sections
- Impact: +2 points
Cut the verbose Python module descriptions (22 PDA → 25)
- Lines 110-146 detail each module in SKILL.md—that belongs in README.md, not your overview
- Replace with a one-liner: "Six specialized modules handle environment validation, parsing, analysis, and output generation. See README.md for details."
- Impact: +3 points
Fix your voice inconsistency (6 writing style → 8)
- You mix "This skill creates..." (declarative), "Generate AGENTS.md" (imperative), and "you have access to" (second-person)
- Pick one voice throughout—imperative is cleanest for skills: "Generate AGENTS.md", "Validate environments", "Parse configuration"
- Impact: +2 points
Strip the marketing language
- "seamless interoperability", emojis (✅, ❌, ❤️), and "Built with" phrasing read like marketing, not technical docs
- Replace with plain language: "provides interoperability", "success/failure", "Created using"
- Impact: +1 point
Quick Wins Summary
| Fix | Impact | Effort |
|---|---|---|
| Add trigger phrases | +2 points | 2 min |
| Add SKILL.md TOC | +2 points | 3 min |
| Trim Python module details | +3 points | 5 min |
| Unify voice (imperative throughout) | +2 points | 10 min |
| Remove marketing language | +1 point | 5 min |
That's +10 points with roughly 25 minutes of work—gets you to 82/100 (B-range).
Checkout your skill here: SkillzWave.ai | SpillWave We have an agentic skill installer that installs skills in 14+ coding agent platforms. Check out this guide on how to improve your agentic skills.
AI-Detected Topics
Extracted using NLP analysis
Browse Category
More development Agentic SkillsReport Security Issue
Found a security vulnerability in this agent skill?