opencode

Automate coding tasks via OpenCode CLI for implementation, refactoring, and review.

9|3|Updated May 18, 2026
One-click install
npx skills add https://github.com/jordanhubbard/mac --skill opencode-jordanhubbard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: opencode
Source: https://github.com/jordanhubbard/mac/tree/main/src/mac/_hermes/skills/autonomous-ai-agents/opencode
Command: npx skills add https://github.com/jordanhubbard/mac --skill opencode-jordanhubbard

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires opencode-ai, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the problem of manual coding and the need for repetitive, error-prone code implementations, refactoring, and reviews.

Core Features & Use Cases

  • Automated Coding: Utilize OpenCode CLI to automatically implement code, refactor existing code, and perform code reviews.
  • Use Case: If you have a coding task like implementing OAuth refresh flow or adding tests to your application, you can use this Skill to delegate that work to OpenCode.

Quick Start

To start a coding task, run: opencode run 'Implement OAuth refresh flow and update tests'.

Frequently Asked Questions about opencode

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

FAQPage Schema
How do I automate code implementation and refactoring for repetitive software development tasks?

Automated code implementation and refactoring is handled by interfacing with the OpenCode CLI to execute coding tasks directly. You can delegate repetitive code implementations and refactoring workflows to reduce manual coding errors and inefficiency in your software development pipeline.

Can I use OpenCode CLI to automatically perform code reviews on my application?

Yes, OpenCode CLI can be used to automatically perform code reviews on your application. The Skill interfaces with the CLI to delegate code review tasks, helping to identify issues and improve code quality without requiring manual line-by-line inspection.

Do I need OpenCode CLI installed to run automated coding tasks for my development workflow?

Yes, you need OpenCode CLI installed and properly configured to run automated coding tasks. The Skill requires the OpenCode CLI dependency and its associated configuration to execute code implementation, refactoring, and review commands in your software development workflow.

What is the best way to delegate an OAuth refresh flow implementation to an automated coding tool?

The best way to delegate an OAuth refresh flow implementation is to run the OpenCode CLI with a specific prompt describing the task. The Skill automates the coding process by passing your implementation requirements directly to the CLI for execution and test updates.

How does automated code automation compare to manual coding for complex software engineering tasks?

Automated code automation via CLI interfacing addresses manual coding inefficiencies and error-prone implementations directly. Unlike manual coding, it delegates repetitive software engineering tasks like refactoring and reviews to an automated workflow, reducing human error in complex development scenarios.

Why does my automated code refactoring task require specific configuration to execute properly?

Automated code refactoring requires specific configuration because the Skill interfaces directly with the OpenCode CLI environment. Proper configuration ensures the CLI can accurately interpret your coding tasks, implement changes, and execute refactoring without failing during the software development workflow.