What problem does it solve? Orchestrating an external autonomous coding agent from ZeusAgent requires knowing the right invocation modes, auth setup, and flags; this Skill encodes the operational patterns for driving the Grok Build CLI reliably. ## Core Features & Use Cases - Headless one-shot delegation: Run single coding tasks with grok -p, structured JSON output, and --always-approve for autonomous writes. - Interactive TUI sessions: Drive multi-turn Grok sessions through tmux with capture-pane monitoring, mirroring the claude-code and codex patterns. - PR reviews and parallel issue fixing: Review diffs in throwaway clones and run concurrent fixes across git worktrees with background process monitoring. - Use Case: Ask the agent to fix two GitHub issues at once; it creates worktrees, launches background headless Grok runs in each, monitors completion, then pushes branches and opens PRs. ## Quick Start Use the grok skill to run a headless task that adds a dark mode toggle to the settings page of my project.