save

Snapshot current session state to tasks/session.md for context recovery.

2|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/sakebomb/scaffold --skill save-sakebomb
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: save
Source: https://github.com/sakebomb/scaffold/tree/main/.claude/skills/save
Command: npx skills add https://github.com/sakebomb/scaffold --skill save-sakebomb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Captures essential context from a session to enable seamless resumption in future work without exporting a full transcript.

Core Features & Use Cases

  • Snapshot current focus, progress, key decisions, and active files to tasks/session.md.
  • Pair with tasks/todo.md and lessons.md to create a durable trace across sessions.
  • Supports cross-project continuity by rehydrating context when re-opening Claude Code.

Quick Start

Run the save action to snapshot the current session state to tasks/session.md for cross-session continuity.

Frequently Asked Questions about save

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

FAQPage Schema
How do I save session context for cross-session work continuity?▼

To save session context, run the save action to snapshot your current focus, progress, key decisions, and active files into tasks/session.md, enabling seamless context rehydration when resuming work later.

What is the best way to preserve Claude Code session state without exporting a full transcript?▼

Saving session state to tasks/session.md captures essential context concisely, avoiding full transcript exports while preserving the critical information needed to reactivate cross-session work seamlessly.

How do I resume interrupted work and recover my previous coding context?▼

Recovering interrupted work context relies on the session.md snapshot, which rehydrates your previous focus, progress, and active files so you can seamlessly resume cross-session work without losing track.

Can I use session state snapshots alongside todo and lessons files for project continuity?▼

Yes, session state snapshots pair with tasks/todo.md and lessons.md to create a durable trace across sessions, ensuring comprehensive cross-project continuity when re-opening Claude Code for ongoing work.

What specific context details are captured when saving a session state snapshot?▼

Session state snapshots capture your current focus, progress made, key decisions, open questions, and active files, providing a concise context payload required for durable recovery across sessions.