What problem does it solve? Orchestrating an external autonomous coding agent from within an AI assistant requires knowing the right invocation modes, auth setup, and approval flags. This Skill provides a complete operational guide for delegating feature building, refactoring, PR reviews, and batch issue fixing to the Grok Build CLI without manual 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 for long-running work. - Parallel Workflows: Fix multiple issues concurrently using git worktrees, background processes, and automated PR creation. - Use Case: You need two GitHub issues fixed in parallel. The agent creates two git worktrees, launches a headless Grok session in each with auto-approval, monitors completion, then pushes branches and opens pull requests. ## Quick Start Ask the agent to use Grok headless mode to add a dark mode toggle to the settings page of your project.