save-conversation

Installation
SKILL.md

Save conversation

Export the current Claude Code conversation to a clean, readable markdown file.

How it works

Claude Code automatically stores conversation history in .jsonl files at ~/.claude/projects/[project-folder]/[session-id].jsonl. This skill parses those logs and transforms them into nicely formatted markdown.

Usage

When the user invokes this skill:

  1. Identify the current session ID and project folder path
  2. Run the export script with appropriate arguments
  3. Report the saved file path to the user

Basic invocation

Installs
25
First Seen
Feb 11, 2026