Delegate a task to OpenAI Codex CLI
/plugin marketplace add gopherguides/gopher-ai/plugin install gopherguides-llm-tools-plugins-llm-tools@gopherguides/gopher-ai<prompt># Delegate to Codex **If `$ARGUMENTS` is empty or not provided:** Display usage information and ask for input: This command delegates tasks to OpenAI Codex CLI for autonomous execution. **Usage:** `/codex <prompt>` **Examples:** | Command | Description | |---------|-------------| | `/codex refactor the auth module` | Refactor existing code | | `/codex write tests for utils.ts` | Generate test files | | `/codex fix the bug in checkout flow` | Debug and fix issues | | `/codex explain how the API routes work` | Code explanation | | `/codex add dark mode support` | Implement new features ...