Use this skill when debugging runtime behavior requires live data from the running app, temporary instrumentation, or hypothesis verification through logs. Trigger for async timeouts, stale or incorrect state updates, race conditions, event ordering bugs, intermittent failures, browser/client behavior that static inspection cannot explain, or any issue where the agent should create a local debug HTTP server, insert temporary probes, ask the user to reproduce, inspect .debug/debug.log, then remove all debug instrumentation and assets.
$npx -y skills add denysdovhan/agents --skill interactive-debuggingInstalls into the current project.
Run `npx skills use "https://github.com/denysdovhan/agents" --skill "denysdovhan/agents/interactive-debugging"` 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/denysdovhan/agents" that are relevant to the current task. Run `npx skills add "https://github.com/denysdovhan/agents"` and select the relevant skills, then follow their instructions.