Skip to content

Instantly share code, notes, and snippets.

@crstamps2
Last active April 9, 2025 19:39
Show Gist options
  • Save crstamps2/5ad72a0f1d362a0bf1e0d84c0f404a30 to your computer and use it in GitHub Desktop.
Save crstamps2/5ad72a0f1d362a0bf1e0d84c0f404a30 to your computer and use it in GitHub Desktop.
.cursor-rules
---
description:
globs:
alwaysApply: true
---
# Your rule content
- Always begin responses with "[<LLM Name/Version>]"
---
description:
globs:
alwaysApply: true
---
# Your rule content
- Only modify code directly relevant to the specific request. Avoid changing unrelated functionality.
---
description:
globs:
alwaysApply: true
---
# Your rule content
- Never replace code with placeholders like `// ... rest of the processing ...`. Always include complete code.
---
description:
globs:
alwaysApply: true
---
# Your rule content
- Explain your OBSERVATIONS clearly, then provide REASONING to identify the exact issue.
- Add console logs when needed to gather more information.
---
description:
globs:
alwaysApply: true
---
# Your rule content
- Always provide a complete PLAN with REASONING based on evidence from code and logs before making changes.
---
description:
globs:
alwaysApply: true
---
# Your rule content
- Break problems into smaller steps. Think through each step separately before implementing.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment