Hi everyone,
First off, huge thanks for maintaining this collection. It's incredibly useful!
I noticed that using these rules currently requires manually finding and copying files. To streamline this workflow, I built a small open-source CLI tool called cursor-setup that automates the process.
Instead of copy-pasting, you can just run:
# 1. Install the tool
pip install cursor-setup
# 2. Install a rule (e.g., for Python, NextJS, etc.)
cursor-setup install python
It automatically fetches the best practices and creates the .cursorrules file in your project instantly.
I hope this helps improve the developer experience for the community! 👉 Check it out here