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 →sproutn-iq123/noun-mcp
🎨 Search, download, and use icons from The Noun Project with this MCP server for Cursor AI, Claude Desktop, and other AI tools.
$ npx skills add sproutn-iq123/noun-mcpWunderBart/bmad-todo-app
BMad Method todo app — planning artifacts and full Cursor skills
$ npx skills add WunderBart/bmad-todo-appnaoko/omx-provider
Install oh-my-codex prompts, skills, and agents into Claude Code, Cursor, or any supported AI coding tool
$ npx skills add naoko/omx-providerashish200729/orbiteditor
An open-source cursor ai alternative
$ npx skills add ashish200729/orbiteditortri-kkk/TrendSoccer
Cursor, Figma, Claude Vibe Coding to Flutter
$ npx skills add tri-kkk/TrendSoccergnurio/nurijanian-skills
Claude Code and Cursor skills for product managers — PM coaching, verbalized sampling, tech sensemaking, and more.
$ npx skills add gnurio/nurijanian-skillspsenger/agent-os-profiles
Reusable Agent-OS v3 standards profiles for Node/Express, Python/Flask, and Python/LangChain — coding conventions, design patterns, and security rules for AI coding agents (Claude Code, Cursor, Windsurf)
$ npx skills add psenger/agent-os-profilesSabbatarian-discomposure973/cursorclaw
Connect Cursor AI to Feishu, DingTalk, and WeCom for remote code control, task runs, and project routing from your phone
$ npx skills add Sabbatarian-discomposure973/cursorclawblastum/AgentSkills
Cursor agent skills (Markdown SKILL.md collection)
$ npx skills add blastum/AgentSkillsabdulsamed1/AI-skills-bank
AI Skills Bank is a unified, multi-tool platform designed to aggregate, manage, and route AI skills across various workflows and AI assistants (such as Antigravity, Claude Code, Cursor, and Copilot).
$ npx skills add abdulsamed1/AI-skills-bankjanekbaraniewski/openusage
The one dashboard you’ve been looking for — track spend and usage across Claude, Cursor, OpenRouter, Copilot, Gemini, Codex, and more.
$ npx skills add janekbaraniewski/openusageart9mid/arc-skill
AI agent skill for scaffolding production-ready React Native (Expo) projects. Architecture reference with navigation, theme system, API layer, state management, storage, i18n, linting, and mobile UX design system. Works with Claude Code, Cursor, Windsurf, GitHub Copilot.
$ npx skills add art9mid/arc-skillHow 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.