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 →michalkowol/ai
Sandboxed Docker environment for running Claude Code and Cursor Agent with shared commands, skills, and rules
$ npx skills add michalkowol/aipolything/starter-skills
A 6-skill marketing starter pack (SKILL.md folders) for founder-led teams: briefs, messaging, offer pages, QA, experiments, and deck outlines — designed to work across Claude/Cursor/Codex-style skills.
$ npx skills add polything/starter-skillsmoshuying/pitchcraft
汇报.skill · pitchcraft — Structured persuasion for tech leads, PMs, and founders: kickoff, status, wrap-up, pitch, and solution selling on one 5-part framework (Hook→Context→Proposal→Evidence→Ask), with AI material intake and a pre-submit checklist. Works with Claude Code, Cursor, Codex, and more.
$ npx skills add moshuying/pitchcraftwpgaurav/generateblocks-skills
GenerateBlocks Skills to create better layouts with AI tools.
$ npx skills add wpgaurav/generateblocks-skillsdavidmosiah/fitbitmcp
MCP server for Fitbit — query daily activity, heart rate, sleep, and body data from your Fitbit account in any MCP-compatible AI client (Claude, Cursor, etc.).
$ npx skills add davidmosiah/fitbitmcpjasonzhangshuo/solfege-video
🎵 简谱练习视频生成器 | MusicXML → MP4 (竖版/横版) | Cursor & Codex Skill
$ npx skills add jasonzhangshuo/solfege-videowuxie888/agent-skill-wannengcopy
Evidence-first website copy-remix skill for agent workflows
$ npx skills add wuxie888/agent-skill-wannengcopyfatihkan/badi
Workflow management CLI for Anthropic Claude Code, Cursor, and Gemini CLI. 30 AI agents — incl. a virtual eng team — 84 commands, 62 skill categories. Built for Claude Opus & Sonnet.
$ npx skills add fatihkan/badiheygen-com/claude-design-hyperframes
Use when running inside Claude Design specifically. Produces a valid, brand-accurate HyperFrames video draft using pre-valid skeletons. For Claude Code / Cursor / Codex, use the `hyperframes` skill instead.
$ npx skills add heygen-com/hyperframesinooo111/Cursor-AI-Pro-Download-2026
A standalone utility designed to unlock and manage Pro features within the Cursor AI editor environment locally.
$ npx skills add inooo111/Cursor-AI-Pro-Download-2026chancy24/codex-knowledge-base-skill
A reusable Agent Skill for Codex and other coding agents to initialize, maintain, and evolve a project-level knowledge base.
$ npx skills add chancy24/codex-knowledge-base-skillATOM00blue/awesome-agent-skills
An opinionated, hand-curated index of production-tested skills, plugins, and CLAUDE.md packs for AI coding agents (Claude Code, Codex, Cursor, OpenCode, Aider, Gemini CLI). Each entry has when-to-use AND when-NOT-to-use.
$ npx skills add ATOM00blue/awesome-agent-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.