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 →hchcx/manage-my-skills
跨平台的 AI Agent Skills 统一管理与安全同步工作台。支持 Windows & macOS,完美适配 Claude Code, Cursor, Windsurf, Zed, Trae, Codex 等 20+ 工具,提供极速 Git 缓存更新检查与安全重命名备份机制。
$ npx skills add hchcx/manage-my-skillsriffkit/skill
Official Riffkit skill — riff a winning TikTok into your own short video from your AI agent (Claude Code, Cursor) or the browser. Riff the formula, not the video.
$ npx skills add riffkit/skillthinslatelabs/keepp-skill
Agent Skill: manage a Keepp page (product cards, promo codes, lead capture, settings) via the Keepp Agent API.
$ npx skills add thinslatelabs/keepp-skillAaronTian777/norman-interaction-review
Experimental Codex skill for Don Norman-inspired interaction review
$ npx skills add AaronTian777/norman-interaction-reviewchenhg5/agencycli
Lightweight CLI to build self-managing AI agent teams. Define roles, skills & projects in Markdown+YAML — agents run autonomously on a heartbeat schedule, talk to each other via inbox, and delegate tasks. Works with Claude Code, Codex, Gemini, Cursor & more.
$ npx skills add chenhg5/agencycliAIDiyTeams/tomako-dev-skills
开发期 Agent Skills,用来沉淀团队工具协作能力
$ npx skills add AIDiyTeams/tomako-dev-skillsjcottam/agent-resources
Battle-tested agent skills and Cursor rules from real projects. Works with Cursor, Claude Code, and any agent.
$ npx skills add jcottam/agent-resourcescontext-engineering-collection
A comprehensive collection of Agent Skills for context engineering, harness engineering, multi-agent architectures, and production agent systems. Use when building, optimizing, evaluating, or debugging agent systems that require effective context management and reliable operating loops.
$ npx skills add muratcankoylan/Agent-Skills-for-Context-EngineeringRoots-and-Fruit/skills
Cursor agent skills for Roots & Fruit marketing and product development
$ npx skills add Roots-and-Fruit/skillsPs-Neko/skills-manager
Claude Code/Cursor 스킬 충돌·중복을 평한국어 지도로 보여주는 읽기 전용 명령 (read-only skill overlap map)
$ npx skills add Ps-Neko/skills-managerdavidweiss2-fp/dw-agent-skills
David Weiss agent skills for Cursor and Claude Code
$ npx skills add davidweiss2-fp/dw-agent-skillsphamquangkhanh2999/ai-developer-skill-os
A multi-agent skill package (Skill OS) for AI coding assistants (Claude Code, Cursor, Windsurf, Antigravity) with 23 professional skills.
$ npx skills add phamquangkhanh2999/ai-developer-skill-osHow 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.