Search a Claude Code session transcript for a string or regex pattern and show every matching message with surrounding context. Reads /api/sessions/:id/transcript and resolves sessions via /api/sessions?limit= from the Agent Monitor dashboard. Use when hunting for a specific message, prompt, tool call, or error inside a session's conversation.
$npx -y skills add hoangsonww/claude-code-agent-monitor --skill transcript-grepInstalls into the current project.
Run `npx skills use "https://github.com/hoangsonww/claude-code-agent-monitor" --skill "hoangsonww/claude-code-agent-monitor/transcript-grep"` 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/hoangsonww/claude-code-agent-monitor" that are relevant to the current task. Run `npx skills add "https://github.com/hoangsonww/claude-code-agent-monitor"` and select the relevant skills, then follow their instructions.