stenographer
Installation
SKILL.md
Stenographer
Export Claude Code conversation transcripts to Markdown, JSON, or HTML.
Usage
Parse $ARGUMENTS for the following flags:
| Flag | Description |
|---|---|
--format md|json|html |
Output format (default: md) |
--output FILE |
Write to file instead of presenting inline |
--blog |
Blog-ready mode — clean narrative, no tool noise |
--list |
List available sessions for this project |
--include-thinking |
Include thinking/reasoning blocks |
--include-subagents |
Inline full subagent transcripts |
--verbose-tools |
Show full tool inputs and outputs |
--no-tool-details |
Hide tool calls entirely |
--clipboard |
Copy output to clipboard |