Cursor .cursorrules: Stack-Aware House Style Generator
Generates a tight .cursorrules file based on the actual conventions in your repo, not generic best practices.
The Prompt
Free accounts also get the weekly newsletter.
Related prompts
CLAUDE.md: Encode the House Style Without Writing a Book
Generates a tight CLAUDE.md that captures your real coding conventions from actual diffs, not aspirational rules.
Cursor: Diff-Aware Code Review Before You Open the PR
Runs a brutal self-review on your staged changes so you catch the embarrassing stuff before a human does.
.cursorrules: Flag Any Variable Name That Lies About Its Type
Adds a Cursor rule that catches misleading variable names where the name implies one type but the value is another.
.cursorrules: Forbid Silent Catches and Swallowed Errors
A .cursorrules block that makes Cursor refuse to write try/catch blocks that hide failure from the caller.
