Save Session banner
GGPrompts GGPrompts

Save Session

Development community

Description

--- description: Summarize and export current work session to a file --- # Save Session: Summarize and Export Current Work Session You are creating a concise summary of the current work session and saving it to a file, enabling the user to continue in a completely fresh conversation or resume later with minimal context loss. **Note:** This is different from the built-in `/compact` command which compresses the conversation in-place. This command EXPORTS the summary to a file for external use w

Installation

Installs to ~/.claude/commands/ggprompts-tfe-save-session.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/GGPrompts/TFE/HEAD/.claude/commands/save-session.md -o ~/.claude/commands/ggprompts-tfe-save-session.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository