What problem does it solve? Orchestrating an external autonomous coding agent from an AI terminal requires knowing its CLI flags, auth model, and session semantics. This Skill provides the operational playbook for delegating coding work to xAI's Grok Build CLI without trial-and-error. ## Core Features & Use Cases - Headless one-shot execution: Run single coding tasks with grok -p, structured JSON output, and --always-approve for autonomous writes. - Interactive TUI orchestration: Drive multi-turn Grok sessions through tmux with capture-pane monitoring. - PR review and parallel issue fixing: Review diffs in throwaway clones and run concurrent fixes across git worktrees. - Use Case: You need two GitHub issues fixed in parallel. The Skill guides you to create git worktrees, launch background headless Grok sessions in each, monitor them, then push branches and open PRs. ## Quick Start Ask the agent to use Grok headless mode to fix a specific bug in your project directory and report what changed.