Leaderboard/Developer Tooling/skill-codex
Last commit on September 12, 2026·Created on October 21, 2025

skills-directory/skill-codex

A bridge for delegating complex code analysis and refactoring to the Codex CLI
Combined rank
#228
across all skills
In Developer Tooling
#19
category rank
Stars
1.4k
+0.6% in last 7d
Forks
112
+0.9% in last 7d
Watchers
10
0.0% in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

This skill enables AI agents to execute structured commands via the Codex CLI for deep code analysis and automated editing. It provides a framework for managing sessions, allowing users to specify reasoning effort and model selection for high-complexity backend tasks.

By automating the execution of codex exec and resume commands, it streamlines large-scale refactoring jobs that require frontier reasoning models to maintain architectural integrity.

WHO IT'S FOR
AI agent / automation builders
delegate complex code analysis to Codex CLI
Backend / infrastructure engineers
automate large-scale code refactoring tasks
Technical leads / architects
perform deep architectural code analysis
Claude Code power users
integrate Codex capabilities into Claude workflows
Repository contents

1 skill file

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.

Use this skill

Follow the documented setup, then try a first task.

Claude Code plugin installation

Installs: Installs the complete skill-codex Claude Code plugin from its marketplace, which delegates code-analysis, refactoring, code-review, and editing tasks to the Codex CLI. · Claude Code

Before you start
  • The `codex` CLI must already be installed and available on `PATH`.
  • Codex must be configured with valid credentials and settings.
  1. In a terminal, confirm that the existing Codex CLI installation works; resolve any reported errors before installing or using the plugin.

    codex --version
  2. In a Claude Code session—not a terminal—add the repository's marketplace and then install the skill-codex plugin.

    /plugin marketplace add skills-directory/skill-codex
    /plugin install skill-codex@skill-codex
plugins/skill-codex/skills/codex/SKILL.md · Checked Sep 18, 2026README.md · Checked Sep 18, 2026.claude-plugin/marketplace.json · Checked Sep 18, 2026

Give it something to do.

Author’s example

Analyze a Claude Code skill repository

Uses codex

  • A Claude Code skill repository opened as the current repository.
  • A working, configured Codex CLI installation.
  • Your preferred Codex model and reasoning effort, if you do not want the documented defaults.
Use codex to analyze this repository and suggest improvements for my claude code skill.
plugins/skill-codex/skills/codex/SKILL.md · Checked Sep 18, 2026README.md · Checked Sep 18, 2026