error-handling
✓カスタム エラー クラス、非同期パターン、Express ミドルウェア、運用監視を使用して、Node.js に堅牢なエラー処理を実装します。
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 |
カスタム エラー クラス、非同期パターン、Express ミドルウェア、運用監視を使用して、Node.js に堅牢なエラー処理を実装します。 ソース: pluginagentmarketplace/custom-plugin-nodejs。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/pluginagentmarketplace/custom-plugin-nodejs --skill error-handling インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります
引用可能な情報
AI/検索での引用用の安定したフィールドとコマンド。
- インストールコマンド
npx skills add https://github.com/pluginagentmarketplace/custom-plugin-nodejs --skill error-handling- カテゴリ
- </>開発ツール
- 認証済み
- ✓
- 初回登録
- 2026-02-01
- 更新日
- 2026-02-18
クイックアンサー
error-handling とは?
カスタム エラー クラス、非同期パターン、Express ミドルウェア、運用監視を使用して、Node.js に堅牢なエラー処理を実装します。 ソース: pluginagentmarketplace/custom-plugin-nodejs。
error-handling のインストール方法は?
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/pluginagentmarketplace/custom-plugin-nodejs --skill error-handling インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります
ソースリポジトリはどこですか?
https://github.com/pluginagentmarketplace/custom-plugin-nodejs
詳細
- カテゴリ
- </>開発ツール
- ソース
- skills.sh
- 初回登録
- 2026-02-01