Delegate a coding task to the OpenAI Codex CLI as a background implementer, then review its diff and land it yourself. Use this whenever the user wants to hand implementation work to Codex — phrasings like "have Codex do X", "delegate this to Codex", "run it through Codex", or "use Codex to implement/fix/refactor" — or to run a queue of coding tasks through Codex while staying the reviewer. Prefer it over a one-shot Codex forwarder (such as the codex-rescue agent) when the user will review the diff and commit it themselves. DO NOT USE for tasks small enough to do inline, or when the user wants the code written directly without delegating.
$npx -y skills add amelnagdy/delegate-skills --skill codex-delegateInstalls into the current project.
Run `npx skills use "https://github.com/amelnagdy/delegate-skills" --skill "amelnagdy/delegate-skills/codex-delegate"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/amelnagdy/delegate-skills" that are relevant to the current task. Run `npx skills add "https://github.com/amelnagdy/delegate-skills"` and select the relevant skills, then follow their instructions.