opencode

Delegate coding tasks to the OpenCode CLI agent for implementation, refactoring, and review.

3|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/twjarviszyra-web/hermes-unbound --skill opencode-twjarviszyra-web
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: opencode
Source: https://github.com/twjarviszyra-web/hermes-unbound/tree/main/skills/autonomous-ai-agents/opencode
Command: npx skills add https://github.com/twjarviszyra-web/hermes-unbound --skill opencode-twjarviszyra-web

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction of handling complex coding work by delegating implementation, refactoring, and review tasks to the OpenCode CLI agent.

Core Features & Use Cases

  • Autonomous Feature Work: Offload coding changes that need iterative reasoning, file edits, and test-aware follow-through.
  • Long-Running Sessions: Keep an agent working in the background while monitoring progress, resubmitting guidance, and exiting cleanly when finished.
  • PR Review and Parallel Work: Review pull requests, attach context files, and run isolated tasks in separate workdirs or worktrees for safer parallel execution.

Quick Start

Ask the assistant to use OpenCode to complete your coding task in the current repository and report back with the files changed, test results, and any remaining risks.

Frequently Asked Questions about opencode

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I delegate refactoring and feature implementation to an autonomous coding agent?

You can delegate refactoring and feature implementation to an autonomous coding agent by invoking the OpenCode CLI, which handles iterative file edits and test-aware follow-through, then reports changed files and test results.

Can I run parallel coding tasks in separate Git worktrees?

Yes, you can run parallel coding tasks in isolated Git worktrees or workdirs using the OpenCode CLI, which supports safer parallel execution and PR reviews inside Git repositories.

Do I need the OpenCode CLI installed to use this autonomous agent?

Yes, you need the OpenCode CLI installed and authenticated provider access, along with terminal and process session control, to execute autonomous coding tasks and optional pty-backed interactive sessions.

How do I manage long-running interactive coding sessions in the terminal?

You can manage long-running interactive coding sessions by keeping the agent working in the background, monitoring progress, resubmitting guidance, and exiting cleanly when the task is finished via pty-backed execution.

What is the best way to review pull requests using an autonomous coding agent?

The best way to review pull requests with an autonomous coding agent is to attach context files and run the review task inside your Git repository using the OpenCode CLI for bounded one-shot jobs.

What are the limitations of running autonomous development tasks in a terminal?

Autonomous development tasks require terminal and process session control and authenticated provider access, meaning execution is bounded by your Git repository environment and the pty-backed interactive execution setup.