Auto-sync: 2026-04-21 04:02

This commit is contained in:
2026-04-21 04:02:47 +08:00
parent cb7c11e14f
commit ac524d1ff5
81 changed files with 3115 additions and 20 deletions

View File

@@ -0,0 +1,24 @@
---
title: "OpenCode Integration"
type: source
tags: [agency, integrations, opencode]
date: 2026-04-20
source_file: 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 `.md` files with YAML frontmatter stored in `.opencode/agents/` and use `mode: subagent`.
- The installer creates `.opencode/agents/<slug>.md` when run from a project root; global installation is possible with `--path`.
- Generated agent frontmatter includes `name`, `description`, `mode: subagent`, and `color` (hex codes produced from named colors).
## Key Quotes
> "OpenCode agents are `.md` files with YAML frontmatter stored in `.opencode/agents/`. The converter maps named colors to hex codes and adds `mode: subagent` so agents are invoked on-demand via `@agent-name` rather 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.