export-conversation

Export the complete conversation transcript to a Markdown file with YAML frontmatter.

Updated Jan 31, 2026
One-click install
npx skills add https://github.com/Ting-s515/skills --skill export-conversation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: export-conversation
Source: https://github.com/Ting-s515/skills/tree/main/export-conversation
Command: npx skills add https://github.com/Ting-s515/skills --skill export-conversation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This configuration enables exporting the entire current conversation into a Markdown file so that other AI models can seamlessly take over tasks and continue the work.

Core Features & Use Cases

  • Deterministic transcript export: Generate a structured Markdown file that preserves the conversation, timestamps, and key decisions.
  • Output path flexibility: Accept a user-specified path or prompt for a location and filename when none is provided.
  • Template-driven formatting: Produce a consistent, ready-to-use document with sections for summary, progress, decisions, and file changes.

Quick Start

Specify the output file path and the system will generate and save the Markdown transcript to that location.

Frequently Asked Questions about export-conversation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I export an AI conversation to a Markdown file?

To export an AI conversation to a Markdown file, the Skill generates a structured transcript with YAML frontmatter and saves it to an optional user-specified output path for seamless task continuation.

Can I specify a custom output path when exporting a conversation transcript?

Yes, you can specify a custom output path when exporting a conversation transcript; if no path is provided, the system will prompt for a filename and location to save the Markdown file.

What is included in a Markdown conversation export?

A Markdown conversation export includes a standardized template with YAML frontmatter, a summary, progress updates, decisions, and optional resource directories for scripts, references, and assets.

Why export a full conversation transcript to Markdown?

Exporting a full conversation transcript to Markdown creates a portable, structured record that allows other AI models to seamlessly take over tasks and continue the work.

Does the Markdown transcript export require any dependencies or components?

No, the Markdown transcript export requires no external dependencies or components to function, allowing you to generate deterministic output files directly within your current environment.

What is the best way to share my AI workflow output with another model?

The best way to share AI workflow output with another model is exporting the conversation to a Markdown file, which uses a standardized template to preserve key decisions and progress for seamless continuation.