Cursor rule Cursor
Be THOROUGH at the top of files. Explain what the file does, why it exists, and how it fits into the larger system. This helps both humans and AI understand context quickly.
30 10mo ago A 3 tokens
original MIT
19 tagged honeycomb, measured the same way as everything else here.
Browse within: anthropic-claude 19datadog 19llm-monitoring 19
Cursor rule Cursor
Be THOROUGH at the top of files. Explain what the file does, why it exists, and how it fits into the larger system. This helps both humans and AI understand context quickly.
Cursor rule Cursor
When we are creating prompts that will be used by an LLM for agents.
Cursor rule Cursor
ALL imports go at the top of the file. Every single one. If you're even thinking about putting an import inside a function, stop.