What problem does it solve? Delegating coding work to an external autonomous agent requires knowing the right CLI commands, session modes, and process controls. This Skill provides the exact commands and workflows to run OpenCode for one-shot tasks, interactive TUI sessions, PR reviews, and parallel work without trial and error. ## Core Features & Use Cases - One-Shot Task Execution: Run bounded coding tasks with opencode run, attaching context files and forcing specific models. - Interactive Background Sessions: Start the OpenCode TUI with pty enabled, submit prompts, poll progress, and exit cleanly with Ctrl+C. - PR Review & Parallel Work: Review pull requests with opencode pr and run multiple agents in isolated workdirs or worktrees. - Use Case: Ask the agent to implement OAuth refresh token handling in your repository; it launches OpenCode in the project directory, monitors the session, and reports 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.