Skip to content
Documentation
Command

/export-md

Export this session's conversation to a markdown file

From plugin
export-md
101 skill1 command

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/export-md

Context preview

What this command does when you run it.

Export this session's conversation to a markdown file

Command definition

export-md.md
description: Export this session's conversation to a markdown file
argument-hint: [output-path] [--last N] [--with-thinking] [--full-tools] [--no-tools]
allowed-tools: Bash(python3 __SCRIPT_PATH__:*)

!`python3 __SCRIPT_PATH__ $ARGUMENTS`

The export has been written. Tell the user the output path in one short line. Do not summarise the conversation or read the exported file back.

Ships withexport-md

A /export-md slash command for Claude Code that saves the current session as a clean, readable markdown file.

Get the whole plugin
Stats
10
Stars
1
Forks
Maintained
Maintenance
Python
Language
MIT
License
1mo ago
Last commit
1mo ago
Created

Repo: yussufs/export-md