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-reflection plugin must be installed (provides the reduce-transcript.py script).
  • 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

Steps

1. Determine the transcript path

Installs
3
GitHub Stars
225
First Seen
Apr 5, 2026
export-session-as-markdown — ed3dai/ed3d-plugins