skills/handoff-codex/SKILL.md
Delegate tasks to Codex CLI to save Claude context
npx skillsauth add claude-world/director-mode-lite handoff-codexInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Delegate tasks to OpenAI Codex CLI to save Claude context.
| Use Codex For | Keep in Claude | |---------------|----------------| | Simple file edits | Complex reasoning | | Bulk refactoring | Architecture decisions | | Code generation from specs | Problem analysis | | Documentation updates | Multi-step workflows |
npm install -g @openai/codex
## Task for Codex
**Goal**: [What needs to be done]
**Files**: [Which files to modify]
**Details**: [Specific requirements]
# Single file
codex "Update login function in src/auth.ts to add rate limiting"
# Multiple files
codex "Refactor console.log to logger in src/**/*.ts"
## Task: Update All Import Statements
**Command:**
codex "Update all imports from 'lodash' to 'lodash-es' in src/**/*.ts"
**Expected:**
- ~15 files modified
- Each import updated
**After:**
1. Run `npm test`
2. Return if issues arise
development
Complete 5-step development workflow
tools
Test automation specialist for running tests and ensuring coverage
development
Test-Driven Development (TDD Red-Green-Refactor)
testing
Conventional Commits with quality checks