From context-sync
Saves the current session context to a file in the docs/context-sessions/ directory.
How this command is triggered — by the user, by Claude, or both
Slash command
/context-sync:save-sessionThe summary Claude sees in its command listing — used to decide when to auto-load this command
Skill(context-save)
Skill(context-save)
npx claudepluginhub Claudate/claude-code-context-sync --plugin context-sync/save-sessionSaves the current Claude Code session state, including conversation history and context, to a file for later restoration.
/save-sessionSaves the current Claude Code session state — including context, decisions, and progress — to a dated file in ~/.claude/sessions/ for resumption in a future session.
/save-sessionCaptures full session context — modified files, decisions, errors, and pending work — then writes a dated Markdown summary to ~/.claude/session-data/ for resuming later.
/save-sessionSaves the current Claude Code session state to a dated file in ~/.claude/sessions/ so work can be resumed in a future session with full context.
/save-session-logSaves a structured Markdown session log (discussion, analysis, decisions, next steps) to a dated file and propagates durable results into a wiki knowledge vault.
/sessionSaves and resumes development sessions across Claude Code conversations, preserving context, decisions, and progress. Also supports listing saved sessions.