opencode

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

OpenCode CLI enables Hermes to delegate coding, review, and refactoring tasks to an autonomous coding agent, eliminating handoffs and speeding up development.

Core Features & Use Cases

  • Autonomous coding sessions: run long-running coding tasks with progress checks and context-aware guidance.
  • PR review & code quality: perform reviews, suggest changes, and manage code quality through the OpenCode workflow.
  • Iterative refactoring with checkpoints: coordinate refactoring tasks with checkpoints and automated test feedback.

Quick Start

Start an interactive OpenCode session in your project and begin 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 automate coding tasks and delegate refactoring to an AI agent locally?

You can automate coding tasks by delegating work to the OpenCode CLI, which runs autonomous coding, review, and iterative refactoring sessions directly across your local repositories. It operates via interactive TUI sessions or one-shot runs.

Can I run long-running coding tasks and check progress in my local repo?

Yes, long-running coding tasks are supported through Hermes orchestration, which manages bounded runs and background sessions while providing progress checks and context-aware guidance during your local development workflow.

Do I need OpenCode installed and authenticated to run autonomous code reviews?

Yes, you must have OpenCode installed and authenticated via login or environment variables. Hermes orchestration is also required to manage bounded runs, background sessions, and model or tool selection for code reviews.

What is the best way to perform iterative refactoring with automated test feedback?

The best way to perform iterative refactoring is by using OpenCode to coordinate refactoring tasks with checkpoints and automated test feedback, managed through Hermes orchestration for bounded runs across your local repositories.

Can I run parallel code reviews across multiple local repositories?

Yes, you can perform parallel code reviews by leveraging OpenCode in one-shot runs across local repos. Hermes orchestration manages the background sessions and model selection needed to execute multiple reviews simultaneously.

How does an autonomous AI assistant manage code quality through the OpenCode workflow?

An autonomous AI assistant manages code quality by performing PR reviews, suggesting changes, and running iterative refactoring with checkpoints. Hermes orchestrates these bounded runs to ensure context-aware guidance throughout the process.