best-cursor-rules
Best Cursor Rules is a curated collection of 33 high-quality Cursor AI rules that actually work. Includes a Setup Wizard that analyzes your project and generates customized rules automatically.
Install / Use
npx skills add Renvia-code/best-cursor-rulesInstalls into whichever agent you are using.
.cursorrules
Cursor IDE rules (legacy)
Quality Score
Category
AutomationSupported Platforms
Tags
Skill content
View source on GitHubBest Cursor Rules
A curated collection of Cursor AI rules that actually work.
Skip the guesswork. These rules are battle-tested, framework-specific, and ready to drop into your project.
Quick Start
Option A: Use the Setup Wizard (recommended)
- Open your project in Cursor (not this repo)
- Switch to Plan Mode or Agent Mode
- Paste the contents of
SETUP-WIZARD.mdinto the chat - Answer a few questions about your stack
- Done! The AI creates your
.cursor/rules/folder automatically
Note: The wizard must be run from inside your actual project directory, not from this repository.
[!TIP] Plan Mode (recommended) — More structured. The AI analyzes your project, asks focused questions, shows you exactly what will be created, then executes after you confirm.
<table> <tr> <td>[!TIP] Agent Mode — More conversational. The AI iterates with you and creates files on the fly. Good if you want to adjust things as you go.
💎 Pro Tip
Use the best model you have access to. The wizard does a lot of thinking upfront so you don't have to correct it later. Five minutes with a good model now saves hours of fixes down the road.
</td> </tr> </table>Option B: Manual Setup
- Create
.cursor/rules/in your project root - Copy the rules you need from the
rules/folder - Update the
globsin each file to match your project structure
Available Rules
Frameworks
| Rule | Description |
|------|-------------|
| nextjs-15.mdc | Next.js 15 App Router, Server Components, Server Actions |
| react-19.mdc | React 19 patterns, hooks, and best practices |
| vue-3.mdc | Vue 3 Composition API and script setup |
| svelte-5.mdc | Svelte 5 runes and modern patterns |
| astro.mdc | Astro components and island architecture |
Languages
| Rule | Description |
|------|-------------|
| typescript.mdc | Strict TypeScript with modern type patterns |
| python.mdc | Python 3.12+ with type hints and async |
| go.mdc | Go idioms and error handling |
Backends
| Rule | Description |
|------|-------------|
| supabase.mdc | Auth, RLS, Edge Functions, Realtime |
| fastapi.mdc | FastAPI routes, Pydantic, async patterns |
| nodejs.mdc | Node.js with Express/Fastify |
Styling
| Rule | Description |
|------|-------------|
| tailwind.mdc | Tailwind CSS v4 patterns and organization |
| shadcn-ui.mdc | shadcn/ui component patterns |
Testing
| Rule | Description |
|------|-------------|
| vitest.mdc | Vitest with Testing Library |
| playwright.mdc | E2E testing with page objects |
Best Practices
| Rule | Description |
|------|-------------|
| clean-code.mdc | Naming, functions, DRY, SOLID |
| security.mdc | Auth patterns, secrets, validation |
| ai-security.mdc | LLM security, prompt injection, PII filtering |
| accessibility.mdc | ARIA, keyboard nav, screen readers |
Stack Presets
These combine multiple rules for common technology combinations:
| Rule | Stack |
|------|-------|
| t3-stack.mdc | Next.js + tRPC + Prisma + Tailwind |
| nextjs-supabase.mdc | Next.js + Supabase + shadcn/ui |
| mern-stack.mdc | MongoDB + Express + React + Node.js |
| python-fastapi.mdc | FastAPI + PostgreSQL + SQLAlchemy |
| django-htmx.mdc | Django + HTMX + Tailwind |
How the Wizard Works
The Setup Wizard is a special prompt that turns Cursor into a project analyzer:
- Detection - It reads your
package.json,tsconfig.json, config files, etc. - Questions - Asks 4-6 questions to understand your preferences
- Planning - Shows you exactly which rules will be created
- Execution - Creates
.cursor/rules/with customized rules
The wizard adapts to your project. Using Supabase? It includes those patterns. TypeScript strict mode? It adjusts accordingly. It's not a one-size-fits-all dump of rules.
Rule Format
Each rule uses the MDC (Markdown + Config) format:
---
description: Brief description for AI context
globs: ["**/*.tsx", "**/*.ts"]
alwaysApply: false
---
# Rule Title
## Section
Content, code examples, tables, etc.
description- Helps the AI understand when to apply this ruleglobs- File patterns that trigger this rule (empty = manual only)alwaysApply- If true, always included regardless of file type
Rules are written to be concise and scannable. No fluff, just patterns and examples.
Contributing
Want to add a rule or fix something? Check out CONTRIBUTING.md.
The short version:
- Fork the repo
- Add/edit rules in
rules/ - Follow the format in
.cursor/rules/01-rule-format.mdc - Submit a PR
Why This Exists
Cursor's AI is powerful, but it doesn't know your stack. These rules give it the context it needs:
- "Use Server Components by default" (Next.js 15)
- "Always enable RLS on tables" (Supabase)
- "Prefer
unknownoverany" (TypeScript)
Without rules, you end up correcting the AI constantly. With the right rules, it writes code the way you want it.
Credits
Maintained by Renvia Technologies with contributions from the community.
Licensed under CC0 - do whatever you want with these rules.
<p align="center"> <i>"Most good programmers do programming not because they expect to get paid or get adulation by the public, but because it is fun to program."</i> <br> <sub>— Linus Torvalds</sub> </p> <p align="center"> <sub>Built with ☕ and too many terminal tabs</sub> </p>
Related Skills
Agent-Reach
84.2kGive your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
ruflo
73.0k🌊 The original agent harness. Deploy intelligent multi-player swarms, coordinate autonomous workflows, and build conversational AI systems. Features adaptive memory, self-learning intelligence, federation, vector RAG integration, and native Claude Code / Codex / Hermes and many more Integrated
nanobot
48.5kUltra-lightweight, open-source, self-hosted personal AI agent framework in Python with WebUI, tools, memory, MCP, multi-agent workflows, automation, and chat apps
Scrapling
82.8k🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl! Don't be shy, join here: https://discord.gg/EMgGbDceNQ
Security Score
Audited on Dec 2, 2025
