Common Rules
This directory contains general cursor rules that can be applied to various projects regardless of programming language or framework.
Contents
- general.md: General programming best practices and standards
- git.md: Git-related conventions and workflows
- gitflow.md: Git Flow workflow specification and guidelines
- documentation.md: Documentation writing standards and best practices
Samples
The samples directory contains example implementations of these rules in practice.
Usage
- Choose the relevant rule files for your project
- Copy them to your project's cursor-rules directory
- Modify as needed to fit your specific project requirements
Contributing
Feel free to contribute additional common rules by submitting a pull request. Please ensure your rule files follow the project's formatting and naming conventions.