Discover and explore top open-source AI tools and projects—updated daily.
skills-directoryClaude Code integration for automated code tasks
Top 84.9% on SourcePulse
Summary
This project provides a Claude Code skill that integrates the Codex CLI, enabling automated code analysis, refactoring, and editing directly within Claude's environment. It benefits developers using Claude Code by streamlining complex code manipulation tasks, allowing for AI-driven improvements and workflow automation without leaving the Claude interface.
How It Works
The skill facilitates interaction between Claude Code and the Codex CLI by constructing and executing commands like codex exec and session resumes. It abstracts away the CLI's complexity, allowing users to specify parameters such as the AI model (e.g., gpt-5-codex), reasoning effort levels (low, medium, high), and sandbox modes (defaulting to read-only for safety during analysis). By default, it suppresses standard error output (2>/dev/null) to prevent Claude's context window from being unnecessarily consumed by debugging information, though this can be overridden upon request.
Quick Start & Requirements
~/.claude/skills/codex.
git clone --depth 1 git@github.com:skills-directory/skill-codex.git /tmp/skills-temp && \
mkdir -p ~/.claude/skills && \
cp -r /tmp/skills-temp/ ~/.claude/skills/codex && \
rm -rf /tmp/skills-temp
codex --version.SKILL.md.Highlighted Details
Maintenance & Community
No specific details regarding maintainers, community channels (like Discord/Slack), or project roadmap are provided in the README.
Licensing & Compatibility
The README does not specify the project's license or provide compatibility notes for commercial use.
Limitations & Caveats
Successful operation is contingent upon the correct installation and configuration of the Codex CLI and its credentials. The default suppression of stderr output may obscure potential debugging information or Codex reasoning processes unless explicitly enabled by the user.
1 month ago
Inactive