cursor-docs
Installation
SKILL.md
Cursor Docs
Local mirror of selected Cursor documentation, checked for freshness by scheduled CI. The cleaned Markdown lives in references/; the generated topic list lives in references/INDEX.md; the per-file manifest with upstream URLs lives in references/docs_manifest.json.
Scope
Use this skill for Cursor-specific product and configuration questions about Agent Skills, Rules, Hooks, Model Context Protocol (MCP), Subagents, Plugins, and related Cursor agent-extension features. If the question is about Claude Code, OpenAI Codex, Anthropic API docs, or another non-Cursor coding agent, this skill does not apply.
Workflow
- If the user supplied a topic, normalize it to a slug:
- lowercase the requested topic
- strip leading
https://cursor.com/docs/,/docs/, and surrounding slashes - join nested path segments with
__(for example,foo/barbecomesfoo__bar)
- If
references/<slug>.mdexists, read that file directly. Do not search the wholereferences/tree first. - If no exact match exists, read
references/INDEX.mdand choose the closest topic. If multiple topics could match, list the candidates and ask the user to choose. - If the user supplied no topic, read
references/INDEX.md, present the available mirrored topics, and ask what they want to inspect.