--- name: export description: Export session data for sharing or archiving aliases: [session-export, share] invokes: skill:session-export --- # Export Command Export session data to Markdown or JSON for sharing. ## Usage ``` /export # Export most recent session /export # Export specific session /export --list # List sessions available to export /export --format json # Export as JSON /export --output FILE # Save to file ``` ## Implementation Run the session export script: ```bash python3 ~/.claude/automation/session-export.py [options] [session_id] ``` ## Output Includes | Section | Description | |---------|-------------| | Session Details | ID, date, summarized status | | Topics | Topics discussed | | Summary | Session summary | | Memory Items | Preferences, decisions, projects, facts created | ## Use Cases - Share session context with another Claude instance - Archive important sessions - Create documentation from sessions - Review what was accomplished