What problem does it solve? Orchestrating an external autonomous coding agent from a Hermes terminal requires knowing the right invocation modes, auth setup, and approval flags; this Skill encodes those patterns so coding tasks can be delegated to Grok Build without trial and error. ## 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 for long-running work. - PR review and parallel issue fixing: Review diffs in cloned temp repos and fix multiple issues concurrently using git worktrees. - Use Case: Ask the agent to fix two GitHub issues at once; it creates worktrees, launches background headless Grok sessions in each, monitors progress, 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.