cursor-docs

Installation
SKILL.md

Cursor Docs

Local mirror of Cursor documentation, kept fresh by a 3-hour GitHub Action. The cleaned Markdown lives in references/; the auto-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, including the agent and its tools, Agent Skills, Rules, Hooks, Model Context Protocol (MCP), Subagents, Plugins, the Cursor CLI, cloud agents, models and pricing, the SDK, integrations, and account, team, and reference documentation. If the question is about Claude Code, OpenAI Codex, the Anthropic API, or another non-Cursor product, this skill does not apply. Cursor enterprise administration docs are intentionally not mirrored.

Workflow

  1. If the user supplied a topic, normalize it to a slug:
    • lowercase, strip leading https://cursor.com/docs/ or /docs/, strip surrounding slashes
    • join nested segments with __ (e.g. agent overview -> agent__overview, reference permissions -> reference__permissions)
  2. If references/<slug>.md exists, read that file directly. Do NOT grep the whole references/ tree first - the index plus targeted reads is faster and uses less context.
  3. If no exact match, read references/INDEX.md and pick the closest topic. If still ambiguous, list the candidates and ask.
  4. If the user supplied no topic, read references/INDEX.md and present the available topics.

Answer format

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