codex
Installation
SKILL.md
Codex Skill - JetBrains AI Integration
Use Codex CLI to delegate coding tasks that benefit from parallel AI processing.
When to Use Codex
GOOD for Codex:
- Large-scale refactoring across many files
- Repetitive code generation (boilerplate, tests)
- Code analysis and documentation
- Pattern-based transformations
- Exploring unfamiliar codebases
KEEP in Claude:
- Complex architectural decisions
- Security-sensitive code
- Tasks requiring deep context understanding
- Interactive problem-solving with user