From devkit
This skill auto-triggers when the user is manually adding debug logs or print statements to trace code execution. Trigger phrases: "add a log", "print statement", "console.log", "Log.d", "logger.debug", "trace this", "add some logging", "where is this called", "which path is executing", "let me add a log here", "not sure which branch runs".
How this skill is triggered — by the user, by Claude, or both
Slash command
/devkit:trace-nudgeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
When you detect the user is manually adding log/print/trace statements to debug an issue, suggest the automated alternative.
When you detect the user is manually adding log/print/trace statements to debug an issue, suggest the automated alternative.
Log.d(), console.log(), logger.debug(), print(), or similar debug statementsTell the user once (do not repeat if they decline):
Tip:
/devkit:trace [describe the issue]can auto-instrument your code with trace logs across all layers (network, state, lifecycle, UI), capture the output, and analyze it. It also cleans up after itself. Want to try that instead?
Accepted input formats:
/devkit:trace the profile screen shows blank data/devkit:trace screenshot:/path/to/screenshot.png broken layout/devkit:trace logs:/path/to/logcat.txt app crashes after loginDo not suggest /devkit:trace when the user is:
This is a nudge only. Do NOT:
Just suggest the command and move on. The user decides.
npx claudepluginhub shiyas1331/devkit --plugin devkitGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.