@patrickjs/es-module-nodejs-guidelines-cursorrules-prompt-fil
## General - Follow best practices, lean towards agile methodologies
prpm install @patrickjs/es-module-nodejs-guidelines-cursorrules-prompt-fil0 total downloads
π Full Prompt Content
## General
- Follow best practices, lean towards agile methodologies
- Prioritize modularity, DRY, performance, and security
- First break tasks into distinct prioritized steps, then follow the steps
- Prioritize tasks/steps youβll address in each response
- Don't repeat yourself
- Keep responses very short, unless I include a Vx value:
- V0 default, code golf
- V1 concise
- V2 simple
- V3 verbose, DRY with extracted functions
## Code
- Use ES module syntax
- Where appropriate suggest refactorings and code improvements
- Favor using the latest ES and nodejs features
- Donβt apologize for errors: fix them
* If you canβt finish code, add TODO: comments
## Comments
- Comments should be created where the operation isn't clear from the code, or where uncommon libraries are used
- Code must start with path/filename as a one-line comment
- Comments should describe purpose, not effect
π‘ Suggested Test Inputs
Loading suggested inputs...
π― Community Test Results
Loading results...
π¦ Package Info
- Format
- cursor
- Type
- rule
- Category
- general
- License
- CC0-1.0