session-memory

Restore session context from persistent memory at coding session start.

3|1|Updated Oct 14, 2025
One-click install
npx skills add https://github.com/anortham/goldfish --skill session-memory-anortham
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-memory
Source: https://github.com/anortham/goldfish/tree/main/.claude-plugin/skills/session-memory
Command: npx skills add https://github.com/anortham/goldfish --skill session-memory-anortham

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically restore session context from persistent memory at the start of every coding session. This prevents loss due to crashes, resets, or context window truncation.

Core Features & Use Cases

  • MANDATORY activation: Automatically recall context at session start.
  • Recall results: Provide recent checkpoints, active plan, and Git context.
  • Context-aware next steps: Suggest immediate actions to resume work.
  • Use Case: When you open a project after downtime, the skill recalls your last active plan and last checkpoint to resume quickly.

Quick Start

Start a new coding session; this skill automatically recalls context and presents a concise summary of the last session.

Frequently Asked Questions about session-memory

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

FAQPage Schema
How do I automatically restore my coding session context after a crash or reset?

Session memory automatically recalls your last checkpoint, active plan, and Git context at the start of each coding session. When you begin work, it presents a concise summary of where you left off and proposes next steps to resume quickly without manual recovery.

What information does session context recall include?

Automatic recall fetches recent checkpoints marking progress milestones, your active plan documenting current objectives, and Git context showing repository state. This combination lets you pick up exactly where you stopped without re-reading logs or retracing steps.

Can session memory help when I forget what I was working on?

Yes. When you ask what you were working on, session memory analyzes persistent data to surface your last active plan and checkpoint. It provides a non-blocking summary so you regain context immediately without searching through history.

Does session context restoration work after context window resets?

Session memory is designed to restore context after crashes, resets, and context window truncation. Mandatory activation at session start ensures recovery happens automatically, preventing work loss across downtime or technical interruptions.

What's the best way to track progress across multiple coding sessions?

Session memory maintains persistent checkpoints and plans across sessions. At each start, it automatically analyzes and presents recent progress data, enabling continuous tracking and seamless handoffs between work intervals.