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

  1. 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/bar becomes foo__bar)
  2. If references/<slug>.md exists, read that file directly. Do not search the whole references/ tree first.
  3. If no exact match exists, read references/INDEX.md and choose the closest topic. If multiple topics could match, list the candidates and ask the user to choose.
  4. If the user supplied no topic, read references/INDEX.md, present the available mirrored topics, and ask what they want to inspect.

Answer Format

Installs
22
First Seen
May 19, 2026
cursor-docs — mehmetbaykar/cursor-docs-skill