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 →MKAbuMattar/skills
A collection of agent skills for writing production-ready scripts and authoring more skills. MIT-licensed, works in any skills-compatible client (Claude Code, Cursor, GitHub Copilot, OpenAI Codex, Gemini CLI, and others).
$ npx skills add MKAbuMattar/skillskevinkda/schwab-marketdata-skill
Cursor / Claude Code skill pack for schwab-marketdata-mcp (60+ refs, 4 playbooks, EN+zh-CN bilingual).
$ npx skills add kevinkda/schwab-marketdata-skillbarleviatias/toolkit-ai
Package manager for AI coding assistants — manage skills, agents & MCPs across Claude Code, Codex, Copilot, and Cursor
$ npx skills add barleviatias/toolkit-aialirezarezvani/claude-skills
337 Claude Code skills & agent skills & plugins (30+ Agents, 70+ custom commands, 330+ skills, customizable references, scripts)for Claude Code, Codex, Gemini CLI, Cursor, and 8 more coding agents — engineering, marketing, product, compliance, C-level advisory, research, business operations, commercial & finance, and your daily productivity skills.
$ npx skills add alirezarezvani/claude-skillsdyegolara/lnurl-auth-agents
LNURL-auth (LUD-04) signer for LLM coding agents — Sign in with Lightning, no wallet required
$ npx skills add dyegolara/lnurl-auth-agentsvalentinuuiuiu/antigravity-awesome-skills
The Ultimate Collection of 200+ Agentic Skills for Claude Code/Antigravity/Cursor. Battle-tested, high-performance skills for AI agents including official skills from Anthropic and Vercel.
$ npx skills add valentinuuiuiu/antigravity-awesome-skillspan-emily/slack-emojify
Cursor skill: generate Slack-emoji-ready PNGs and animated GIFs from text prompts
$ npx skills add pan-emily/slack-emojifyPiloTracer/.ai
Portable process framework for software teams shipping with coding agents (Cursor, Claude Code, Codex, opencode). Skills, standards, spec-driven planning, and a .work/ memory layer.
$ npx skills add PiloTracer/.aiharrydaihaolin/agent-readiness-skill
Agent skill (Claude / Cursor) that scores and fixes agent-readiness in a repo via the agent-readiness-mcp server
$ npx skills add harrydaihaolin/agent-readiness-skillmateoHernandez123/cursor-skills
Cursor Agent Skills for building ConductorOne Baton connectors — sync, provisioning, testing, CI, and automated connector building workflows
$ npx skills add mateoHernandez123/cursor-skillsval-town/plugin
Val Town plugin for AI coding agents (Claude Code, Cursor). MCP + skill in one install: npx plugins add val-town/plugin
$ npx skills add val-town/pluginalirezarezvani/engineering-advanced-skills
Index of 37 advanced engineering agent skills for Claude Code, Codex, Gemini CLI, Cursor, OpenClaw. Use when browsing or choosing among the POWERFUL-tier engineering skills: agent design, RAG, MCP servers, CI/CD, database design, observability, security auditing, changelog/release automation, reliability (SLO/chaos/flags/operators), platform ops.
$ npx skills add alirezarezvani/claude-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.