GitHub - PatrickJS/awesome-cursorrules
cursor-aicode-editorai-codingconfiguration
Abstraction: Curated collection of Cursor AI project rule configuration files
Key points:
- Cursor Project Rules are Markdown-based
.mdcfiles stored in.cursor/rules/that shape Cursor AI's behavior per project, framework, or workflow - Rules encode project architecture, preferred libraries, coding standards, security constraints, and domain context to make AI suggestions more accurate and consistent
- Repository covers rules for frameworks (Next.js, React, Vue, SvelteKit, FastAPI, Go, etc.), testing tools, deployment (Vercel, Netlify, Cloudflare), and cross-cutting concerns (anti-sycophancy, DRY/SOLID, security)
.mdcfrontmatter requiresdescription,globs(file patterns for auto-attach), andalwaysApplyflag; usealwaysApply: falseunless guidance applies universally- Teams sharing
.cursor/rules/*.mdcfiles get consistent AI assistance across contributors - Over 150 rule files covering frontend, backend, mobile, data/ML, testing, documentation, and DevSecOps categories
Connections: Cursor · Github · Agentic Coding · Prompt Engineering