What problem does it solve? Offloading bounded or long-running coding work to an external autonomous agent is hard to orchestrate reliably from a chat session. This Skill lets you drive the OpenCode CLI through terminal and process tools, handling one-shot runs, interactive TUI sessions, parallel worktrees, and PR reviews without manual babysitting. ## Core Features & Use Cases - One-Shot Task Execution: Run bounded coding tasks with opencode run, attaching context files, forcing models, and showing reasoning. - Interactive Background Sessions: Launch the OpenCode TUI with pty, submit prompts, poll progress, and exit cleanly with Ctrl+C. - PR Review & Parallel Work: Review pull requests in isolated clones and run multiple OpenCode sessions in separate workdirs or worktrees. - Use Case: Ask the agent to fix issue #101 in one worktree while adding regression tests in another, then monitor both sessions and report 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.