Cursor Skills Directory
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.
0+ skillsBrowse all skills →
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 →How to Use Cursor Skills
1
Install with add-skill
Automatically downloads and sets up the skill in your project.
npx skills add author/skill-repo
2
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
3
Cursor loads rules on every prompt
Cursor injects your .cursorrules into every AI interaction, ensuring consistent behavior across your entire project.