You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenCode is a "universal" agent: it reads .agents/skills/ directly (also .opencode/skills, ~/.config/opencode/skills, and .claude/skills), so once the repo is published to the open standard (#224), the workflow skills land in OpenCode for free.
Scope
Skills — verified to load from .agents/skills/.
Hook — port recommend-plugins. NOTE: OpenCode uses a JS/TS plugin API, not the Claude JSON-over-stdin shell-hook contract, so this is a rewrite as an OpenCode plugin (more effort than Codex/Gemini, which mirror Claude's contract).
MCP — wire context7 via opencode.json.
Subagents — OpenCode supports markdown subagents (mode: subagent, invoked via @mention), close to our existing agents/*.md. Port the review/plan/research panels as OpenCode agents.
Description
OpenCode (https://opencode.ai). Tier-2 / wave-1 target under epic #66, alongside Codex (#226) and Gemini CLI (#227).
OpenCode is a "universal" agent: it reads
.agents/skills/directly (also.opencode/skills,~/.config/opencode/skills, and.claude/skills), so once the repo is published to the open standard (#224), the workflow skills land in OpenCode for free.Scope
.agents/skills/.recommend-plugins. NOTE: OpenCode uses a JS/TS plugin API, not the Claude JSON-over-stdin shell-hook contract, so this is a rewrite as an OpenCode plugin (more effort than Codex/Gemini, which mirror Claude's contract).context7viaopencode.json.mode: subagent, invoked via@mention), close to our existingagents/*.md. Port the review/plan/research panels as OpenCode agents.AGENTS.mdnatively (see feat: support AGENTS standard #225).Docs: https://opencode.ai/docs/agents/ , https://open-code.ai/en/docs/skills
Requirements
.agents/skills/recommend-pluginshook ported as OpenCode plugincontext7MCP wired viaopencode.jsonAdditional Context
Part of epic #66. Tier 2 / wave 1 alongside Codex (#226) and Gemini CLI (#227).