What problem does it solve? Offloading coding work to an autonomous agent requires knowing the right CLI flags, terminal settings, and git workflows. This Skill provides ready-to-use patterns for delegating feature building, refactoring, PR reviews, and batch issue fixing to the OpenAI Codex CLI through the Anakot terminal. ## Core Features & Use Cases - One-Shot Task Execution: Run codex exec commands for single tasks like adding features or building small projects, with automatic git repo setup for scratch work. - Background Long-Running Tasks: Launch Codex with --full-auto in background mode and monitor progress via the process tool's poll, log, submit, and kill actions. - Parallel Workflows: Use git worktrees to fix multiple issues simultaneously and review batches of PRs in parallel, then push branches and create PRs with gh. - Use Case: You have two open bug issues. Create two git worktrees, launch a Codex process in each with --yolo exec, monitor both with process(action="list"), then push the fixes and open PRs automatically. ## Quick Start Ask the agent to run codex exec with a prompt like "Add dark mode toggle to settings" in your project directory using a PTY terminal.