export-session-as-markdown
Installation
SKILL.md
Export Session as Markdown
Export a Claude Code session transcript to a human-readable GitHub-flavored Markdown file.
Prerequisites
- The
ed3d-session-reflectionplugin must be installed (provides thereduce-transcript.pyscript). - The current session's transcript path must be available (injected by the SessionStart hook). If it is not available, ask the user for the transcript path.
Invocation
The user may invoke this as:
/export-session-as-markdown— export the current session/export-session-as-markdown /path/to/transcript.jsonl— export a specific transcript/export-session-as-markdown /path/to/transcript.jsonl /path/to/output.md— export to a specific output path