What problem does it solve? When a user references an older or parent conversation that is no longer in context, there is no built-in way to recall what was said. This Skill lets you search, filter, and analyze your complete conversation history stored in session JSONL files. ## Core Features & Use Cases - Full-History Search: Search across all session transcripts for keywords or phrases using jq and ripgrep. - Session Analytics: Compute per-session and daily cost totals, message counts, token usage, and tool usage breakdowns. - Message Extraction: Extract user or assistant text messages from any session for review. - Use Case: A user asks "what did we decide about the database schema last week?" You locate sessions from that date, extract the relevant messages, and summarize the prior decision. ## Quick Start Search my session logs from January 6th for any mention of the deployment plan and summarize what was discussed.