A community-driven registry for the Claude Code ecosystem. Not affiliated with Anthropic.
Are you the author? Sign in to claim
A Claude Code skill that integrates OpenAI Codex CLI for independent code reviews - enabling proposer-checker-maker-chec
Enable proposer-checker-maker-checker workflows by integrating OpenAI's Codex CLI as a review agent within Claude Code sessions.
This skill lets you seamlessly invoke OpenAI Codex to review code changes directly from your Claude Code session - no more copy/pasting between terminals!
Perfect for: Independent code reviews, catching bugs before deployment, second opinions on implementation approaches.
/codex and get instant reviews
The /codex command appears in Claude Code's autocomplete with a clear description
The skill activates seamlessly - Claude hands off to Codex for review
Get production-ready assessments with before/after comparisons and actionable next steps
Install Codex CLI:
brew install codex-cli
# OR download from https://codex.storage.googleapis.com
Configure OpenAI API key:
codex login
Have Claude Code installed:
brew install claude-code
Option 1: Direct Install (Recommended)
mkdir -p ~/.claude/skills/codex
curl -o ~/.claude/skills/codex/SKILL.md https://raw.githubusercontent.com/adampaulwalker/codex-claude-skill/main/SKILL.md
Option 2: Clone Repository
git clone https://github.com/adampaulwalker/codex-claude-skill.git
cp codex-claude-skill/SKILL.md ~/.claude/skills/codex/
Option 3: Manual Installation
SKILL.mdmkdir -p ~/.claude/skills/codexmv SKILL.md ~/.claude/skills/codex/Restart Claude Code, then verify the skill is available:
claude
# In Claude Code session, type:
/codex
You should see the skill description appear!
After making changes in your project:
You: /codex
Claude: [Reviews all uncommitted changes via Codex]
Claude: Codex found 2 issues: ...
You: Can you have Codex review auth.ts?
Claude: [Runs Codex review on auth.ts]
Perfect for the proposer-checker workflow:
You: I just finished implementing the payment flow
Claude: [Implements code]
You: /codex
Claude: [Codex reviews]
You: Fix the issues Codex found
Claude: [Fixes issues]
You: /codex
Claude: Codex approves! Ready to commit.
Here's the complete proposer-checker-maker-checker workflow:
┌─────────────────────────────────────────────────────────┐
│ 1. Claude Code (Proposer) implements feature │
│ → Writes authentication code │
└─────────────────────────────────────────────────────────┘
↓
┌─────────────────────────────────────────────────────────┐
│ 2. User invokes: /codex │
└─────────────────────────────────────────────────────────┘
↓
┌─────────────────────────────────────────────────────────┐
│ 3. Codex (Checker) reviews independently │
│ → Finds missing error handling │
│ → Suggests password strength improvements │
└─────────────────────────────────────────────────────────┘
↓
┌─────────────────────────────────────────────────────────┐
│ 4. Claude Code (Maker) fixes issues │
└─────────────────────────────────────────────────────────┘
↓
┌─────────────────────────────────────────────────────────┐
│ 5. User invokes: /codex (Checker again) │
│ → Codex approves! ✅ │
└─────────────────────────────────────────────────────────┘
1. Make changes in Claude Code
2. Copy all changed files
3. Switch to Codex terminal
4. Paste into Codex
5. Wait for review
6. Copy feedback
7. Switch back to Claude Code
8. Paste feedback
9. Ask Claude to fix
10. Repeat...
1. Make changes in Claude Code
2. Type /codex
3. Get instant review
4. Fix issues
5. Done! ✨
Contributions are welcome! Here's how you can help:
MIT License - see LICENSE file for details
Made with ❤️ by the Claude Code community
Star ⭐ this repo if you find it useful!
1000+ skills curated from Anthropic, Vercel, Stripe, and other engineering teams
Design enforcement with memory — keeps your UI consistent across a project
Universal SEO skill for Claude Code. 25 sub-skills + 18 sub-agents covering technical SEO, E-E-A-T, schema, GEO/AEO, bac
Route Claude Code traffic to any of 17 provider backends including free or local models