One-click install
npx skills add https://github.com/automatedigital/spark --skill opencode-automatedigital
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: opencode
Source: https://github.com/automatedigital/spark/tree/main/skills/autonomous-ai-agents/opencode
Command: npx skills add https://github.com/automatedigital/spark --skill opencode-automatedigital

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually handling feature implementation, code refactoring, and pull request reviews consumes significant developer time and disrupts focused workflow. This Skill eliminates that overhead by delegating these coding tasks to the autonomous OpenCode CLI agent.

Core Features & Use Cases

  • Autonomous Coding Task Execution: Handles feature implementation, code refactoring, and pull request review without manual step-by-step guidance.
  • Flexible Session Modes: Supports both one-shot bounded tasks for quick automation and long-running iterative sessions for complex, multi-step coding work.
  • Parallel Isolated Processing: Runs multiple coding tasks in separate work directories or worktrees to avoid workspace conflicts and speed up project work.
  • Use Case: A developer working on a large codebase can use this Skill to run parallel bug fixes for separate issues in isolated temporary directories, while also launching a long-running refactoring job for the core module in the background.

Quick Start

Use the opencode skill to delegate the implementation of a new user authentication feature to the OpenCode agent in your current project directory.

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 pull request review in my development workflow?

Automate code refactoring and pull request review by delegating coding tasks to the OpenCode CLI autonomous coding agent. It handles feature implementation without manual step-by-step guidance, executing bounded tasks or long-running iterative coding sessions directly in your project directory.

Can I run parallel coding tasks in isolated work directories to avoid workspace conflicts?

Yes, you can run parallel coding tasks in isolated work directories or worktrees to avoid workspace conflicts. This Skill supports parallel isolated processing, allowing you to execute multiple bug fixes or feature implementations simultaneously across separate directories.

What is the best way to manage long-running iterative coding sessions for complex multi-step work?

Managing long-running iterative coding sessions is best handled by delegating complex multi-step work to the OpenCode CLI agent. It provides provider-agnostic AI coding agent orchestration and session management, monitoring progress continuously via terminal and process tooling.

Does this autonomous coding agent support one-shot bounded task execution for quick automation?

Yes, the autonomous coding agent supports one-shot bounded task execution for quick automation. It applies to development workflows requiring fast, isolated task processing, alongside its capability for long-running iterative coding sessions and parallel execution across separate worktrees.

How do I monitor progress for background code refactoring jobs in my terminal?

Monitor progress for background code refactoring jobs using terminal and process tooling. The OpenCode CLI agent provides session management and progress monitoring capabilities, allowing you to track long-running iterative coding sessions and parallel isolated tasks effectively.