Show HN: Cursor AI Rules Directory (Open Source) (cursor.directory)
While Cursor has already revolutionized coding, you can still configure it to perform even better based on your language and framework.
That's why we created Cursor Directory, a collection of the best cursor rules for your framework and language from the community. It's fully open source and you can contribute to it by submitting your own rules.
Just copy and add a .cursorrules file to your project root!
Let me know what you think!
19 comments
[ 3.1 ms ] story [ 64.1 ms ] threadMy understanding is the goal is to prime the LLM with context that it will use when generating answers, rather than hoping it will infer connections in the feed forward layers when generating answers based on a sparse prompt.
For example, I have copied a sample system prompt for React below we instruct the LLM to " - Always use === instead of ==." By making the LLM 'think' of this additional detail, are we not taking away its focus from actually solving the main task? And something like equal signs can easily be auto-fixed by a linter.