Skill Codex

Enable Claude Code to invoke the Codex CLI (codex exec and session resumes) for automated code analysis, refactoring, and editing workflows.

klaudworks
Updated 1/11/2026
v1.0.0
Repository
codex

Files

Toggle any file to view its contents.

Loading files...

Installation

Project Level (Recommended)

1

Create the .claude directory at your project root

mkdir -p .claude
2

Create settings.json

touch .claude/settings.json
3

Add to .claude/settings.json

{
  "marketplaces": [
    "https://github.com/JNLei/third-party-claude-plugins.git"
  ],
  "plugins": [
    "skill-codex@third-party-plugins"
  ]
}

Global Level

1

Open Claude

2

Add or update marketplace

/plugin marketplace add JNLei/third-party-claude-plugins
Or if already added:
/plugin marketplace update third-party-plugins
3

Install plugin

/plugin install skill-codex@third-party-plugins