
from superclaude-plusplus13
Persist session context and create checkpoints: save learnings, summaries, and project state for cross-session continuity.
Adds session lifecycle and persistence capabilities to an agent. This skill provides patterns and commands for analyzing session progress, persisting session context and learnings to a memory store (Serena MCP in this repo), creating recovery checkpoints, and validating saved state. It formalizes when and how to snapshot session data for later restoration or cross-session continuity.
Use when an agent finishes a significant interaction, completes a multi-step task, or wants to preserve discoveries and decisions. Also useful for automated checkpoint creation during long-running sessions or before risky operations.
/sc:save [--type session|learnings|context|all] [--summarize] [--checkpoint]) and describes the behavioral flow: analyze → persist → checkpoint → validate → prepare. It documents triggers and boundaries (what it will/won't do) and integration expectations with Serena MCP.Intended for agents built on Claude Code / SuperClaude-like frameworks and MCP-integrated runtimes that support memory operations and checkpoints.
This skill has not been reviewed by our automated audit pipeline yet.