export-session-transcript

Export coding-agent sessions to Markdown files using a session marker.

Updated May 6, 2026
One-click install
npx skills add https://github.com/tkstang/skills --skill export-session-transcript
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: export-session-transcript
Source: https://github.com/tkstang/skills/tree/main/skills/export-session-transcript
Command: npx skills add https://github.com/tkstang/skills --skill export-session-transcript

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows you to export and save your coding-agent conversation as a Markdown file, making it easy to review and refer back to your sessions.

Core Features & Use Cases

  • Export Conversation: Converts your coding-agent session into a Markdown file for easy access.
  • Custom Output: Allows you to specify the output path and file name for the Markdown file.
  • Session Marker: Uses a unique session marker to identify the correct transcript for export.
  • Use Case: Imagine you have a complex coding session with multiple iterations. Use this Skill to save the conversation as a Markdown file for later review.

Quick Start

Run the export-session-transcript skill with the --match option followed by the session marker you announced to the user.

Frequently Asked Questions about export-session-transcript

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

FAQPage Schema
How do I export a coding-agent conversation as a Markdown file?

To export a coding-agent conversation as a Markdown file, run this Skill with a session marker to identify the correct transcript. It converts the session into a Markdown file, allowing you to specify the output path and file name for easy storage.

Can I save Claude Code or Cursor agent sessions for later review?

Yes, you can save Claude Code or Cursor agent sessions for later review. The Skill transcribes these coding-agent sessions into Markdown files, making complex iterations easy to access and reference.

Do I need Node.js to convert my coding session transcript to Markdown?

Yes, you need Node.js 22+ to convert your coding session transcript to Markdown. The Skill uses this environment and grep to identify the correct transcript using a unique session marker before exporting.

How does the session marker identify the correct conversation transcript?

The session marker identifies the correct conversation transcript by using grep to search for the unique marker you specify. This ensures the Skill exports the exact coding-agent session you want saved as a Markdown file.

What is the best way to save complex coding-agent iterations for documentation?

The best way to save complex coding-agent iterations for documentation is converting the session transcript into a Markdown file. This allows custom output paths, making multi-iteration conversations easy to review and store.

Can I specify the output path when saving my coding-agent session?

Yes, you can specify the output path and file name when saving your coding-agent session. The Skill allows custom output destinations for the generated Markdown file to keep your transcripts organized.