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 →wesleysimplicio/WaveSpeedAI-Skills
WaveSpeedAI Skills for Claude, Codex, Hermes, OpenClaw, Cursor, Windsurf and any agentskills.io-compliant host. One installer, one CLI, all 700+ models.
$ npx skills add wesleysimplicio/WaveSpeedAI-SkillsNadav011/apex-skills
25 portable skills that enforce code quality across Claude Code, Gemini CLI, Kiro & Cursor. Blocks RTL bugs, TypeScript shortcuts, security holes, and more — install in 10 seconds.
$ npx skills add Nadav011/apex-skillsMohtashamMurshid/getdesign
On-demand design systems from any URL. Five surfaces, one agent: web, API, CLI, TypeScript SDK, and a portable agent skill that runs inside Claude Code, Codex, and Cursor.
$ npx skills add MohtashamMurshid/getdesignJasperYang0609/openclaw-discord-server-backup
OpenClaw-specific Discord server backup skill with V3 cursor state, backlog queue, deterministic workers, and audit probes.
$ npx skills add JasperYang0609/openclaw-discord-server-backupComposioHQ/Instantly-Automation
Automate Instantly cold email outreach -- manage campaigns, sending accounts, lead lists, bulk lead imports, and campaign analytics -- using natural language through the Composio MCP integration.
$ npx skills add ComposioHQ/awesome-codex-skillsbookmd/claude-skills-security-hook
Security system for Claude Skills in Cursor IDE - prevents dangerous commands while enabling safe automation
$ npx skills add bookmd/claude-skills-security-hookJSK9999/ai-nexus
AI coding assistant rule manager for Claude Code, Cursor, and Codex. Load only the rules you need.
$ npx skills add JSK9999/ai-nexusComposioHQ/Productboard-Automation
Automate product management workflows in Productboard -- manage features, notes, objectives, components, and releases through natural language commands.
$ npx skills add ComposioHQ/awesome-codex-skillsCpp1022/concise
Chinese-first concise mode SKILL.md for Claude Code / Codex CLI / Cursor — shorter, denser replies without losing technical accuracy.
$ npx skills add Cpp1022/conciseEasonnotsing/VaultForge
AI agent skill for Obsidian — auto-build atomic note knowledge bases from PDFs and Markdown. Features wikilinks, MOCs, learning roadmaps, and controversy analysis. Works with Claude Code, Codex, and Cursor.
$ npx skills add Easonnotsing/VaultForgetrugurpala/divan
Divan — vibe coder vezirler kurulu. Claude Code / Cursor / Codex skill paketleri: Sadrazam (uctan uca orkestrator), planlama, TDD, debugging, UI/UX, React.
$ npx skills add trugurpala/divanWebXR-JP/xrift-skills
XRift ワールド制作のための Agent Skills。 AI コーディングエージェント(Claude Code, Cursor, Copilot, Codex 等)で XRift ワールドを作成する際に必要な情報を提供します。
$ npx skills add WebXR-JP/xrift-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.