session-store-history

Query a session_store to recall and summarize past work across sessions.

1|1|Updated May 3, 2026
One-click install
npx skills add https://github.com/matt-riley/agent-skills --skill session-store-history
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: session-store-history
Source: https://github.com/matt-riley/agent-skills/tree/main/skills/session-store-history
Command: npx skills add https://github.com/matt-riley/agent-skills --skill session-store-history

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The skill enables querying a session_store to recall and summarize past work across sessions.

Core Features & Use Cases

  • Retrieve past work across sessions and present concise summaries with references to PRs, commits, files, and checkpoints.
  • Support both recent and historical queries, with evidence surfaced as turns, checkpoints, or session refs.
  • Provide safe fallbacks and clear boundaries to avoid mixing current-workspace data.

Quick Start

Ask to recall your previous work and have it summarized with linked sessions, PRs, commits, or files.

Frequently Asked Questions about session-store-history

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I recall past work across different sessions?▼

To recall past work across sessions, you query a session store to retrieve and summarize historical data. This returns concise summaries with linked sessions, PRs, commits, and files as evidence-backed references.

What is the best way to find which PR or branch relates to a specific topic?▼

Finding which PR or branch relates to a specific topic requires querying your session history with structured queries. The system surfaces evidence-backed results referencing the specific PR, branch, or commit associated with that topic.

Can I retrieve historical commits and checkpoints with timestamps?▼

Yes, you can retrieve historical commits and checkpoints with timestamps. Querying the session store returns evidence-backed results that include specific timestamps and refs for each recalled checkpoint or commit.

How do I summarize how a similar problem was handled previously?▼

To summarize how a similar problem was handled previously, query the session store for historical context. The system recalls past sessions and presents concise summaries detailing how similar issues were resolved with supporting references.

What happens when session history data is sparse or missing?▼

When session history data is sparse or missing, the system provides safe fallbacks and clear boundaries. This prevents mixing current-workspace data and ensures you receive clear indications when historical data is unavailable.

Does session store history work with current workspace data?▼

Session store history does not mix with current workspace data. The system establishes clear boundaries to separate historical queries from your active workspace, ensuring past session recalls remain isolated and accurate.