export

Export active AI conversation transcripts into self-contained HTML files.

6|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/markacianfrani/armor --skill export-markacianfrani
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: export
Source: https://github.com/markacianfrani/armor/tree/main/skills/export
Command: npx skills add https://github.com/markacianfrani/armor --skill export-markacianfrani

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires node, and includes scripts (resource) and assets (resource) components.

What problem does it solve?

This Skill solves the difficulty of sharing or archiving AI chat sessions by automatically converting raw, fragmented session logs into clean, readable, and self-contained HTML transcripts.

Core Features & Use Cases

  • Automated Detection: Intelligently finds the most recent Pi or Claude Code session associated with your current project directory.
  • Self-Contained Output: Generates a single HTML file that includes all necessary styles and components, requiring no external dependencies to view.
  • Use Case: Quickly generate a professional-looking transcript of a complex debugging session to share with a teammate or save for future reference without manually navigating hidden session stores.

Quick Start

Run the export skill to save the current conversation as a standalone HTML file in your project directory.

Frequently Asked Questions about export

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

FAQPage Schema
How do I export an AI conversation transcript to HTML?

You can export an AI conversation transcript to HTML by running a command that detects raw JSONL session logs from Pi or Claude Code and converts them into a standalone HTML file.

Can I export Claude Code or Pi chat sessions without external dependencies?

Yes, exporting Claude Code or Pi chat sessions generates a self-contained HTML file that includes all necessary styles and components, requiring no external dependencies or viewers to open.

How does converting JSONL session logs to HTML documentation work?

Converting JSONL session logs to HTML works by automatically finding the most recent Pi or Claude Code session associated with your current working directory and parsing the raw data into readable documentation.

Do I need Node.js to export AI chat logs to a portable HTML file?

Yes, you need Node.js installed in your environment to run the scripts that parse the raw session data and generate the portable, dependency-free HTML documentation file.

What is the best way to share a complex AI debugging session with a teammate?

The best way to share a debugging session is to export it as a professional-looking HTML transcript, which automatically packages the fragmented chat logs into a clean file for easy sharing.

Are there limitations when exporting active session logs from hidden directories?

The export process automates discovery of session logs from hidden stores, but it targets the most recent session associated with your current project directory, so it may not capture unrelated or older concurrent sessions.