What problem does it solve? Delegating bounded or long-running coding work to an external autonomous agent is hard to orchestrate manually. This Skill lets Anakot drive the OpenCode CLI through terminal and process tools, handling one-shot tasks, interactive TUI sessions, and parallel work without manual babysitting. ## Core Features & Use Cases - One-Shot Execution: Run bounded tasks with opencode run, attaching context files, forcing models, and showing reasoning. - Interactive Sessions: Launch the OpenCode TUI in background with pty, submit prompts, poll progress, and exit cleanly with Ctrl+C. - PR Review & Parallel Work: Review pull requests via opencode pr and run isolated parallel tasks in separate workdirs or worktrees. - Use Case: Ask the agent to implement an OAuth refresh flow with tests in your repo; it starts an OpenCode session, monitors progress, and reports files changed and test results. ## Quick Start Use the opencode skill to run 'Add retry logic to API calls and update tests' in my project directory.