opencode

Delegates coding tasks to the OpenCode CLI agent for implementation, review, and autonomous development.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction of handling coding work manually by routing implementation, refactoring, reviews, and other long-running development tasks to the OpenCode CLI agent.

Core Features & Use Cases

  • Autonomous implementation: Offload feature work, bug fixes, and refactors to an external coding worker.
  • Long-running sessions: Start interactive agent sessions, monitor progress, and resume work when needed.
  • PR and code review: Use OpenCode to inspect pull requests, surface bugs, test gaps, security risks, and style issues.
  • Parallel work execution: Run isolated tasks in separate workdirs or worktrees to avoid collisions.
  • Use case: A developer can ask the Skill to implement a new API flow, review a PR, or debug failing tests while keeping the main terminal workflow organized.

Quick Start

Ask the AI to delegate your coding task to OpenCode and specify the repo, goal, and whether you want a one-shot run or an interactive session.

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 and refactoring to an autonomous agent?

To delegate coding tasks and refactoring, route your implementation work to the OpenCode CLI agent, which processes feature development and bug fixes autonomously. You simply specify the repository, goal, and whether you want a one-shot run or an interactive session.

Can I run parallel development tasks in isolated workdirs?

Yes, you can run parallel development tasks in isolated workdirs or worktrees to avoid collisions. This allows separate autonomous tasks to execute simultaneously without interfering with your main terminal workflow.

How do I monitor long-running coding agent sessions?

You monitor long-running coding agent sessions by starting interactive TUI-based terminal sessions through the OpenCode CLI. This allows you to track progress, monitor agent status, and resume work when needed.

What is needed to use an autonomous coding agent for CLI automation?

To use an autonomous coding agent for CLI automation, you need the OpenCode CLI installed, authenticated provider access, and an interactive terminal that supports TUI-based sessions for isolated workdirs and progress monitoring.

Can I use a coding agent to review pull requests and find security risks?

Yes, you can use a coding agent to review pull requests and find security risks. The agent inspects PRs to surface bugs, test gaps, security vulnerabilities, and style issues automatically.

Does autonomous development work for long-running debugging sessions?

Autonomous development supports long-running debugging sessions by offloading failing test debugging to an external coding worker. You can start an interactive session, monitor progress, and resume the debugging work whenever needed.