← ClaudeAtlas

cursor-docslisted

Look up Cursor (the AI code editor) documentation in the local Miyo-indexed folder labeled `cursor`. Use when answering questions about the Cursor editor, Agent and agent tools, Plan/Debug/Design modes, Tab, models and pricing, rules, MCP, hooks, skills, plugins, subagents, the CLI, cloud agents, configuration, integrations, enterprise/admin setup, the Cursor SDK, or account/billing.
mrkhachaturov/agent-harness-docs · ★ 3 · AI & Automation · score 69
Install: claude install-skill mrkhachaturov/agent-harness-docs
# Cursor Documentation (local Miyo mirror) A local Markdown mirror of the official [Cursor docs](https://cursor.com/docs) (~180 English pages from `cursor.com`), indexed in **Miyo** under the folder label **`cursor`**. The docs are in **English** — phrase Miyo queries in English for best recall. ## Reach the docs through Miyo's folder label `cursor` Every Miyo call below uses the folder label `cursor`. - **Confirm the label** with `mcp__miyo__list_folders` — you should see `cursor (… files, ready)`. If it was indexed under a different label, use that one everywhere below. - **Paths are Miyo-relative**, of the form `cursor/<category>/<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 layout — nested by category Unlike the other docsets (flat, `__`-joined), the Cursor mirror **preserves the site's own category hierarchy as real subfolders**. The URL path maps directly to the on-disk path (the leading `docs/` segment is dropped): - `cursor.com/docs/agent/overview` → `cursor/agent/overview.md` - `cursor.com/docs/agent/tools/terminal` → `cursor/agent/tools/terminal.md` - `cursor.com/docs/models/gpt-5-5` → `cursor/models/gpt-5-5.md` - `cursor.com/docs` (root) → `cursor/index.md` So a whole topic lives under one folder. The main top-level categories: - **`agent/`** — Agent, agent tools (terminal, browser, search), Plan/Debug/Design modes, rev