LLM Skills
~/catalog/backend//es-module-nodejs-guidelines-cursorrules-prompt-filc
BackendGitHub source

Es module nodejs guidelines

/es-module-nodejs-guidelines-cursorrules-prompt-filc

Follow the Cursor guidelines to develop with the Es module in a consistent and maintainable way.

PatrickJSPatrickJS
40.6k
May 27, 2026
CC0-1.0
// skill content

--- description: "Cursor rules for ES Module development with Node.js guidelines." globs: */ alwaysApply: false --- ## 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

// original public source
PatrickJS/awesome-cursorrules
/rules/es-module-nodejs-guidelines-cursorrules-prompt-fil.mdc
License: CC0-1.0. Review the repository before reusing it.
Independent project, not affiliated with Anthropic. This skill remains the property of its original author.
// install this skill
Paste this command in your terminal at the root of your project:
mkdir -p .claude/commands && curl -o ".claude/commands/es-module-nodejs-guidelines-cursorrules-prompt-fil.mdc" "https://raw.githubusercontent.com/PatrickJS/awesome-cursorrules/main/rules/es-module-nodejs-guidelines-cursorrules-prompt-fil.mdc"
Then in Claude Code, type /es-module-nodejs-guidelines-cursorrules-prompt-filc to activate it.
open_in_newOpen original source
// save
Save available after sign in.
loginSign in to save
// information
CreatorPatrickJS
Stars 40.6k
CategoryBackend
LicenseCC0-1.0
UpdatedMay 27, 2026
Format.md
AccessFree
// similar

Skills Backend

View allarrow_forward