Skip to main content
Back to registry

node-best-practices

mcollina/skills

Use this skill whenever you are dealing with Node.js code to obtain domain-specific knowledge for building robust, performant, and maintainable Node.js applications.

Installs404
Install command
npx skills add https://github.com/mcollina/skills --skill node-best-practices
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Use this skill whenever you are dealing with Node.js code to obtain domain-specific knowledge for building robust, performant, and maintainable Node.js applications. When writing TypeScript for Node.js, use type stripping (Node.js 22.6+) instead of build tools like ts-node or tsx. Type stripping runs TypeScript directly by removing type annotations at runtime without transpilation. Key requirements for type stripping compatibility: Minimal example — a valid type-stripped TypeScript file: Run directly with: See rules/typescript.md for complete configuration and examples. For multi-step processes, follow these high-level sequences before consulting the relevant rule file: Graceful shutdown : Register signal handlers (SIGTERM/SIGINT) → stop accepting new work → drain in-flight requests → close external connections (DB, cache) → exit with appropriate code. See rules/graceful-shutdown.md . Error handling : Define a shared error base class → classify errors (operational vs programmer) → add async boundary handlers ( process.on('unhandledRejection') ) → propagate typed errors through the call stack → log with context before responding or crashing. See rules/error-handling.md .

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does node-best-practices do?

Use this skill whenever you are dealing with Node.js code to obtain domain-specific knowledge for building robust, performant, and maintainable Node.js applications.

Is node-best-practices good?

node-best-practices does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does node-best-practices work with?

node-best-practices currently lists compatibility with codex, gemini-cli, opencode, kimi-cli, amp, github-copilot.

What are alternatives to node-best-practices?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install node-best-practices?

npx skills add https://github.com/mcollina/skills --skill node-best-practices

Related skills

More from mcollina/skills

Related skills

Alternatives in Software Engineering