git404hub

what is claude-code-codex-skill fr?

fabianwesner/claude-code-codex-skill — explained in plain English

Analysis updated 2026-05-18

12PythonAudience · developerComplexity · 2/5LicenseSetup · moderate

tl;dr

A Claude Code add-on that lets Claude call OpenAI's Codex CLI as a helper agent for specific coding tasks.

vibe map

mindmap
  root((claude-code-codex-skill))
    What it does
      Adds Codex as subagent
      Delegates coding tasks
      Extends Claude Code
    Tech stack
      Python
      Claude Code
      Codex CLI
    Use cases
      Second opinions
      Bounded write tasks
      Steerable sessions
    Audience
      Developers
      Claude Code users
    Setup
      Needs Codex CLI auth
      Python 3.9 plus
      Symlink skill folder

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Add a skill to Claude Code so it can delegate coding subtasks to OpenAI Codex.

VIBE 2

Get a quick second opinion from Codex on a piece of code without leaving Claude Code.

VIBE 3

Run a longer steerable Codex session controlled through local files.

what's the stack?

PythonClaude CodeCodex CLI

how it stacks up fr

fabianwesner/claude-code-codex-skillaim-uofa/reasonmatchairbone42/360-data-athlete
Stars121212
LanguagePythonPythonPython
Setup difficultymoderatehardhard
Complexity2/55/54/5
Audiencedeveloperresearchergeneral

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · moderate time til it works · 30min

Requires the OpenAI Codex CLI installed and already authenticated separately.

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

in plain english

This project is an add-on skill for Claude Code, the command line coding assistant from Anthropic. It teaches Claude Code how to call OpenAI's Codex command line tool as a helper, so Claude can hand off certain coding tasks to Codex and use its output as part of a larger workflow. The package is built around a skill folder named codex-subagent. Inside it, a SKILL.md file explains the rules Claude should follow when using Codex, and two Python scripts do the actual work. One script runs a single one-shot turn with the Codex app server, useful for quick tasks. The other script runs an interactive, file-controlled session with Codex, which lets a longer running conversation be steered through files on disk rather than a live terminal. To use this, you need Claude Code installed with support for local skills, the OpenAI Codex command line tool installed and already signed in, and Python 3.9 or newer on your machine. The setup does not configure Codex authentication for you, so that step has to be done separately before the skill will work. Installing the skill means copying or linking its folder into your personal Claude skills directory, then restarting Claude Code so it notices the new skill. Once installed, the SKILL.md file documents the supported patterns: asking Codex for a second opinion in a read only mode, giving Codex a bounded task where it can write files, resuming a previous Codex session, and running the steerable app server sessions mentioned above using a file based control system. This is a small, focused developer tool rather than a full application. It is meant for people who already use Claude Code and want to bring in Codex as a secondary agent for specific jobs, and the README is fairly short with no separate documentation site. It is released under the MIT License.

prompts (copy fr)

prompt 1
Help me install this Claude Code skill and link it into my ~/.claude/skills directory.
prompt 2
Explain how the codex_appserver.py script differs from codex_session.py in this repo.
prompt 3
Show me how to configure Codex CLI authentication so this skill can call it.
prompt 4
Walk me through the read only second opinion pattern described in SKILL.md.

Frequently asked questions

what is claude-code-codex-skill fr?

A Claude Code add-on that lets Claude call OpenAI's Codex CLI as a helper agent for specific coding tasks.

What language is claude-code-codex-skill written in?

Mainly Python. The stack also includes Python, Claude Code, Codex CLI.

What license does claude-code-codex-skill use?

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

How hard is claude-code-codex-skill to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is claude-code-codex-skill for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.