Claude Code Codex Skill — Development skill for Claude Code
Codex skill for invoking Claude Code as a delegated development agent.
How to install Claude Code Codex Skill
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open win4r/claude-code-codex-skill and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Claude Code Codex Skill does
Codex skill for invoking Claude Code as a delegated development agent.
Alternatives in Development
- Contributing To Career-Ops — Thanks for your interest in contributing 32.5k ★
- SuperClaude Framework — A configuration framework that enhances Claude Code with specialized commands, cognitive personas, and develop 22k ★
- Feature Dev — Comprehensive feature development with specialized agents 14k ★
README
Claude Code Codex Skill
Codex skill for invoking the local Claude Code CLI as a delegated development agent.
The skill wraps `claude -p` with safer defaults, documents when to use `plan`, `acceptEdits`, `dontAsk`, and `auto`, and keeps Codex responsible for inspecting diffs and verifying results before reporting back.
Install
Clone this repository and copy the skill directory into Codex's skills folder:
git clone https://github.com/win4r/claude-code-codex-skill.git
CODEX_HOME="${CODEX_HOME:-$HOME/.codex}"
mkdir -p "$CODEX_HOME/skills"
rm -rf "$CODEX_HOME/skills/claude-code"
cp -R claude-code-codex-skill/claude-code "$CODEX_HOME/skills/"
Then invoke it in Codex with `$claude-code` when you want Codex to consult or delegate work to Claude Code.
Contents
claude-code/SKILL.md: Codex-facing workflow and guardrails.claude-code/scripts/run_claude.py: wrapper around the localclaudeCLI.claude-code/references/official-docs-notes.md: condensed notes from official Claude Code docs.
Requirements
- Claude Code CLI installed and on
PATH. claude auth status --textsucceeds.- Python 3 is available on
PATH. - Codex can read
${CODEX_HOME:-$HOME/.codex}/skills/claude-code.
Related Skills
Codex Plugin Cc
Use Codex in Claude Code for code reviews and delegated tasks with background job control
Agentlas Search
Search Agentlas Cloud and Hub agent candidates without invoking.
Fable
Shortcut for claude-review with a single Fable Skeptic (deep behavioral reasoning, pinned to fable). Ignores t
Internet Court Skill
The trust layer for agent-to-agent commerce — natural-language mandates, ERC-7710 delegated permissions, x402
Xdel
Hybrid Tree-backed delegated implementation
Hatch3r Incident Response
Drive a live production incident through a structured lifecycle -- triage + topology, bounded-autonomy mitigat
Related Agents
GPT Worker
Worker agent that runs on the Codex subscription via subswitch. Use for tasks explicitly delegated to the GPT
Team Codex Verifier
Codex-delegated verify stage. Forwards the dispatch to the packaged Codex verify wrapper via one Bash call and
Codex Plugin Manager
Orchestrate the full Claude Code plugin development lifecycle from design through verification and packaging.