AgentSkillsCN

olore-opencode-latest

本地 OpenCode 文档参考(最新版)。当用户询问 OpenCode AI 编码代理、各类代理、技能应用、工具使用、配置管理、CLI 命令行工具、TUI 界面、IDE 集成,或 MCP 服务器时,可参考此文档。

SKILL.md
--- frontmatter
name: olore-opencode-latest
description: Local OpenCode documentation reference (latest). Use when asked about OpenCode AI coding agent, agents, skills, tools, configuration, CLI, TUI, IDE integration, or MCP servers.

OpenCode Documentation

OpenCode is an open source AI coding agent available as a terminal-based interface, desktop app, or IDE extension. It supports 75+ LLM providers and can be customized with agents, skills, tools, and plugins.

Documentation Structure

code
docs/
├── index.mdx               # Introduction and getting started
├── agents.mdx              # Specialized AI agents
├── skills.mdx              # Reusable SKILL.md definitions
├── cli.mdx                 # CLI commands
├── tui.mdx                 # Terminal interface
├── web.mdx                 # Web interface
├── ide.mdx                 # IDE extension
├── config.mdx              # JSON configuration
├── providers.mdx           # LLM providers (75+)
├── models.mdx              # Model configuration
├── tools.mdx               # Built-in tools
├── custom-tools.mdx        # Create custom tools
├── mcp-servers.mdx         # MCP integration
└── ...                     # 34 files total

Topic Guide

TopicKey Files
Getting startedindex.mdx, 1-0.mdx
Agents & modesagents.mdx, modes.mdx, skills.mdx
Configurationconfig.mdx, providers.mdx, models.mdx, permissions.mdx
Tools & extensionstools.mdx, custom-tools.mdx, mcp-servers.mdx, plugins.mdx
Interfacescli.mdx, tui.mdx, web.mdx, ide.mdx
Integrationsgithub.mdx, gitlab.mdx, acp.mdx, network.mdx
Advanced featuressdk.mdx, server.mdx, zen.mdx, share.mdx
Troubleshootingtroubleshooting.mdx

When to use

Use this skill when the user asks about:

  • OpenCode AI coding agent setup and usage
  • Configuring agents, skills, or subagents
  • Using the CLI, TUI, web, or IDE interfaces
  • Setting up LLM providers and models
  • Creating or using tools, MCP servers, or plugins
  • GitHub/GitLab integration
  • Configuration options and permissions
  • Keyboard shortcuts and themes
  • Troubleshooting issues

How to find information

  1. Use Topic Guide above to find relevant files
  2. Read TOC.md for complete file listing organized by category
  3. Read specific files from contents/{filename}