opencode

Delegate coding tasks to OpenCode CLI with interactive sessions.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It removes the burden of manually driving coding tasks by handing implementation, refactoring, and review work to OpenCode in a controlled way.

Core Features & Use Cases

  • Autonomous coding delegation for features, bug fixes, and test updates.
  • Long-running interactive sessions with progress polling, log checks, and clean shutdown.
  • Pull request review workflows, isolated workdirs, and parallel task execution to avoid collisions.
  • Use case: assign a refactor, watch progress, then collect the changed files and verification results.

Quick Start

Use the opencode skill to delegate the requested coding or review task in the target repository and report the result with changed files, tests, and risks.

Frequently Asked Questions about opencode

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

FAQPage Schema
How do I automate code refactoring and debugging tasks in the terminal?

Automating code refactoring and debugging involves delegating implementation work to an interactive CLI coding agent, which processes repository context and returns changed files and verification results.

Can I run parallel coding agent sessions for feature implementation without collisions?

Running parallel coding agent sessions for feature implementation requires isolated workdirs, which prevents collisions and allows multiple tasks to execute concurrently in separate repositories.

Do I need an authenticated OpenCode CLI to delegate pull request review workflows?

Delegating pull request review workflows requires an installed and authenticated OpenCode CLI, repository access, and PTY-backed interactive sessions for progress polling.

What is the best way to monitor long-running terminal automation tasks for code generation?

Monitoring long-running terminal automation tasks for code generation is achieved by using progress polling, checking logs, and executing clean shutdown procedures to collect changed files and test results.

How does autonomous coding delegation handle file attachments and workdir isolation?

Autonomous coding delegation uses file attachments and isolated workdirs to provide context and isolation, ensuring the coding agent operates within specific repository boundaries and constraints.