Generate a structured document summarizing the current session for future reference
From savinpx claudepluginhub michaelknopf/claude-code-profile --plugin savi[output directory]Generate a comprehensive markdown document that captures the essence of this session.
$ARGUMENTS: Optional directory path where the document should be created
Filename generation: Always generate a descriptive filename based on the session content, using the pattern:
session-YYYY-MM-DD-<descriptive-topic-slug>.md
Examples:
/session-doc → ./session-2025-12-31-claude-code-plugin-development.md/session-doc ~/Documents/sessions → ~/Documents/sessions/session-2025-12-31-implementing-auth-system.mdFormat: A paper-like document, NOT a transcript. Organize by topic, not chronologically.
Fair Coverage: Weight all parts of the conversation fairly. Don't overweight recent exchanges.
Audience: Another Claude Code session that needs to understand the context and continue the work.
Organize the document with these sections (adapt as appropriate to content):
$ARGUMENTSWrite like technical documentation:
"The session focused on implementing a conversation export feature for Claude Code. After evaluating hooks, skills, and slash commands, the slash command approach was selected because it provides explicit user control over when documents are generated..."
NOT like a transcript:
"First the user asked about X, then Claude suggested Y..."