Investigate fast-agent session and history files to diagnose issues. Use when a session ended unexpectedly, when debugging tool loops, when correlating sub-agent traces with main sessions, or when analyzing conversation flow and timing. Covers session.json metadata, history JSON format, message structure, tool call/result correlation, and common failure patterns.
$npx -y skills add evalstate/fast-agent --skill session-investigatorInstalls into the current project.
Run `npx skills use "https://github.com/evalstate/fast-agent" --skill "evalstate/fast-agent/session-investigator"` 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/evalstate/fast-agent" that are relevant to the current task. Run `npx skills add "https://github.com/evalstate/fast-agent"` and select the relevant skills, then follow their instructions.