Cursor AI Skills & Rules
The largest directory of Cursor AI skills and .cursorrules. Optimize your Cursor IDE with custom rules for every framework, language, and workflow.
What Are Cursor Skills?
Cursor skills (also known as .cursorrules) are project-level instruction files that tell Cursor AI how to behave in your codebase. They enforce coding standards, prevent hallucinations, and give Cursor domain-specific knowledge about your tech stack.
- ✓Enforce consistent coding style across your team
- ✓Prevent AI hallucinations with explicit constraints
- ✓Framework-specific rules (React, Vue, Next.js, Python)
- ✓Compatible with SKILL.md and .cursorrules formats
- ✓Cross-compatible with Claude Code and Codex
- ✓Project-level and global rules supported
- ✓Community-driven with 1,000+ rules and skills
- ✓Copy-paste or install with npx skills add
Featured Cursor Skills
View all →coastdigitalgroup/coastai-skills
A portable, agent-friendly skill library served as an MCP server. Drop it into any project and AI agents across Codex, Claude Code, Cursor, Windsurf, Zed, and Continue instantly have access to structured guidance for website design, development, and growth tasks — without copying a single file.
$ npx skills add coastdigitalgroup/coastai-skillsniftymonkey/skills
Custom agent skills for Claude Code, Codex, Cursor, and more. Install via npx skills@latest add niftymonkey/skills
$ npx skills add niftymonkey/skillsmattnowdev/thinking-partner
Thinking partner skill for AI agents — 150+ mental models, orientation detection, cognitive operations. Works with Claude Code, Cursor, Windsurf, Cline, GitHub Copilot.
$ npx skills add mattnowdev/thinking-partneremretheus/codewit
One minimal desktop app for every AI coding agent — Claude Code, Codex, Cursor, Gemini, Grok, Kilo Code, OpenCode & Pi.
$ npx skills add emretheus/codewitanantojha/node-app-cursor
Node JS app made in cursor AI
$ npx skills add anantojha/node-app-cursorsagarrroy/sandspy
Real-time security monitor for AI coding agents. See what Claude Code, Cursor, Codex, and others actually do on your machine.
$ npx skills add sagarrroy/sandspyLum1104/Understand-Anything
Graphs that teach > graphs that impress. Turn any code into an interactive knowledge graph you can explore, search, and ask questions about. Works with Claude Code, Codex, Cursor, Copilot, Gemini CLI, and more.
$ npx skills add Lum1104/Understand-Anythingmoonrunnerkc/skillcheck
Cross-agent skill quality gate for SKILL.md files. Validates frontmatter, scores description discoverability, checks file references, enforces three-tier token budgets, and flags compatibility issues across Claude Code, VS Code/Copilot, Codex, and Cursor.
$ npx skills add moonrunnerkc/skillchecksathish316/pi-omniagent-extensions
Pi coding agent extensions that helps you connect to all coding agents from one place using ACP and maximize your AI credits across Cursor, Codex, Claude Code, Rovo
$ npx skills add sathish316/pi-omniagent-extensionshatch3r/hatch3r
Production-ready spec driven development setup for AI coding agents in any repo with one command. Pre-configured with 11 agents, 22 skills, 18 rules, 25 commands & MCP integrations for Cursor, GitHub Copilot, Claude Code, Windsurf, Amp, Codex, Gemini CLI, Cline & OpenCode.
$ npx skills add hatch3r/hatch3rmnemoverse/mnemoverse-vscode
Mnemoverse VS Code extension — persistent memory for AI coding assistants. OAuth-powered, syncs with Claude Code, ChatGPT, Cursor and other AI tools.
$ npx skills add mnemoverse/mnemoverse-vscodelgtm-hq/ai-skills
Canonical Agent Skills library for Claude Code, Cursor, Codex, and other agents.
$ npx skills add lgtm-hq/ai-skillsHow to Use Cursor Skills
Install with add-skill
Automatically downloads and sets up the skill in your project.
npx skills add author/skill-repo
Or add .cursorrules directly
Copy the skill content into your .cursorrules file. Cursor reads this automatically.
# Create .cursorrules in your project root cp skill-repo/SKILL.md .cursorrules
Cursor loads rules on every prompt
Cursor injects your .cursorrules into every AI interaction, ensuring consistent behavior across your entire project.