Agent Skills · Cursor · SKILL.md catalog · 85,000+ entries
For Anysphere's AI code editor

Skills for Cursor

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/
Browse Cursor-compatible skills → Cursor home

What is Cursor?

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).

How to install a skill on Cursor

Compatibility notes

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:

Cursor skills, answered

What is Cursor?
Cursor is the AI code editor from Anysphere — a VS Code fork rebuilt around deep AI integration. Tab completion, in-editor chat, multi-file edits, agent mode with SKILL.md support per cursor.com/docs/context/skills.
Do Claude Code skills work on Cursor?
Mostly yes. SKILL.md is an open standard (agentskills.io) adopted by both Claude Code and Cursor. Skills that don't use Claude-specific tools work without modification. Skills that do need minor adaptation.
Where do Cursor skills live?
Per-project: .cursor/skills/<slug>/SKILL.md at the project root. Global: user-level config directory. Cursor scans both locations.