opencode

Delegate coding tasks to an external agent via the OpenCode CLI.

Updated Jun 28, 2026
One-click install
npx skills add https://github.com/jleechanorg/hermes-agent --skill opencode-jleechanorg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: opencode
Source: https://github.com/jleechanorg/hermes-agent/tree/main/skills/autonomous-ai-agents/opencode
Command: npx skills add https://github.com/jleechanorg/hermes-agent --skill opencode-jleechanorg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables automated delegation of coding work to an external OpenCode CLI agent, reducing manual context switching and speeding up development cycles.

Core Features & Use Cases

  • Delegated coding tasks: generate, refactor, and review code via an external coding agent.
  • Interactive sessions: long-running coding work across isolated workspaces with progress tracking.
  • PR review workflows: perform review tasks and summarize changes via the coding agent.

Quick Start

Start an OpenCode session in your project directory and run a coding task.

Frequently Asked Questions about opencode

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

FAQPage Schema
How do I delegate coding tasks to an autonomous agent from my CLI?

You can delegate coding tasks to an autonomous agent by orchestrating external work via the OpenCode CLI. It handles one-shot code changes, interactive sessions, and PR reviews across isolated workspaces.

Can I run multiple coding agent sessions in parallel across isolated workspaces?

Yes, you can run multi-session parallel tasks across isolated workspaces. This allows long-running coding work to execute concurrently with progress tracking and result summarization.

Does this coding agent support automated PR review workflows?

Automated PR review workflows are supported. The agent performs review tasks and summarizes changes by orchestrating external coding commands through documented flags and session management.

What setup is required before starting an interactive coding agent session?

Before starting an interactive coding agent session, setup validation and authentication checks are required. These ensure the CLI environment is correctly configured to execute and summarize tasks.

How does an autonomous coding agent handle one-shot code refactoring requests?

For one-shot code refactoring requests, the autonomous coding agent executes the task directly and returns a summary. This reduces manual context switching and speeds up development cycles.

Are there limitations when using a CLI coding agent for long-running interactive sessions?

Long-running interactive sessions require stable authentication and workspace isolation. If environment validation fails, the coding agent cannot execute tasks or track progress across the isolated workspaces.