What problem does it solve? When a user references older or parent conversations that are no longer in context, there is no built-in way to recall what was said. This Skill provides ready-to-use jq and ripgrep commands to search, filter, and analyze complete conversation history stored in session JSONL files. ## Core Features & Use Cases - Session Discovery: List all sessions by date and size, find sessions from a specific day, and map chat providers to session IDs via sessions.json. - Content Search: Extract user or assistant messages from a session and search for keywords across one or all session transcripts. - Usage Analytics: Compute per-session and daily cost totals, message counts, token statistics, and tool usage breakdowns. - Use Case: A user asks "what did we decide about the database migration last week?" You locate the relevant session file by date, extract the text messages, and search for the migration discussion. ## Quick Start Search my past session logs for any conversation where we discussed the database migration plan.