A public collection of rules, snippets, and custom workflows I use with Cursor to support faster, more focused development.
rules/
: Code standards and reusable refactoring rules
These rules are written to be used with Cursor’s built-in automation features and AI assistance.
I’m not building a plugin—just documenting helpful patterns and setups.
To use:
- Browse the
rules/
folder - Copy the rule you want into your local Cursor workspace
- Adjust the prompt or code as needed
- I wanted a reproducible way to share coding patterns with collaborators
- Cursor rules help standardize and speed up work without enforcing rigid linting
- Writing rules improves my own thinking around refactoring and clarity