opencode-docslisted
Install: claude install-skill mrkhachaturov/agent-harness-docs
# OpenCode Documentation (local Miyo mirror)
A local Markdown mirror of the official [OpenCode docs](https://opencode.ai/docs)
(~35 pages from `github.com/anomalyco/opencode`, converted from MDX to plain Markdown),
indexed in **Miyo** under the folder label **`opencode`**. The docs are in **English** —
phrase Miyo queries in English for best recall.
## Reach the docs through Miyo's folder label `opencode`
Every Miyo call below uses the folder label `opencode`.
- **Confirm the label** with `mcp__miyo__list_folders` — you should see
`opencode (… files, ready)`. If it was indexed under a different label, use that
one everywhere below.
- **Paths are Miyo-relative**, of the form `opencode/<file>.md` — exactly as
`mcp__miyo__search` / `mcp__miyo__list_files` return them. Pass them straight to
`mcp__miyo__read_file`; the native `Read` tool can't open them.
## File naming
Filenames mirror the upstream slugs at `packages/web/src/content/docs/`, with `.mdx`
replaced by `.md`. The mirror is **flat** — no subdirectories:
- `index.mdx` → `opencode/index.md` (the intro / getting-started page)
- `agents.mdx` → `opencode/agents.md`
- `config.mdx` → `opencode/config.md`
- `mcp-servers.mdx` → `opencode/mcp-servers.md`
## What was stripped during MDX → Markdown conversion
The fetcher pipes each `.mdx` through a remark-mdx pipeline that removes `import`/`export`
statements and unwraps Astro Starlight components (`<Tabs>` / `<TabItem>` become bold
section labels followed by their