claude-code-docslisted
Install: claude install-skill mrkhachaturov/agent-harness-docs
# Claude Code Documentation (local Miyo mirror)
A local Markdown mirror of the official [Claude Code docs](https://code.claude.com/docs)
(~150 pages from `code.claude.com`, plus the release changelog), indexed in **Miyo**
under the folder label **`claude-code`**. The docs are in **English** ��� phrase Miyo
queries in English for best recall.
## Reach the docs through Miyo's folder label `claude-code`
Every Miyo call below uses the folder label `claude-code`.
- **Confirm the label** with `mcp__miyo__list_folders` — you should see
`claude-code (… files, ready)`. If it was indexed under a different label, use that
one everywhere below.
- **Paths are Miyo-relative**, of the form `claude-code/<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
The mirror is a **flat** folder. Nested doc URLs flatten with `__` as the separator:
- `code.claude.com/docs/en/hooks` → `claude-code/hooks.md`
- `code.claude.com/docs/en/agent-sdk/skills` → `claude-code/agent-sdk__skills.md`
So a whole topic family shares a filename prefix — every SDK page is `agent-sdk__*.md`.
## How Miyo retrieval works (build better queries)
Miyo search is **hybrid**: for every query it runs two retrievers and fuses them with
**RRF** (Reciprocal Rank Fusion), then applies a **literal-match boost** (an exact query
substring in the title, then in the body, is pushed up):
- *