My curated of personal Cursor Project Rules deck.
This repository contains my custom rules for Cursor, managed as Markdown files.
- All finalized rules are in
rules/. - Work-in-progress drafts are in
rules/drafts/. - Use the
setup.shto deploy rules into any target repository.cursor/rulesdirectory.
./setup.sh /path/to/your/project# Can use --target option
./setup.sh --target /path/to/your/project
# Can change the output directory with `--rules-dir` (default: .cursor/rules)
./setup.sh --target /path/to/your/project --rules-dir {your_custom_directory}.
├── LICENSE
├── README.md
└── rules/
├── 00_personality.md
├── 01_important.md
├ ...
└── drafts/