skill-codex
Claude Code skill that delegates prompts to Codex for code analysis and editing.
- Type
- Agent Skill
- Open source
- Yes
- GitHub Stars
- ★ 1.3k
- Source
- skill-github
- Repository
- github.com/skills-directory/skill-codex
Overview
This skill enables Claude Code to invoke the Codex CLI (`codex exec` and session recovery) for automated code analysis, refactoring, and editing workflows. Through this skill, AI can leverage Codex's powerful capabilities to improve code quality. Installation requires the `codex` CLI and valid credentials configured. Suitable for developers and teams to enhance code quality and development efficiency.
Capabilities
- ▪Invoke Codex CLI for code analysis
- ▪Automatic code refactoring
- ▪Code editing suggestions
- ▪Support for multiple model selection
- ▪Multi-level reasoning effort settings
Use cases
Setup
Recommended installation via Claude Code plugin system: "/plugin marketplace add skills-directory/skill-codex" and "/plugin install skill-codex@skill-codex"
This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.
FAQ
How to confirm Codex is installed correctly?
Run `codex --version` to verify version information.
How to view thinking tokens?
Explicitly request Claude to display thinking tokens in the prompt.
Related skills
gemini-cli
Gemini CLI is an open-source AI agent that brings Gemini's powerful capabilities directly into the terminal.
private-gpt
Provides a complete API layer for local models, supporting RAG, skills, tools, and more.
planning-with-files
File-based persistent planning skill, ideal for AI coding agents and long-running tasks.
scientific-agent-skills
Transform any AI agent into a scientific assistant with 147 ready-to-use research skills.
susi_alexa_skill
A skill that enables question-and-answer interactions between Alexa and Susi AI.
claude-context
Provides code search capabilities for Claude Code, turning the entire codebase into context.