nodejs-knowledge-patch

Installation
SKILL.md

Node.js 23.0+ Knowledge Patch

Claude's baseline knowledge covers Node.js through 22.x LTS. This patch captures post-cutoff changes from Node.js 23.0.0 (October 2024) through the 24.x line, plus later 24.x changelog additions that materially affect modern Node.js usage.

Source: Node.js releases at https://nodejs.org/en/blog/release

Quick Reference

Area Version What changed Details
Module loading 23.0 require(esm) enabled by default Module System
CLI 23.0 node --run marked stable CLI and Testing
Testing 23.x-24.x coverage globs, TS globs, env, expected failures CLI and Testing
Async context 24.0 AsyncLocalStorage defaults to AsyncContextFrame Runtime APIs
Web platform 24.0 URLPattern exposed globally Runtime APIs
Permissions 24.0+ --permission replaces --experimental-permission Runtime APIs
Process/runtime 23.11+ process.execve() and related runtime additions Runtime APIs

Key Pragmas

Related skills
Installs
3
GitHub Stars
19
First Seen
Apr 7, 2026