opencode

Orchestrate OpenCode CLI sessions for implementation, refactoring, and PR reviews.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/JKhyro/HERMES-AGENT --skill opencode-jkhyro
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: opencode
Source: https://github.com/JKhyro/HERMES-AGENT/tree/main/skills/autonomous-ai-agents/opencode
Command: npx skills add https://github.com/JKhyro/HERMES-AGENT --skill opencode-jkhyro

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It gives Hermes a reliable way to delegate coding work to OpenCode so feature work, refactors, reviews, and long-running tasks can run autonomously while you keep control of the session.

Core Features & Use Cases

  • Autonomous implementation and refactoring for feature delivery, bug fixes, and test updates.
  • Long-running interactive sessions with progress checks for multi-step coding tasks.
  • Parallel task execution and PR review workflows in isolated workdirs or worktrees.
  • Use case: Ask it to implement a feature, monitor the agent’s progress, then review the resulting file changes and tests before merging.

Quick Start

Ask Hermes to use OpenCode to implement or review the requested change in your repository and return the modified files, 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 coding work to an autonomous agent for feature implementation?

Autonomous coding delegation works by orchestrating an agent to implement features, refactor code, and update tests within your repository. You initiate the task, monitor the agent's progress, and review the resulting file changes and test results before merging.

Can I run long-running coding sessions with progress checks for multi-step tasks?

Long-running interactive coding sessions support multi-step tasks by maintaining an active agent workflow with periodic progress checks. This allows you to monitor autonomous execution over time and intervene when necessary to ensure the bounded coding work stays on track.

What's the best way to execute parallel coding tasks and PR reviews in isolated workdirs?

Parallel task execution and PR review workflows run in isolated workdirs or worktrees to prevent conflicts. This allows the coding agent to process multiple autonomous tasks simultaneously and review pull requests safely before you merge the changes.

Do I need a locally installed CLI to run interactive or one-shot agent workflows?

You need a locally installed and authenticated OpenCode CLI to run interactive or one-shot agent workflows reliably. Terminal and process control, along with session management, are required to orchestrate the agent and manage the coding tasks.

Does autonomous code review and refactoring work for bounded coding tasks in an existing repository?

Autonomous code review and refactoring applies to bounded coding work in an existing repository. The agent handles bug fixes, test updates, and feature delivery by modifying files and running tests, returning the results and any remaining risks for your review.

What are the limitations of using a coding agent for autonomous session management?

Limitations include the requirement for a locally authenticated CLI and terminal process control. You should not use this approach for unbounded coding work, as it relies on interactive or one-shot workflows designed for specific, bounded repository tasks.