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 →ComposioHQ/Gong-Automation
Automate Gong conversation intelligence -- retrieve call recordings, transcripts, detailed analytics, speaker stats, and workspace data -- using natural language through the Composio MCP integration.
$ npx skills add ComposioHQ/awesome-codex-skillsnexscope-ai/Amazon-Skills
Free AI agent skills for Amazon sellers— keyword research, competitor analysis, listing audit & more. Works with OpenClaw, Claude Code, Cursor, Windsurf, Codex and any agent that supports the Skills format.
$ npx skills add nexscope-ai/Amazon-Skillsbitrefill/agents
Agent skills for Bitrefill: browse, buy, and manage gift cards, mobile top-ups, and eSIMs from AI coding agents. Agent Skills spec compliant. Works with Claude Code, Cursor, npx skills.
$ npx skills add bitrefill/agentstale-project/tale
The Orchestrator for AI Agents — Connect OpenClaw, Hermes Agent, Claude Code, Codex, Cursor, Gemini CLI, OpenCode, and Pi. Pool their knowledge, delegate tasks, and build your swarm of agents.
$ npx skills add tale-project/talekeeper-security/keeper-agent-kit
Specialized security skills for AI agents (Claude Code, Cursor, Copilot) to automate PAM and secrets management workflows.
$ npx skills add keeper-security/keeper-agent-kitDimitriGeelen/agentic-engineering-framework
Governance framework for AI coding agents — enforces task traceability, structural gates, session continuity, and audit trails for Claude Code, Cursor, and Copilot.
$ npx skills add DimitriGeelen/agentic-engineering-frameworkAngela-letter/skill-archive-router
Search archived Cursor Agent Skills on disk — activate on demand — stop rewriting workflows from scratch.
$ npx skills add Angela-letter/skill-archive-routermonte-carlo-data/mc-agent-toolkit
Official Monte Carlo toolkit for AI coding agents. Skills and plugins that bring data and agent observability — monitoring, triaging, troubleshooting, health checks — into Claude Code, Cursor, and more.
$ npx skills add monte-carlo-data/mc-agent-toolkitmayurpise/draft
Context-Driven Development plugin for Claude Code, Cursor, GitHub Copilot, Gemini
$ npx skills add mayurpise/draftIliasAlmerekov/aegis
Shield your terminal from AI agents. Aegis intercepts every shell command, auto-snapshots your data before dangerous operations, and asks before anything destructive runs. Works with Claude Code, Codex, Cursor, and any agent that uses $SHELL.
$ npx skills add IliasAlmerekov/aegisandy-develop/stock-longterm-analysis
Cursor Agent Skill: 6-dimension framework for long-term stock fundamental analysis
$ npx skills add andy-develop/stock-longterm-analysisdliedke/ClaudeCodeExtension
Visual Studio .NET extension that provides a better interface for Claude Code, Codex, Cursor, OpenCode, PI, Windsurf and Antigravity supporting multi-line prompts with image/file attachments for AI assisted high coding productivity
$ npx skills add dliedke/ClaudeCodeExtensionHow 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.