Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
mehmetbaykar avatar

Cursor Docs

  • 28 installs
  • Updated August 3, 2026
  • mehmetbaykar/cursor-docs-skill

Helps with ai & agent building tasks.

About

cursor-docs is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.

  • cursor-docs
  • AI & Agent Building
  • AI-coding skill

Cursor Docs by the numbers

  • 28 all-time installs (skills.sh)
  • Ranked #9,505 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/mehmetbaykar/cursor-docs-skill --skill cursor-docs

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs28
Last updatedAugust 3, 2026
Repositorymehmetbaykar/cursor-docs-skill

What it does

Helps with ai & agent building tasks.

Files

SKILL.mdMarkdownGitHub ↗

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

  • Lead with a direct answer grounded in the local reference file.
  • Quote short commands, config keys, schema snippets, and exact constraints when useful.
  • End with Source: <upstream Cursor docs URL> using the URL from the file frontmatter or references/docs_manifest.json.

Freshness

Scheduled CI runs the updater and fails if checked-in references drift from live Cursor docs. If the local content looks stale, contradicted by the user, empty, or incomplete, tell the user to run or inspect the updater workflow rather than guessing from memory.

Examples

InvocationReads
/cursor-docs hooksreferences/hooks.md
/cursor-docs mcpreferences/mcp.md
/cursor-docs skillsreferences/skills.md
/cursor-docsreferences/INDEX.md

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.