Skip to content llms.txt

OpenCode

A terminal-based AI coding tool supporting rules, skills, agents, MCP, and commands.

DetailValue
Slugopencode
Config directory~/.config/opencode
Supported content typesRules, Skills, Agents, MCP Configs, Commands
Content TypeSupportedInstall Method
RulesYesSymlink
SkillsYesSymlink
AgentsYesSymlink
MCP ConfigsYesJSON merge
CommandsYesSymlink
HooksNo
Content TypeProject LocationGlobal LocationFormat
RulesAGENTS.md, CLAUDE.md~/.config/opencode/Markdown
Skills.opencode/skills/~/.config/opencode/skills/Markdown
Agents.opencode/agents/~/.config/opencode/agents/Markdown
MCP Configsopencode.json, opencode.jsoncJSONC
Commands.opencode/commands/~/.config/opencode/commands/Markdown
Content TypeDiscovery Paths
RulesAGENTS.md, CLAUDE.md
Skills.opencode/skills/
Agents.opencode/agents/
MCP Configsopencode.json, opencode.jsonc
Commands.opencode/commands/

OpenCode uses JSONC (JSON with comments) for MCP configurations. Syllago handles the conversion automatically. Rules are discovered from both AGENTS.md and CLAUDE.md files.

Syllago detects OpenCode by checking for the ~/.config/opencode/ directory or the opencode command in PATH.

Terminal window
# Add content from OpenCode
syllago add --from opencode
# Install content to OpenCode
syllago install my-rule --to opencode