85,000+ SKILL.md files compatible with Cursor. Drop them into
.cursor/skills/ and the editor picks them up via progressive disclosure.
Free to browse. Pro unlocks the multi-signal Quality Score.
cp -r <skill-folder> .cursor/skills/
Cursor is the AI code editor from Anysphere — a VS Code fork rebuilt around deep AI integration. It ships with tab-completion, in-editor chat, multi-file editing, and an agent mode that adopts the open SKILL.md format (see cursor.com/docs/context/skills).
.cursor/skills/<slug>/ at your project root..cursor/skills/; global skills live in your user-level config directory.Cursor's SKILL.md support is part of the open standard at agentskills.io. Most skills written for Claude Code, Codex, or Hermes work on Cursor without modification. A few patterns to watch:
allowed-tools: frontmatter listing Claude Code-specific tools may not have a 1:1 Cursor equivalent — adapt or omit.~/.claude/ paths should be adapted to Cursor's config directory..cursor/skills/<slug>/SKILL.md at the project
root. Global: user-level config directory. Cursor scans both locations.