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 →chuhe349/163-mail-sync
Standalone Codex Skill for tracking job applications from NetEase 163 Mail
$ npx skills add chuhe349/163-mail-syncLamboPoewert/mcp-server-madeonsol
MCP server for MadeOnSol Solana KOL intelligence — use from Claude, Cursor, or any MCP client
$ npx skills add LamboPoewert/mcp-server-madeonsolKanevry/session-orchestrator
Turn ad-hoc Claude Code / Codex / Cursor sessions into a repeatable loop — research → plan → wave-execute → close. Parallel sub-agents, inter-wave quality gates, dual GitHub+GitLab integration, F2 Memory + Persona-Panel + gsd-Pattern Adoption. 37 skills · 18 commands · 13 agents · 7360 tests.
$ npx skills add Kanevry/session-orchestratorarvindrk/extract-design-system
Extract design tokens (colors, typography, spacing, border radius, shadows) from any public website. Generates JSON and CSS custom properties for local projects. Available as an AI agent skill (Claude, Cursor, Codex) and standalone CLI.
$ npx skills add arvindrk/extract-design-systemdiegosouzapw/OmniRoute
Never stop coding. Free AI gateway: one endpoint, 160+ providers (50+ free), connect Claude Code, Codex, Cursor, Cline & Copilot to FREE Claude/GPT/Gemini. RTK+Caveman stacked compression saves 15-95% tokens, smart auto-fallback, MCP/A2A, multimodal APIs, Desktop/PWA.
$ npx skills add diegosouzapw/OmniRouteFernandoBolzan/Orquestrador-Maestro
AI agent orchestration kit for Windows with Codex skills, hooks, routing rules and profiles for Claude, OpenCode, Cursor, Gemini and Windsurf.
$ npx skills add FernandoBolzan/Orquestrador-Maestromode-io/skill-manager
Manage skills across Codex CLI, Claude Code, Cursor, OpenCode, and OpenClaw from one local app.
$ npx skills add mode-io/skill-managersickn33/antigravity-awesome-skills
Installable GitHub library of 1,600+ agentic skills for Claude Code, Cursor, Codex CLI, Gemini CLI, Antigravity, and more. Includes specialized plugins, installer CLI, bundles, workflows, and official/community skill collections.
$ npx skills add sickn33/antigravity-awesome-skillsReblexis/telarchy-skill
Agent-agnostic Telarchy API skill: drop-in capability pack so AI agents (Claude, Codex, Cursor, in-house bots) can register, trade, propose tasks, and push /admin telemetry against telarchy.com.
$ npx skills add Reblexis/telarchy-skillpinecall/skills
Agent Skills for the Pinecall SDK — generated from sdk/docs, installable into Claude Code, Antigravity, Cursor & Copilot. npx skills add pinecall/skills
$ npx skills add pinecall/skillsgaaiyun/joinquant-skill
AI agent skill for generating quantitative strategy code on JoinQuant platform - Cursor / Claude Code compatible
$ npx skills add gaaiyun/joinquant-skillVishnu90Coreinn/lean-dev
⚡ Talk less. Code better. — A Claude skill combining caveman communication + Karpathy coding principles. Works with Cursor, Windsurf, ChatGPT & GitHub Copilot too.
$ npx skills add Vishnu90Coreinn/lean-devHow 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.