nodejs-best-practices

Node.js architecture and framework selection guidance based on deployment context and project requirements.

sickn33 ↓ 13k
Claude Code
View source ↗

What it does

  • ASK user for preferences when unclear
  • Choose framework/pattern based on CONTEXT
  • Don't default to same solution every time
  • Testability: Mock layers independently
  • Flexibility: Swap database without touching business logic
  • Clarity: Each layer has single responsibility
  • Small scripts → Single file OK

Requirements & configuration

  • CommonJS (require)

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

Node.js architecture and framework selection guidance based on deployment context and project requirements.

Source

Repository: https://github.com/sickn33/antigravity-awesome-skills

nodejs-best-practices FAQ

What does the nodejs-best-practices skill do?

Node.js development principles and decision-making. Framework selection, async patterns, security, and architecture. Teaches thinking, not copying. ASK user for preferences when unclear Choose framework/pattern based on CONTEXT

How do I install nodejs-best-practices?

Run: npx -y skills add https://github.com/sickn33/antigravity-awesome-skills --skill nodejs-best-practices --agent claude-code — the source lives at github.com/sickn33/antigravity-awesome-skills.

Maintain nodejs-best-practices?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

nodejs-best-practices on getagentictools
[![nodejs-best-practices on getagentictools](https://getagentictools.com/badge/skills/sickn33-antigravity-awesome-skills-nodejs-best-practices.svg)](https://getagentictools.com/skills/sickn33-antigravity-awesome-skills-nodejs-best-practices?ref=badge)
npx agentictools info skills/sickn33-antigravity-awesome-skills-nodejs-best-practices

The second line is the CLI lookup for this page — handy in READMEs and docs.