Nodejs Patterns skills for AI agents
8 practitioner-grade nodejs patterns skills, each a focused Markdown document your agent loads into context on demand. Search them from Claude Desktop, Cursor or any MCP client, or pull one with the CLI.
All 8 skills
- Child Processes
Child process management patterns for spawning, communicating with, and controlling external processes
198 lines - Clustering
Cluster module patterns for scaling Node.js applications across multiple CPU cores
198 lines - Error Handling
Comprehensive error handling strategies for robust and debuggable Node.js applications
218 lines - Event Emitter
EventEmitter patterns for building decoupled, event-driven architectures in Node.js
166 lines - File System
Modern fs/promises patterns for safe, efficient file system operations in Node.js
192 lines - Native Modules
N-API and native addon patterns for extending Node.js with high-performance C/C++ and Rust modules
231 lines - Streams
Node.js streams for efficient memory-conscious data processing with backpressure handling
161 lines - Worker Threads
Worker threads for offloading CPU-intensive tasks without blocking the Node.js event loop
190 lines