opencode-guide

Guide configuring OpenCode features across projects with opencode.json and AGENTS.md.

3|Updated Oct 5, 2025
One-click install
npx skills add https://github.com/korchasa/flow --skill opencode-guide
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: opencode-guide
Source: https://github.com/korchasa/flow/tree/main/.dev/skills/opencode-guide
Command: npx skills add https://github.com/korchasa/flow --skill opencode-guide

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

OpenCode users often struggle to understand how to configure and use the suite of features (AGENTS.md, Config, Rules, Skills, Commands, Agents, and MCP) across projects; this guide consolidates setup and usage practices.

Core Features & Use Cases

  • Configuration and usage guidance for project-wide OpenCode setup (opencode.json, AGENTS.md, and global config).
  • Instructions for defining and organizing Agents, Commands, Skills, and MCP integration.
  • Practical workflows and best practices to incorporate OpenCode into development pipelines.

Quick Start

Review the OpenCode Guide at the project root and align your project files (opencode.json and AGENTS.md) to implement OpenCode features.

Frequently Asked Questions about opencode-guide

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

FAQPage Schema
How do I configure OpenCode across projects using AGENTS.md and opencode.json?

OpenCode setup standardizes tooling by structuring opencode.json and AGENTS.md files at project roots or global paths to define agents, commands, skills, and MCP integrations consistently.

What is the difference between global and project root OpenCode configuration?

Project root OpenCode configuration standardizes setup for a specific repository using local files, whereas global paths apply shared rules, agents, and commands across all projects on your system.

Can I use OpenCode MCP integration with custom agents and commands?

Yes, OpenCode supports defining and organizing Agents, Commands, and MCP integration together within the configuration, allowing you to incorporate these features into standardized development pipelines.

How do I set up Rules and Skills in my OpenCode project?

Set up Rules and Skills by aligning your project files according to the OpenCode guide, which provides instructions for structuring these components within opencode.json and AGENTS.md for consistent workflows.

What's the best way to standardize OpenCode tooling across multiple projects?

The best way to standardize OpenCode tooling is by consolidating setup practices through global configuration paths and consistent AGENTS.md structures, ensuring uniform rules and agent behaviors across repositories.