What problem does it solve? Orchestrating an external autonomous coding agent from Hermes requires knowing the right invocation modes, auth setup, and flags; this Skill encodes the operational patterns for delegating coding work to xAI's Grok Build CLI 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 orchestration: Drive multi-turn Grok sessions through tmux with capture-pane monitoring, mirroring the claude-code and codex patterns. - PR review and parallel issue fixing: Review diffs in throwaway clones and run concurrent fixes across git worktrees with background process monitoring. - Use Case: You need two GitHub issues fixed in parallel. Create two git worktrees, launch a background headless Grok run in each with --always-approve, then push the branches and open PRs once the process tool reports completion. ## Quick Start Ask the agent to use Grok headless mode to add a dark mode toggle to the settings page of the project in the current working directory.