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 →403name/ml-pipeline-helper
ml-pipeline-helper -- Cursor/Claude Code skill
$ npx skills add 403name/ml-pipeline-helperliuhean2021/anan-agent-skills
遵循 agentskills.io 规范的 Agent 技能库,兼容 Claude Code、Cursor、Copilot 等主流 Agent。
$ npx skills add liuhean2021/anan-agent-skillsresponsum-team/skill-skill-reviewer
Cursor Agent Skill: Reviews and evaluates SKILL.md files against Anthropic best practices for production-readiness
$ npx skills add responsum-team/skill-skill-reviewernikhonit/llm-mentions-skills
Agent skills to track brand mentions, ranks & citations across ChatGPT, Claude, Gemini & Perplexity — AI brand monitoring + GEO for Claude, Cursor & any agent
$ npx skills add nikhonit/llm-mentions-skillslvpiggyqq/xcatcher-skill
Agent Skill for fetching recent public X (Twitter) posts by handle through Remote MCP, with structured JSON and safe x402 workflows.
$ npx skills add lvpiggyqq/xcatcher-skillmajiayu000/awesome-goal-prompts
293 source-backed /goal prompt contracts for Claude Code, Codex & Cursor. Runnable, verifiable, search-tested.
$ npx skills add majiayu000/awesome-goal-promptscursor/thermo-nuclear-code-quality-review
Run an extremely strict maintainability review for abstraction quality, giant files, and spaghetti-condition growth. Use for a thermo-nuclear code quality review, thermonuclear review, deep code quality audit, or especially harsh maintainability review.
$ npx skills add cursor/pluginswzj998/ChatCCC
飞书(Lark)聊天控制 Claude Code / Cursor / Codex
$ npx skills add wzj998/ChatCCCPhoenix0531-sudo/tidy-skill
洁癖.skill:让 AI Agent 少留痕,留下的都有用。 Tidy Skill: make AI agent artifacts intentional, scoped, and disposable when needed.
$ npx skills add Phoenix0531-sudo/tidy-skillwaynesutton/convex-realtime
Patterns for building reactive apps including subscription management, optimistic updates, cache behavior, and paginated queries with cursor-based loading
$ npx skills add waynesutton/convexskillsuttam-gelot/payo
Generate project-tailored AI assistant rules & skills (CLAUDE.md, .cursorrules, Copilot instructions, AGENTS.md) in under two minutes. Works with Claude, Cursor, Copilot, Codex, Windsurf, Antigravity.
$ npx skills add uttam-gelot/payoi18next/i18next-cli
A unified, high-performance i18next CLI.
$ npx skills add i18next/i18next-cliHow 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.