opencode

Delegate complex coding tasks to the OpenCode CLI for automated implementation and syntax validation.

13|Updated May 26, 2026
One-click install
npx skills add https://github.com/pcx-wave/opencode-skill --skill opencode-pcx-wave
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: opencode
Source: https://github.com/pcx-wave/opencode-skill/tree/main
Command: npx skills add https://github.com/pcx-wave/opencode-skill --skill opencode-pcx-wave

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python3, opencode-cli, git, and includes scripts (resource) components.

What problem does it solve?

This skill solves the challenge of managing complex, multi-step coding tasks within Claude Code by delegating them to the specialized OpenCode CLI, ensuring structured execution and automated verification.

Core Features & Use Cases

  • Automated Delegation: Automatically decomposes coding instructions into atomic sub-tasks and executes them via OpenCode CLI.
  • Real-time Supervision: Streams tool usage, provides syntax checks on modified files, and reports git diffs for immediate review.
  • Auto-mode: Enables frictionless development by automatically routing all coding requests to OpenCode without manual invocation.

Quick Start

Use the opencode skill to add a new authentication middleware to the current project.

Frequently Asked Questions about opencode

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

FAQPage Schema
How do I automate complex coding tasks and refactoring in a git repository?

You can automate complex coding tasks by delegating them to the OpenCode CLI, which decomposes instructions into atomic sub-tasks and executes them automatically. This requires a git-initialized repository to manage code generation and file modifications.

What is the best way to decompose multi-step coding instructions for automated implementation?

The best way to decompose multi-step coding instructions is to use a delegation CLI that breaks down tasks into atomic sub-tasks. This ensures structured execution and performs post-run syntax validation across various programming languages.

Do I need git and python3 installed to use OpenCode CLI for code generation?

Yes, you need git, python3, and the OpenCode CLI installed to use this automation workflow. A git-initialized repository is specifically required to manage the code generation and track file modifications.

Can I automatically route all coding requests to OpenCode without manual invocation?

Yes, you can enable Auto-mode to automatically route all coding requests to OpenCode without manual invocation. This enables frictionless development by handling task decomposition and execution automatically.

How does real-time supervision work for automated code modifications?

Real-time supervision streams tool usage, provides syntax checks on modified files, and reports git diffs for immediate review. This ensures automated code modifications are visible and validated immediately after execution.