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:
- Identify the current session ID and project folder path
- Run the export script with appropriate arguments
- Report the saved file path to the user