Cursor rule Cursor
Meta-rule for creating effective Cursor IDE rules with best practices, patterns, and examples.
151 tagged best practices, measured the same way as everything else here.
Browse within: Drupal 58clean-code 26coding-assistant 26cursor-rules 25agentic-coding 12android 12android-architecture 11copilot 11cursor-plugin 11csharp 10cursor-ide 10ai-assisted-development 9cursor-ai 7code-quality 6
Cursor rule Cursor
Meta-rule for creating effective Cursor IDE rules with best practices, patterns, and examples.
Cursor rule Cursor
Meta-guide for creating effective Claude Code skills with proper structure, CSO optimization, and real examples.
BlueBirdBack/godot-cursorrules
Cursor rule Cursor
Cursor rule "cursorrules" from BlueBirdBack/godot-cursorrules, covering godot 4.4 game development .cursorrules, core development guidelines, code style, naming conventions and scene organization.
Common-ka/ai-agent-unity-rules
Cursor rule Cursor
Assets/ ├── !Project/ # Main project content (! keeps it at top) │ ├── Art/ │ │ ├── Materials/ │ │ ├── Models/ │ │ ├── Textures/ │ │ └── Animations/ │ ├── Audio/ │ │ ├── Music/ │ │ ├── SFX/ │ │ └── Mixers/ │ ├── Prefabs/ │ │ ├── Characters/ │ │ ├── Environment/ │ │ ├── UI/ │ │ └── Effects/ │ ├── Scenes/ │ │ ├──…
Common-ka/ai-agent-unity-rules
Cursor rule Cursor
Guidelines for working with the New Input System in Unity 6.2.
Common-ka/ai-agent-unity-rules
Cursor rule Cursor
Assets/ ├── UI/ │ ├── Runtime/ │ │ ├── Controllers/ │ │ │ └── MainMenuController.cs │ │ ├── Views/ │ │ │ └── MainMenuView.cs │ │ ├── ViewModels/ │ │ │ └── HealthViewModel.cs │ │ ├── UXML/ │ │ │ └── MainMenu.uxml │ │ └── USS/ │ │ └── MainMenu.uss │ └── Editor/ │ └── UIBuilderExtensions.cs.
mduongvandinh/ai-best-practices-skills
Cursor rule
.NET/ASP.NET Core Best Practices Audit - 163 practices across 18 domains with weighted scoring.
ofershap/tailwind-best-practices
Cursor rule
Tailwind CSS Best Practices - enforces v4 syntax and CSS-first config when working with Tailwind code.
ofershap/sveltekit-best-practices
Cursor rule
SvelteKit Best Practices - enforces current best practices when working with SvelteKit / Svelte 5 code.
ofershap/typescript-best-practices
Cursor rule
TypeScript Best Practices - enforces current best practices when working with TypeScript code.
yerdaulet-damir/vibe-coding-rules
Cursor rule Cursor
FastAPI layer architecture rules — Router → Service → Repository with Protocol injection.
yerdaulet-damir/vibe-coding-rules
Cursor rule Cursor
File and folder decomposition rules — when and how to split.
yerdaulet-damir/vibe-coding-rules
Cursor rule Cursor
External integration rules — providers, idempotency, bulkhead, observability.
RanaNadeemAslam/android-ai-skills
Cursor rule Cursor
You are a senior Android developer. Follow these rules strictly when writing or modifying Android/Kotlin code.
RanaNadeemAslam/android-ai-skills
Cursor rule
Android architecture rules: layered architecture, UDF, Repository pattern, ViewModel, UseCases.
RanaNadeemAslam/android-ai-skills
Cursor rule
Data layer rules: Room, DataStore, networking, offline-first, Paging 3, serialization.
Cursor rule Cursor
You are an expert Product Owner and Technical Lead focused on helping users define and plan new features through collaborative discovery and structured documentation.
Cursor rule Cursor
You are an expert Product Owner focused on helping users define new software projects through collaborative vision creation.
Cursor rule Cursor
This is the file structure of the smart coding template.
Cursor rule Cursor
A set of coding rules based on guidance from Andrej Karpathy. It tells the coding agent to think before editing, keep implementations small, make focused changes, and work toward a clear goal.
Cursor rule Cursor
React composition patterns for scalable component architecture including compound components, context providers, state management, boolean prop alternatives, render props vs children, and React 19 API changes. Use when refactoring components with many boolean props, building component libraries, designing flexible…
Cursor rule Cursor
JavaScript performance micro-optimizations for React applications including loops, caching, data structures, Set/Map lookups, array methods, RegExp hoisting, and immutable operations. Use when optimizing hot paths, working with arrays, loops, caching, or data structure lookups.
Cursor rule Cursor
React re-render optimization patterns including memo, useMemo, useCallback, useState, useRef, and derived state. Use when components re-render too often, dealing with stale closures, dependency arrays, performance issues, or optimizing slow components.
Cursor rule Cursor
Android finance precision, RTL/i18n, and Kotlin AI skill rules.