codex-docslisted
Install: claude install-skill mrkhachaturov/agent-harness-docs
# Codex Documentation (local Miyo mirror)
A local Markdown mirror of the official [OpenAI Codex docs](https://developers.openai.com/codex)
(~90 pages from `developers.openai.com/codex`), indexed in **Miyo** under the folder
label **`codex`**. The docs are in **English** — phrase Miyo queries in English for best
recall.
## Reach the docs through Miyo's folder label `codex`
Every Miyo call below uses the folder label `codex`.
- **Confirm the label** with `mcp__miyo__list_folders` — you should see
`codex (… files, ready)`. If it was indexed under a different label, use that one
everywhere below.
- **Paths are Miyo-relative**, of the form `codex/<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:
- `developers.openai.com/codex/quickstart` → `codex/quickstart.md`
- `developers.openai.com/codex/app/automations` → `codex/app__automations.md`
- `developers.openai.com/codex/concepts/sandboxing` → `codex/concepts__sandboxing.md`
So a whole section shares a filename prefix — every app page is `app__*.md`, every CLI
page is `cli__*.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 quer