Our review
Exports a Claude Code session transcript as navigable Markdown with formatted headings for editor outline navigation.
Strengths
- Generates a well-structured Markdown file with monospace column headings for easy editor outline navigation.
- Allows specifying a session ID or uses the current session by default.
- Facilitates reviewing, analyzing, and sharing Claude Code sessions.
Limitations
- Requires the shan CLI tool and Bun to be installed.
- Only works with Claude Code sessions.
- The heading format may not be ideal for all editors.
When you want to review, analyze, or export a Claude Code session as a structured Markdown file.
If you need an export in a different format (JSON, HTML) or if you don't want to install additional tooling.
Security analysis
SafeThe skill runs a known local script via bun with user-supplied arguments, but the script's purpose is limited to transcript dumping, and there is no indication of destructive or exfiltrating behavior. No obfuscation or risky patterns detected.
No concerns found
Examples
/shan transcript dump/shan transcript dump dc8ffe42name: shan description: Dump a Claude Code session transcript as navigable Markdown. Use when user wants to review, analyze, or export a session transcript. argument-hint: transcript dump [session-id] allowed-tools: Bash(bun:*)
Shan
Claude Code tooling CLI (named after Claude Shannon).
Execute
Run the shan CLI with provided arguments:
bun ~/projects/jasonkuhrt/dotfiles/packages/shan/src/bin/shan.ts $ARGUMENTS
Commands
transcript dump [session-id]
Convert JSONL transcripts to navigable Markdown with columnar headings for editor outline navigation.
Arguments:
| Argument | Description |
|----------|-------------|
| [session-id] | Optional. Partial UUID prefix (e.g., dc8ffe42). Defaults to current session. |
Output: .claude/transcripts/<session-id>.transcript.md in project directory
Examples:
/shan transcript dump # dump current session
/shan transcript dump dc8ffe42 # dump specific session
Output Format:
Headings use monospace columns with underscore padding for editor outline alignment:
# `001` `01/25/2026 22:45` `file-history-snapshot` `snapshot______________________`
# `002` `01/25/2026 22:45` `progress_____________` `SessionStart:clear____________`
# `003` `01/25/2026 22:46` `user_________________` `sync__________________________`
API Documentation Generator
Documentation
Automatically generates OpenAPI/Swagger API documentation.
Technical Writer
Documentation
Writes clear technical documentation following top style guides.
Technical Documentation Architect
Documentation
Analyzes existing codebases to produce comprehensive technical documentation (10-100+ pages), including architecture overviews, design decisions, and troubleshooting guides. Best used for system documentation, architecture guides, or technical deep-dives.