Coding · Channel: Claude Code

codex

Use when the user asks to run Codex CLI (codex exec, codex resume) or references OpenAI Codex for code analysis, refactoring, or automated editing.

Skillskills-directory/skill-codexVerify upstream fit
Rank signal57/100

This rank signal uses GitHub stars, measured star growth, and recent maintenance. It is not a safety score or install approval.

SKILL.md proofSKILL.mdOpen the upstream source before installing.
GitHub stars1,305Adoption baseline, not a quality guarantee.
Adoption momentum+17/wk starsMeasured star growth from the current scan window.
Recent update10 days agoRecent maintenance signal: last pushed Jun 3, 2026.
Why we list it

Worth reviewing before you install

Worth a closer look if the use case fits. It has adoption, measured growth, and recent maintenance. Install notes are available, but you should still inspect the source.

Approved public shortlistSKILL.md evidenceAlternatives kept nearby
Best for

Coding teams. Channel tag: Claude Code, Codex. Treat this as a search fit signal, not compatibility proof. Best when you want a concrete install path. Start with plugins/skill-codex/skills/codex/SKILL.md.

Review before install

Inspect plugins/skill-codex/skills/codex/SKILL.md and the install command before adding it to a shared agent workflow. No actionable warning was returned for this snapshot.

Compare alternatives

Compare nearby coding skills in the Claude Code, Codex channel when 1,305 GitHub stars, source freshness, or install notes are close. This one has a clearer install path, but a nearby skill may still fit your agent setup better.

GitHub1,305 stars102 forksSkill

How to install codex

/plugin marketplace add skills-directory/skill-codex
Source evidence preview

We show selected README/SKILL.md excerpts, not a full mirror of the repo. Use the focus cards for install notes, usage, and skill rules, then open GitHub before installing.

Install evidence

Command extracted from README.md.

/plugin marketplace add skills-directory/skill-codex
Usage evidence

Sections found: Usage.

Skill rules

Review plugins/skill-codex/skills/codex/SKILL.md for trigger rules and constraints.

README.mdSections: Installation, Option 1: Plugin Installation (Recommended), Option 2: Standalone Skill Installation, Usage

Note: If you want a more autonomous setup for agentic workflows, check out klaudworks/ralph-meets-rex.

Installation

This repository is structured as a Claude Code Plugin with a marketplace. You can install it as a plugin (recommended) or extract it as a standalone skill.

Option 1: Plugin Installation (Recommended)

Install via Claude Code's plugin system for automatic updates:

/plugin marketplace add skills-directory/skill-codex
/plugin install skill-codex@skill-codex

Option 2: Standalone Skill Installation

Extract the skill folder manually:

git clone --depth 1 git@github.com:skills-directory/skill-codex.git /tmp/skills-temp && \
mkdir -p ~/.claude/skills && \
cp -r /tmp/skills-temp/plugins/skill-codex/skills/codex ~/.claude/skills/codex && \
rm -rf /tmp/skills-temp

Usage

Need the full source? Read full README on GitHub