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 the complete conversation history stored in session JSONL files. ## Core Features & Use Cases - Session Discovery: List all sessions by date and size, or find sessions from a specific day using the sessions.json index. - Content Search: Extract user or assistant messages from a session and search across all sessions for keywords or phrases. - 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 to recover the decision. ## Quick Start Search my past session logs for any conversation where we discussed the deployment configuration and summarize what was decided.