This repository contains a collection of custom rules for the Cursor IDE to help with development, deployment, and best practices.
- Clone this repository or download the
.mdc
files - Run the installation script:
- Windows:
.\install.ps1
- Mac/Linux:
chmod +x install.sh && ./install.sh
- Windows:
Alternatively, you can manually create a .cursor/rules
folder in your project and copy the desired .mdc
files.
If you've already installed these rules and want to update to the latest version:
- Pull the latest changes or download the latest release
- Run the update script:
- Windows:
.\update.ps1
- Mac/Linux:
chmod +x update.sh && ./update.sh
- Windows:
The update script will only replace rules that have changed and add new ones, preserving any custom rules you may have created.
budget_dev.mdc
- Budget-friendly development strategiesinnovative_solutions.mdc
- Innovative solution approaches for resource-constrained developmentlearning_path.mdc
- Learning-focused development approachmvp_development.mdc
- MVP development strategies for quick idea validationsustainable_dev.mdc
- Sustainable development practices for long-term success
deployment_safety.mdc
- Safe deployment practices and security considerationslive_app_security.mdc
- Security best practices for live applicationsgitignore_templates.mdc
- Gitignore templates for different project types
digitalocean_deployment.mdc
- DigitalOcean deployment strategies and best practicesdigitalocean_nodejs.mdc
- Node.js deployment on DigitalOceandigitalocean_static_sites.mdc
- Static site deployment on DigitalOcean
rul3s.mdc
- Framework for creating and managing rules
The rul3s.mdc
file contains a framework for creating your own rules, including:
- Rule structure
- Rule categories
- Rule creation process
- Naming conventions
- Tips for effective rules
- Main workflow template for editing files
The DigitalOcean-specific rules provide guidance for deploying applications to DigitalOcean's cloud platform. If you're planning to use DigitalOcean, you can get $200 in free credit for 60 days by signing up with this referral link:
MIT