Common IDE Rules
This directory contains general IDE rules that can be applied to various projects regardless of programming language or framework. These rules are compatible with multiple AI-powered IDEs including Cursor, Kiro, and other similar development environments.
Contents
- general.md: General programming best practices and standards
- git-workflow.md: Comprehensive git workflow guidelines including GitFlow methodology
- documentation.md: Documentation writing standards and best practices
Samples
The samples directory contains example implementations of these rules in practice for different project types.
Usage
For Cursor IDE
- Choose the relevant rule files for your project
- Copy the MDC content to your project's
.cursor/rules
directory - Modify as needed to fit your specific project requirements
For Kiro IDE
- Choose the relevant rule files for your project
- Copy the Markdown content to your project's
.kiro/steering
directory - Modify the front-matter inclusion settings as needed
For Other IDEs
- Adapt the rule content format to your IDE's requirements
- Use the core guidelines while adjusting the metadata format
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 and include support for both Cursor and Kiro formats.