What problem does it solve? The built-in session tools only access the current workspace's own .synapse directory, so you cannot inspect conversation history belonging to a different project. This Skill reads sessions from any specified project's .synapse SQLite databases, enabling cross-project history lookup, search, and transcript review. ## Core Features & Use Cases - List recent sessions: Enumerate recent sessions of any project with title, model, summary, and timestamps from sessions.sqlite. - Search sessions: Search by title, summary, or model metadata, with optional full-text search over message bodies backed by a lazily synced search index. - Read transcripts with pagination: Read a session by thread_id with turn-based pagination (offset/limit), optional tool-call inclusion, and per-turn truncation to control output size. - Use Case: You want to find how a database migration was discussed in project F:\work\foo. Run the search command with --fulltext against that project's path, get the matching thread_id, then read the relevant turns of that session. ## Quick Start Ask the agent to list the recent sessions of the project at a given absolute path, for example: list the last 20 sessions of the project at F:\work\foo.