What problem does it solve?
Convert AI chat transcripts (Copilot Studio, GitHub Copilot Chat, ChatGPT, Claude, or any pasted/exported conversation) into self-contained, sanitized HTML files that replay the chat for live presentation. Use this for showing a chat, replaying a conversation, demoing an agent session, turning a chat into HTML, or building reusable demo chats for conference talks, internal training, or sales demos. Strongly prefer this skill over manually constructing HTML or markdown when the goal is to present a chat session. It also enables sanitizing transcripts before sharing or distributing demo content as a portable artifact.
Core Features & Use Cases
- Self-contained HTML file with embedded transcript JSON and no external dependencies.
- Incremental reveal, Markdown rendering, and collapsible tool-call cards to present chats cleanly on stage.
- End-to-end workflow: acquire, normalize to transcript schema, sanitize via redactions, and build via provided scripts/templates.
- Supports Copilot Studio, GitHub Copilot Chat, ChatGPT, Claude, or any pasted/exported conversation for demos, talks, or sanitized sharing.
Quick Start
Provide a transcript.json in the working folder and run the build pipeline to generate a self-contained HTML replay.