session-memory

Installation
SKILL.md

Session Memory Skill

Purpose

Restore full working context from persistent memory automatically at session start. This prevents loss of context from previous sessions, crashes, or context window resets.

When to Activate

MANDATORY at session start - This skill should activate automatically when:

  • User starts a new coding session
  • Context has been reset or compacted
  • User returns to a project after time away
  • User asks "what was I working on?" or similar

DO NOT ask permission - Just use it. The user expects context restoration.

Orchestration Steps

1. Immediate Context Recall (First Action)

Call: recall({ days: 7, limit: 20 })
Related skills
Installs
2
First Seen
Jan 25, 2026