What problem does it solve? Offloading bounded or long-running coding work to an external autonomous agent is hard to orchestrate manually. This Skill lets you drive the OpenCode CLI from Hermes terminal and process tools to implement features, refactor code, and review pull requests without leaving your workflow. ## Core Features & Use Cases - One-Shot Task Execution: Run bounded, non-interactive coding tasks with opencode run, attaching context files and forcing specific models. - Interactive Background Sessions: Start the OpenCode TUI in a PTY background session, submit prompts, poll progress, and resume prior sessions. - PR Review & Parallel Work: Review pull requests in isolated clones and run parallel tasks across 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 Use the opencode skill to run a one-shot task that adds retry logic to the API calls in my project and updates the tests.