Systematic evidence-based debugging using runtime logs. Generates hypotheses, instruments code with NDJSON logs, guides reproduction, analyzes log evidence, and iterates until root cause is proven with cited log lines. Use when the user reports a bug, unexpected behavior, or asks to debug an issue.
$npx -y skills add millionco/expect --skill debug-agentInstalls into the current project.
Run `npx skills use "https://github.com/millionco/expect" --skill "millionco/expect/debug-agent"` 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/millionco/expect" that are relevant to the current task. Run `npx skills add "https://github.com/millionco/expect"` and select the relevant skills, then follow their instructions.