Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 585 Bytes

File metadata and controls

27 lines (24 loc) · 585 Bytes

Cursor AI Ruleset

Installation

1. Clone the repository: `git clone https://github.com/spsofme/cursor-rules.git`
2. Copy the contents to your project's main folder
3. Expand technology-specific rules if necessary

Structure

.cursorrules
rules/
├─ general/
│  ├─ clean-code.mdc
│  ├─ code-quality.mdc
│  ├─ database.mdc
│  ├─ gitflow.mdc
│  ├─ language-policy.mdc
│  ├─ planning.mdc
│  └─ team-behavior.mdc
├─ dotnet-api/
│  └─ .cursorrules.mdc
└─ react-typescript/
   └─ .cursorrules.mdc