error-handling
✓Implement robust error handling in Node.js with custom error classes, async patterns, Express middleware, and production monitoring
SKILL.md
Master error handling patterns for building resilient Node.js applications that fail gracefully and provide meaningful feedback.
| Unhandled rejection warnings | Missing .catch() | Add process handler + local catches | | Error swallowed silently | Empty catch block | Log or rethrow errors | | Stack trace missing | Error.captureStackTrace not called | Use AppError base class | | Memory leak from errors | Storing error references | Use WeakMap or clean up |
Implement robust error handling in Node.js with custom error classes, async patterns, Express middleware, and production monitoring Source: pluginagentmarketplace/custom-plugin-nodejs.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/pluginagentmarketplace/custom-plugin-nodejs --skill error-handling Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/pluginagentmarketplace/custom-plugin-nodejs --skill error-handling- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is error-handling?
Implement robust error handling in Node.js with custom error classes, async patterns, Express middleware, and production monitoring Source: pluginagentmarketplace/custom-plugin-nodejs.
How do I install error-handling?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/pluginagentmarketplace/custom-plugin-nodejs --skill error-handling Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/pluginagentmarketplace/custom-plugin-nodejs
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01