
from claude-skill-registry211
Bridges Claude Code and OpenAI Codex CLI: generates AGENTS.md from CLAUDE.md and provides codex exec helpers for executing and documenting skills.
This skill provides a bridge between Claude Code projects and the OpenAI Codex CLI. It parses CLAUDE.md and project structure to generate an AGENTS.md reference file (no content duplication), and includes Python helpers to run Codex CLI tasks reliably using codex exec. It also produces documentation that helps Codex CLI users discover and run Claude skills.
Use this skill when you want to make Claude Code skills accessible to developers who use the Codex CLI: generating consistent AGENTS.md documentation, validating environment/setup (Codex installed and authenticated), and executing analysis or edit tasks via codex exec. Ideal for cross-tool collaboration, CI doc generation, and onboarding new contributors.
{}
Codex CLI Bridge aims to bridge Claude Code and OpenAI Codex CLI via documentation translation (CLAUDE.md → AGENTS.md) and execution helpers. No scripts were bundled — the SKILL.md references 6 Python scripts (safety_mechanism.py, claude_parser.py, etc.) that are absent, making this documentation-only. Well-written docs with clear examples, but cannot function as-is.
codex-cli (referenced but not bundled)Skill is effectively a specification without implementation. The SKILL.md is comprehensive and well-organized but the core scripts it describes are not included. Considered a documentation template rather than a functional skill.