Skill Codex — Productivity skill for Claude Code
Curated skill codex and management.
How to install Skill Codex
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open sypsyp97/claude-skill-codex and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Skill Codex does
Teach Claude Code how to invoke OpenAI's Codex CLI for advanced code analysis, refactoring, and automated editing.
Alternatives in Productivity
- Linear - Ticket Management — You are tasked with managing Linear tickets, including creating tickets from thoughts documents, updating exis 10k ★
- Product Team Skills — Product management team skills 5.3k ★
- Claudekit Meta Tools — Meta-tools for skill management 1.9k ★
README
Codex Skill for Claude Code
Teach Claude Code how to invoke OpenAI's Codex CLI for advanced code analysis, refactoring, and automated editing.
A [Claude Code skill](https://docs.claude.com/en/docs/agents-and-tools/agent-skills/overview) that enables Claude to leverage OpenAI Codex CLI's advanced reasoning models for code reviews, refactoring, security audits, architecture analysis, and automated transformations.
Overview
This filesystem-based skill automatically activates when you mention Codex-related tasks. Simply ask Claude to review or refactor your code, and it will:
- Select
gpt-5.4model and optimal reasoning effort - Execute Codex CLI with appropriate parameters and sandbox settings
- Handle session resume, error recovery, and multi-step workflows
- Summarize results and suggest next steps
Prerequisites
Before installing this skill:
- Codex CLI installed: The
codexcommand must be available on yourPATH - Codex configured: Valid credentials in
~/.codex/config.toml - Verify installation: Run
codex --versionto confirm setup
If you don't have Codex installed, see the [Codex CLI documentation](https://developers.openai.com/codex/cli/reference).
Installation
Clone and copy the skill to your `.claude/skills` directory:
**Personal Installation (all projects):**
# Unix/Linux/macOS
git clone --depth 1 https://github.com/sypsyp97/claude-skill-codex.git /tmp/codex-skill && \
mkdir -p ~/.claude/skills && cp -r /tmp/codex-skill/.claude/skills/codex ~/.claude/skills/codex && \
rm -rf /tmp/codex-skill
# Windows (PowerShell)
git clone --depth 1 https://github.com/sypsyp97/claude-skill-codex.git $env:TEMP\codex-skill; `
New-Item -ItemType Directory -Force -Path "$env:USERPROFILE\.claude\skills"; `
Copy-Item -Recurse -Force "$env:TEMP\codex-skill\.claude\skills\codex" "$env:USERPROFILE\.claude\skills\codex"; `
Remove-Item -Recurse -Force "$env:TEMP\codex-skill"
**Project-Specific Installation:**
...
Related Skills
Pokayokay
An orchestration plugin for Claude Code and Codex that enables reliable autonomous development sessions with c
Tech Leads Agent Skills
Agent skills curated for tech leads
Project Management Skills
Project management frameworks and tools
Ra Qm Team Skills
Regulatory affairs and quality management
Enterprise Workflows Pack
Enterprise workflow management
Maestro Issue
Intent-driven issue lifecycle management — describe what you want in natural language (报告一个 bug / 列出开放 issue /
Related Agents
Webship Patches
Use this agent to help with Webship patches management — installing and configuring the webship/patches Compos
Data Sources
Curated list of credible sources for market research and sizing analysis. - wshobson/agents
Antfu's Skills
Anthony Fu's curated collection of agent skills.