What problem does it solve? Delegating coding work to an external autonomous agent requires managing model selection, session lifecycles, and interactive TUI quirks. This Skill provides a complete operational playbook for orchestrating OpenCode CLI from Hermes, including automatic model tier selection via OpenRouter, one-shot and interactive execution modes, and parallel work patterns. ## Core Features & Use Cases - Model Tier Auto-Selection: Classifies tasks as low, medium, or high complexity and routes them to cost-appropriate OpenRouter models such as Qwen, Llama, Claude Sonnet, or Claude Opus. - One-Shot and Interactive Modes: Runs bounded tasks with opencode run or manages long-running TUI sessions in the background with progress polling and clean exit handling. - PR Review and Parallel Work: Reviews pull requests in isolated clones and runs multiple OpenCode sessions in separate worktrees to avoid collisions. - Use Case: Ask the agent to refactor an authentication module across four services; it selects the high-tier Claude Opus model, runs OpenCode in the project directory, monitors progress, and reports files changed and test results. ## Quick Start Ask the agent to use OpenCode to implement a feature or fix a bug in your repository, and it will verify installation, pick the right model tier, and execute the task autonomously.