codex-delegate
SolidDelegates implementation-heavy or repetitive coding work (batch edits, boilerplate, multi-file refactors with clear patterns, test scaffolding) from Claude to OpenAI Codex CLI. Use when token cost outweighs judgment cost. Trigger phrases include "delegate to codex", "let codex do this", "batch refactor across files", "scaffold tests for". Avoid for architecture, security review, or root-cause debugging.
Install
Quality Score: 88/100
Skill Content
Details
- Author
- WenyuChiou
- Repository
- WenyuChiou/codex-delegate
- Created
- 3 months ago
- Last Updated
- 6 days ago
- Language
- Python
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
run-codex
Delegate clear-spec, bulk, or mechanical work — migrations, codemods, large refactors, log digs, and independent code review — to gpt-5.5 through the Codex CLI, with quota-aware fallback to Claude models.
codex-rescue
Delegate an implementation task to Codex, then Claude reviews the result. Use when asked "codex rescue", "delegate to codex", "have codex do it", or wants Codex to implement or fix something.
codex
OpenAI Codex CLI — delegate coding tasks (build features, refactor, review) to a backgrounded agent. Requires OPENAI_API_KEY.