Cursor Rule God is a modern, sleek PyQt5 desktop tool powered by Gemini AI for building, managing, enhancing, and exporting Cursor IDE rules in both .json and .mdc formats.
- 🤖 Gemini AI Prompt-to-Rule Generation
- 📝 Manual Rule Editing
- 💡 AI-Powered Rule Enhancement
- 📥 Import
.mdcRule Files - 📤 Export Rules to JSON and
.cursor/rules/as.mdc - 🧠 One-click Cursor IDE Rule Sync
- 🏷 Tagging System (e.g. Security, Cleanup, Docs)
- 🌚 Beautiful Dark Theme
pip install -r requirements.txtpython src/rule_god.pypip install pyinstaller
pyinstaller --onefile --windowed src/rule_god.pycursor-rule-god/
├── src/
│ └── rule_god.py
├── requirements.txt
└── README.md
Each rule can be tagged for easier organization:
- Security
- Cleanup
- Documentation
- Linting
- Refactoring
MIT – Hack the rules.