A repository of Cursor IDE rules (.mdc files) for software development, including the BMAD (Build, Manage, Architect, Deploy) methodology framework with agents, workflows, and tasks, plus Python and general software engineering good practices.
Warning: If your project already contains a
.cursorfolder, back it up before using this repo (for example, rename it to.cursor.backup) so you can restore any existing settings or rules if needed.
- Browse the
rules/directory - Find the rule file that matches your needs
- Copy the content to your project's
.cursorrulesfile - Or copy to
.cursor/rules/[name].mdcin your project - Restart Cursor or reload the workspace
# In your project directory
git submodule add https://github.com/DeerHide/cursor-rules.git .cursor
# use the following to check whether the submodule is correctly initialized
git submodule statusContributions are welcome! If you have cursor rules that would benefit others, take a look here: CONTRIBUTING
MIT License - see LICENSE file for details.
Note: These rules are community-driven and may need customization for your specific project requirements.