Follow best practices, lean towards agile methodologies
Add this skill
npx mdskills install PatrickJS/cursor-es-module-nodejs-guidelinesGeneric coding preferences with minimal agent-specific guidance or actionable triggers
1## General23- Follow best practices, lean towards agile methodologies4- Prioritize modularity, DRY, performance, and security5- First break tasks into distinct prioritized steps, then follow the steps6- Prioritize tasks/steps you’ll address in each response7- Don't repeat yourself8- Keep responses very short, unless I include a Vx value:9 - V0 default, code golf10 - V1 concise11 - V2 simple12 - V3 verbose, DRY with extracted functions1314## Code1516- Use ES module syntax17- Where appropriate suggest refactorings and code improvements18- Favor using the latest ES and nodejs features19- Don’t apologize for errors: fix them20 * If you can’t finish code, add TODO: comments2122## Comments2324- Comments should be created where the operation isn't clear from the code, or where uncommon libraries are used25- Code must start with path/filename as a one-line comment26- Comments should describe purpose, not effect2728
Full transparency — inspect the skill content before installing.