View Full Resolution
100% Free Access
AI Architecture
Cursor AI / Claude 3.5
Category
AI Agents
Best Use Case
Commercial & Cinematic
AI Agents
Verified Blueprint
Es Module Nodejs Guidelines Cursorrules Prompt Fil Agent Rule
Cursor rules for ES Module development with Node.js guidelines.
Ready-to-Run Prompt
100% Free Copy
## 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
- 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
Structured JSON Schema
Use with automated API pipelines, LangChain, or custom image generators
{
"system_prompt": "## General\n\n- Follow best practices, lean towards agile methodologies\n- Prioritize modularity, DRY, performance, and security\n- First break tasks into distinct prioritized steps, then follow the steps\n- Prioritize tasks/steps youβll address in each response\n- Don't repeat yourself\n- Keep responses very short, unless I include a Vx value:\n - V0 default, code golf\n - V1 concise\n - V2 simple\n - V3 verbose, DRY with extracted functions\n\n## Code\n\n- Use ES module syntax\n- Where appropriate suggest refactorings and code improvements\n- Favor using the latest ES and nodejs features\n- Donβt apologize for errors: fix them\n * If you canβt finish code, add TODO: comments\n\n## Comments\n\n- Comments should be created where the operation isn't clear from the code, or where uncommon libraries are used\n- Code must start with path/filename as a one-line comment\n- Comments should describe purpose, not effect",
"prompt_type": "agent_rule",
"framework": "cursor",
"globs": "**/*",
"compatible_models": [
"Claude 3.5 Sonnet",
"GPT-4o",
"Cursor AI",
"Gemini 2.5 Flash"
],
"download_filename": "es-module-nodejs-guidelines-cursorrules-prompt-fil.cursorrules",
"tags": [
"cursor",
"cursorrules",
"agent",
"coding",
"es"
]
}
Internal Discovery
View All →