← ClaudeAtlas

opencode-docslisted

Look up OpenCode documentation in the local Miyo-indexed folder labeled `opencode`. Use when answering questions about the OpenCode terminal UI, the `opencode` CLI, agents and subagents, opencode.json / opencode.jsonc config, skills, custom tools, plugins, MCP servers, providers and models, permissions, keybinds, themes, the SDK, share links, IDE integrations, GitHub/GitLab actions, ACP, or the LSP integration.
mrkhachaturov/agent-harness-docs · ★ 3 · AI & Automation · score 69
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