transcript-grep
SolidSearch 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.
Install
Quality Score: 87/100
Skill Content
Details
- Author
- hoangsonww
- Repository
- hoangsonww/Claude-Code-Agent-Monitor
- Created
- 4 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Integrates with
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
extract-transcripts
Extract readable transcripts from Claude Code and Codex CLI session JSONL files
transcript-mining
Efficient, bounded mining of Claude Code session transcripts (~/.claude/projects/*/*.jsonl) for workflow audits, usage-pattern analysis, and skill distillation — JSONL anatomy, proven extraction queries (tool-use counts, duplicate reads, token aggregation, command sequences), the scan-only-named-files rule, and the content-vs-mechanics separation rule. Use when auditing workflow health, quantifying token waste, reconstructing what happened across sessions, or distilling incident knowledge from transcripts into a skill.
find-claude-session
Search across all past Claude Code sessions (across every working directory) to recall what was discussed and locate the original cwd. Use this skill whenever the user wants to find a past conversation, recall which directory a session was in, search their Claude history for a topic, or asks things like '我之前在哪個對話/目錄聊過 X', '幫我找之前討論 X 的 session', 'which directory did we talk about X in', 'search my Claude transcripts for Y'. Especially useful when the user opens throwaway conversations via `cd $(mktemp -d)` and later forgets which tmp directory hosted a discussion.