Help us improve
Share bugs, ideas, or general feedback.
From context-sync
Saves the current session context to a file in the docs/context-sessions/ directory.
npx claudepluginhub Claudate/claude-code-context-sync --plugin context-syncHow 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)
/save-sessionSaves current session state—what was built, worked, failed, next steps—to a dated markdown file in ~/.claude/sessions/ for resuming work later with full context.
/save-sessionSaves current session state to a dated Markdown file in ~/.claude/session-data/ capturing progress, issues, and context for resuming later.
/sessionSaves, resumes, and lists development sessions across conversations, preserving context, decisions, progress, and key files in .claude/sessions/.
/session-syncSyncs all work from the current conversation into the active session using the session-management skill's sync action.
/context-saveCompacts session or saves full handoff to .handoff/ file with progress summary, git state, and next steps when context pressure detected.
/save-sessionAnalyzes current Claude Code session from JSONL file, extracts progress todos, decisions, file changes, generates summary metadata, and saves to layered local storage.
Share bugs, ideas, or general feedback.
Skill(context-save)