What problem does it solve? Orchestrating an autonomous coding agent from within another agent requires knowing the right CLI flags, handling interactive permission dialogs, and choosing between one-shot and multi-turn execution modes. This Skill provides the complete operational playbook for driving Claude Code from Hermes without trial and error. ## Core Features & Use Cases - Print Mode Automation: Run one-shot coding tasks with claude -p, structured JSON output, JSON schema extraction, session resumption, and budget/turn limits for CI pipelines. - Interactive PTY Orchestration: Drive multi-turn Claude Code sessions through tmux, including handling workspace trust and permission-bypass dialogs with send-keys sequences. - PR Review & Parallel Workflows: Review diffs and PRs by number, run isolated git worktrees, and execute multiple independent Claude tasks in parallel tmux sessions. - Use Case: You need to refactor an authentication module and add tests. Launch Claude Code in print mode with --allowedTools 'Read,Edit' --max-turns 10, capture the JSON result with cost and session ID, then resume the session to iterate. ## Quick Start Ask the agent to run claude -p with your coding task, a working directory, and a max-turns limit to get a one-shot autonomous code change.