-->
--- description: Cursor Rules Location globs: *.mdc ---
Rules for placing and organizing Cursor rule files in the repository.
actions:
type: reject conditions:
type: suggest message: | When creating Cursor rules:
Always place rule files in PROJECT_ROOT/.cursor/rules/:
.cursor/rules/
├── your-rule-name.mdc
├── another-rule.mdc
└── ...
Follow the naming convention:
Directory structure:
PROJECT_ROOT/
├── .cursor/
│ └── rules/
│ ├── your-rule-name.mdc
│ └── ...
└── ...
Never place rule files:
examples:
input: |
rules/my-rule.mdc my-rule.mdc .rules/my-rule.mdc
.cursor/rules/my-rule.mdc output: "Correctly placed Cursor rule file"
metadata: priority: high version: 1.0
Add this context to your project via the
ctxs
command line integration: