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 as JSONL session files. ## Core Features & Use Cases - Full-Text Session Search: Find any phrase across all past sessions using ripgrep, or filter messages by role and content type with jq. - Usage and Cost Analytics: Compute per-session and daily cost totals, message counts, and token statistics from the usage metadata embedded in each log line. - Tool Usage Breakdown: Aggregate which tools were called and how often within any session transcript. - Use Case: A user asks "what did we decide about the database migration last Tuesday?" You locate sessions from that date, extract the user and assistant text messages, and surface the relevant discussion. ## Quick Start Search my session logs for any past conversation mentioning "deployment checklist" and summarize what was discussed.