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
197 lines - Clustering
Cluster module patterns for scaling Node.js applications across multiple CPU cores
197 lines - Error Handling
Comprehensive error handling strategies for robust and debuggable Node.js applications
217 lines - Event Emitter
EventEmitter patterns for building decoupled, event-driven architectures in Node.js
165 lines - File System
Modern fs/promises patterns for safe, efficient file system operations in Node.js
191 lines - Native Modules
N-API and native addon patterns for extending Node.js with high-performance C/C++ and Rust modules
230 lines - Streams
Node.js streams for efficient memory-conscious data processing with backpressure handling
160 lines - Worker Threads
Worker threads for offloading CPU-intensive tasks without blocking the Node.js event loop
189 lines