Debug mode with runtime evidence and instrumentation. Use when asked to 'debug this', 'find the bug', 'troubleshoot', 'why is this broken', 'investigate runtime issue', 'it's not working', 'getting an error', 'this crashes', 'unexpected behavior', or when the user pastes an error message or stack trace and wants to find the root cause. Also trigger when the user describes behavior that differs from expectations in a running app. NOT for static code analysis without reproduction (use /code-analysis). NOT for CI pipeline failures (use /fci).
$npx -y skills add alexandrbasis/claudops --skill dbgInstalls into the current project.
Run `npx skills use "https://github.com/alexandrbasis/claudops" --skill "alexandrbasis/claudops/dbg"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/alexandrbasis/claudops" that are relevant to the current task. Run `npx skills add "https://github.com/alexandrbasis/claudops"` and select the relevant skills, then follow their instructions.