Node.js Async Error Handling v18+

Installation
SKILL.md

Node.js Async Error Handling v18+

Purpose

Use this skill for Node.js 18+ projects where async error behavior matters at process, script, service, or worker boundaries.

This variant adds Node-specific guidance for process failures, CLI behavior, and server-side async operations.

When to Use

Use this skill when:

  • the runtime is Node.js 18 or newer
  • scripts or services handle async failures
  • process exit behavior matters
  • file, network, or worker operations need safe contracts

Do

Installs
GitHub Stars
3
First Seen
Node.js Async Error Handling v18+ — janpereira-dev/ngautopilot