system-debug-logger
Creates a reusable Skill to instrument applications to automatically capture errors and exceptions into debug logs, with configurable output to server log files (e.g., /var/log/app.log) and/or console. Common triggers: "add error logging", "instrument exceptions for debug logs", "create logging configuration for production/dev".
Skill Installation
Install this skill using skillscokac CLI tool
Installation command
npx skillscokac -i system-debug-loggerRemoval command
npx skillscokac -r system-debug-loggerUsage
After installation, run /system-debug-logger 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
SKILL.md
SKILL.md
Frontmatter
name
system-debug-logger
description
Creates a reusable Skill to instrument applications to automatically capture errors and exceptions into debug logs, with configurable output to server log files (e.g., /var/log/app.log) and/or console. Common triggers: "add error logging", "instrument exceptions for debug logs", "create logging configuration for production/dev".
Loading editor...