node-debug-logging-middleware
Adds a plug-and-play Node.js middleware that instruments Express and Koa apps to emit detailed debugging logs (stack traces, request context, intermediate values) to a configurable log file path. Triggers: error/exception handling, request lifecycle boundaries, manual instrumentation points.
Skill Installation
Install this skill using skillscokac CLI tool
Installation command
npx skillscokac -i node-debug-logging-middlewareRemoval command
npx skillscokac -r node-debug-logging-middlewareUsage
After installation, run /node-debug-logging-middleware in Claude Code
Prerequisite: Node.js must be installed on your system to run this command.
💡 Copy and run this command in your terminal to install the skill
SKILL.md
examples
debug-middleware.js
usage-express.js
usage-koa.js
SKILL.md
examples
debug-middleware.js
usage-express.js
usage-koa.js
SKILL.md
Frontmatter
name
node-debug-logging-middleware
description
Adds a plug-and-play Node.js middleware that instruments Express and Koa apps to emit detailed debugging logs (stack traces, request context, intermediate values) to a configurable log file path. Triggers: error/exception handling, request lifecycle boundaries, manual instrumentation points.
Loading editor...