What problem does it solve?
This Skill allows you to delegate specific, mechanical coding tasks to the OpenAI Codex CLI, enabling faster execution for repetitive or formulaic coding operations while retaining Claude's oversight for scoping, validation, and judgment.
Core Features & Use Cases
- Automated Code Generation: Add docstrings, extract constants, rename symbols, or apply mechanical refactors.
- Pre-flight Checks: Ensures Git is initialized and the Codex binary is available before execution.
- Scoped Execution: Targets specific files or directories for modifications.
- Use Case: You need to add Google-style docstrings to all public functions in a Python module. Instead of writing them manually, you can use this Skill to have Codex generate them automatically, followed by validation.
Quick Start
Use the codex skill to add docstrings to all public functions in src/mypackage/transforms.py.