1.3 KiB
1.3 KiB
title, type, tags, date, source_file
| title | type | tags | date | source_file | |||
|---|---|---|---|---|---|---|---|
| OpenCode Integration | source |
|
2026-04-20 | raw/Agent/agency-agents/integrations/opencode/README.md |
Summary
OpenCode Integration README explains generating .opencode/agents/<slug>.md project-scoped agent files. The converter maps named colors to hex codes, sets mode: subagent so agents are invoked with @agent-name, and supports installing project-scoped files or installing globally via --path.
Key Claims
- OpenCode agents are
.mdfiles with YAML frontmatter stored in.opencode/agents/and usemode: subagent. - The installer creates
.opencode/agents/<slug>.mdwhen run from a project root; global installation is possible with--path. - Generated agent frontmatter includes
name,description,mode: subagent, andcolor(hex codes produced from named colors).
Key Quotes
"OpenCode agents are
.mdfiles with YAML frontmatter stored in.opencode/agents/. The converter maps named colors to hex codes and addsmode: subagentso agents are invoked on-demand via@agent-namerather than cluttering the primary agent picker." — OpenCode Integration README
Connections
- The Agency: AI Specialists Ready to Transform Your Workflow — roster source
Contradictions
- None detected with existing wiki content at time of ingest.