Conversation Export
SKILL.md
Conversation Export
Overview
Provide the ability to export Claude Code conversation content to structured documents. Support multiple output formats (Markdown, plain text, HTML) and content scopes (full conversation, summary).
Settings Loading
Before any operation, check for user settings at .claude/chat-saver.local.md:
- Use the Read tool to check if
.claude/chat-saver.local.mdexists - If it exists, parse the YAML frontmatter to extract settings
- If it does not exist, silently use built-in defaults (no error)
- Apply priority: command arguments > settings file > built-in defaults
Supported settings: default_format, default_scope, save_dir, custom_header, custom_footer. See references/settings-schema.md for full schema.
Users can run /chat-saver:setup to interactively initialize or update the configuration file.