session-search
Installation
SKILL.md
Session Search & Retrieval
Multiple ways to search and retrieve past session data, from high-level plugin tools to raw database queries. Pick the right approach based on what you need.
Decision Tree
Need conversation content from a specific session?
→ session_get (compressed, structured)
Need to browse/filter sessions by title?
→ session_list (quick metadata scan)
Need to search INSIDE message content across sessions?
→ grep/ripgrep on legacy JSON, or SQL LIKE on messages table
Need to find sessions by semantic meaning (not exact keyword)?
→ lss over the storage directory