session-save

Save session context to project memory and update MEMORY.md.

17|1|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/vasilievyakov/miracle-infrastructure --skill session-save-vasilievyakov
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-save
Source: https://github.com/vasilievyakov/miracle-infrastructure/tree/main/skills/session-save
Command: npx skills add https://github.com/vasilievyakov/miracle-infrastructure --skill session-save-vasilievyakov

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Save session context to project memory so the next session starts from context rather than a blank slate.

Core Features & Use Cases

  • Update project dossiers with current state, decisions, next steps, and observations
  • Synchronize MEMORY.md and per-project observations to preserve session history
  • Provide a structured template for ongoing work to avoid forgotten decisions

Quick Start

Invoke /session-save at the end of a work session to write the current context to the project memory.

Frequently Asked Questions about session-save

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

FAQPage Schema
How do I save session context to project memory so the next session starts from where I left off?

You save session context by writing the current state, decisions, and next steps to a per-project dossier and MEMORY.md. This preserves session history so the next session starts from context rather than a blank slate.

What is the best way to preserve project observations and decisions when switching projects or taking a long break?

Preserving project observations requires updating the per-project dossier with current state and decisions before ending the work session. This synchronization ensures session history and observability are maintained across breaks.

When do I need to update project memory files like MEMORY.md?

You need to update project memory files like MEMORY.md when ending a work session, switching projects, or taking a long break. This writes current context to project memory to avoid forgotten decisions and lost progress.

Does saving session context require any external dependencies or components?

Saving session context requires no external dependencies or components. It operates independently to write updates to the per-project dossier and MEMORY.md, preserving history and observability without prerequisite tools.

How do I keep a structured template for ongoing work to avoid forgotten decisions across sessions?

You keep a structured template for ongoing work by invoking a session save to write current context, next steps, and observations to the project memory. This provides a structured format to avoid forgotten decisions between sessions.

Why does starting a new session from zero cause problems for project memory management?

Starting a new session from zero causes problems because previous decisions, observations, and project state are lost without session memory management. Writing updates to the per-project dossier and MEMORY.md preserves history and ensures observability.