What problem does it solve? Delegating bounded or long-running coding work to an external autonomous agent is hard to orchestrate manually. This Skill standardizes how to launch, monitor, and control OpenCode CLI sessions from Hermes terminal and process tools, covering one-shot runs, interactive TUI sessions, and parallel worktrees. ## Core Features & Use Cases - One-Shot Task Execution: Run bounded coding tasks with opencode run, attaching context files, forcing models, and showing reasoning output. - Interactive Session Management: Start background TUI sessions with pty, submit prompts, poll logs, resume prior sessions, and exit cleanly with Ctrl+C. - PR Review & Parallel Work: Review pull requests via opencode pr or isolated clones, and run parallel tasks in separate workdirs or git worktrees. - Use Case: Ask the agent to fix issue #101 in one worktree while adding regression tests in another, then monitor both sessions and summarize files changed and test results. ## Quick Start Ask the agent to use OpenCode to implement a feature or review a pull request in your current repository, for example: run opencode to add retry logic to the API client and update the tests.