session-history

Displays recent project sessions as a reverse-chronological timeline from memory_sessions data.

3|Updated Oct 25, 2025
One-click install
npx skills add https://github.com/Prismaibrowser/prismspace-web --skill session-history-prismaibrowser
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: session-history
Source: https://github.com/Prismaibrowser/prismspace-web/tree/main/.agents/skills/session-history
Command: npx skills add https://github.com/Prismaibrowser/prismspace-web --skill session-history-prismaibrowser

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When you return to a project after time away, it is hard to remember what was done previously. This Skill answers questions like "what did we do last time" by retrieving recorded past sessions and presenting them as a clean, factual timeline. ## Core Features & Use Cases - Session Timeline: Calls the memory_sessions tool and lists up to 20 recent sessions in reverse-chronological order with id, project, start time, and status. - Highlights & Counts: Surfaces key highlights (decisions, code changes) and per-session observation counts, including session summaries when available. - Honest Empty States: Treats an empty history or zero-observation session as a real answer instead of inventing past work. - Use Case: You open a project on Monday and ask "what did we do last time" — the Skill returns each recorded session with its decisions and code highlights so you can resume work with full context. ## Quick Start Ask the assistant to show the session history or what was done in previous sessions on this project.

Frequently Asked Questions about session-history

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

FAQPage Schema
How do I see what was done in previous sessions on a project?▼

Ask for the session history or what was done last time. The Skill calls memory_sessions with a limit of 20 and presents each session's id, project, start time, status, and key highlights in reverse-chronological order.

How to view past session history with an AI assistant?▼

Invoke the session-history Skill by asking about past sessions or previous work. It queries recorded memory sessions and formats them as a timeline with observation counts and decision or code highlights.

What happens if there is no recorded session history?▼

An empty history is shown as a real answer. The Skill states that no sessions have been recorded yet for the project and suggests saving a note with the remember tool, never inventing past work.

Why is memory_sessions not available when viewing session history?▼

If the memory_sessions tool is unavailable, the Skill cannot retrieve any data. Consult the shared troubleshooting guide at ../_shared/TROUBLESHOOTING.md referenced in the Skill for resolution steps.

Does session history show sessions with zero observations?▼

Yes, sessions with observationCount of 0 are still listed with their id, project, time, and status, but the Skill explicitly notes that no work was recorded for that session.