session-export

Export coding agent sessions to Markdown, JSON, HTML, and plain text.

Updated Feb 23, 2026
One-click install
npx skills add https://github.com/ASRagab/asragab-claude-marketplace --skill session-export-asragab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-export
Source: https://github.com/ASRagab/asragab-claude-marketplace/tree/main/plugins/cass/skills/session-export
Command: npx skills add https://github.com/ASRagab/asragab-claude-marketplace --skill session-export-asragab

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Export coding agent sessions to multiple formats for sharing, archiving, or review.

Core Features & Use Cases

  • Multi-format exports: Markdown (default), Text, JSON, HTML, and self-contained encrypted HTML.
  • Share and collaborate: easily share sessions with teammates or stakeholders.
  • Archive and audit: preserve project histories for compliance or reference.
  • Use Case: Export a session for code review or documentation.

Quick Start

Find the target session with cass sessions and export it using cass export to your preferred format.

Frequently Asked Questions about session-export

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

FAQPage Schema
How do I export coding agent sessions for sharing and code review?

Export coding agent sessions for sharing and code review by finding the target session with cass sessions and running cass export to your preferred format. This enables quick reviews, audits, and knowledge transfer across current or workspace sessions and project histories.

What formats can I use to archive agent project histories?

Agent project histories can be archived in Markdown, plain text, JSON, HTML, and self-contained encrypted HTML formats. Multiple export options ensure compliance and reference preservation for various archiving needs.

Can I generate a self-contained HTML file for coding session documentation?

You can generate a self-contained HTML file for coding session documentation using the cass export-html command. This produces an encrypted, standalone file ideal for securely sharing session histories with stakeholders.

Does exporting agent sessions require any external dependencies?

Exporting agent sessions requires no external dependencies. The skill operates independently using built-in cass export and cass export-html commands to process workspace sessions and project histories directly.

What is the best way to transfer coding session knowledge to teammates?

The best way to transfer coding session knowledge to teammates is exporting the session to Markdown or HTML formats. This enables easy collaboration, quick reviews, and seamless documentation sharing without requiring teammates to access the original workspace.

Why should I use JSON format when exporting agent sessions?

JSON format should be used when exporting agent sessions to preserve structured data for audits and integrations. It captures the complete session history in a machine-readable format, enabling downstream processing and compliance tracking.