Skip to content

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

  1. Choose the relevant rule files for your project
  2. Copy them to your project's cursor-rules directory
  3. 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.