·error-handling

Implementieren Sie eine robuste Fehlerbehandlung in Node.js mit benutzerdefinierten Fehlerklassen, asynchronen Mustern, Express-Middleware und Produktionsüberwachung

14Installationen·0Trend·@pluginagentmarketplace

Installation

$npx skills add https://github.com/pluginagentmarketplace/custom-plugin-nodejs --skill error-handling

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 |

Implementieren Sie eine robuste Fehlerbehandlung in Node.js mit benutzerdefinierten Fehlerklassen, asynchronen Mustern, Express-Middleware und Produktionsüberwachung Quelle: pluginagentmarketplace/custom-plugin-nodejs.

Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/pluginagentmarketplace/custom-plugin-nodejs --skill error-handling Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code oder Cursor

Original anzeigen

Fakten (zitierbereit)

Stabile Felder und Befehle für KI/Such-Zitate.

Installationsbefehl
npx skills add https://github.com/pluginagentmarketplace/custom-plugin-nodejs --skill error-handling
Kategorie
</>Entwicklung
Verifiziert
Erstes Auftreten
2026-02-01
Aktualisiert
2026-02-18

Schnelle Antworten

Was ist error-handling?

Implementieren Sie eine robuste Fehlerbehandlung in Node.js mit benutzerdefinierten Fehlerklassen, asynchronen Mustern, Express-Middleware und Produktionsüberwachung Quelle: pluginagentmarketplace/custom-plugin-nodejs.

Wie installiere ich error-handling?

Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/pluginagentmarketplace/custom-plugin-nodejs --skill error-handling Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code oder Cursor

Wo ist das Quell-Repository?

https://github.com/pluginagentmarketplace/custom-plugin-nodejs