Codex CLI Delegation & Code Generation Routing
Installation
SKILL.md
Purpose & When-To-Use
Trigger this skill when:
- User requests generation of new code from scratch (boilerplate, scaffolds, templates)
- Task involves creating test suites from existing code
- Rapid prototyping with natural language specifications is needed
- Large-scale repetitive code patterns must be generated
- Multi-file project initialization is required
- Converting pseudocode or diagrams to implementation
Do NOT trigger when:
- Debugging existing code with business context
- Refactoring code requiring architectural understanding
- Performing code review or security analysis
- Modifying existing code with complex dependencies
- Interactive problem-solving requiring domain expertise