session

Store verbatim human-AI session transcripts and export formatted logs with extract-session.py.

42|9|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/lsnackerman/raw-clauding-skills --skill session-lsnackerman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session
Source: https://github.com/lsnackerman/raw-clauding-skills/tree/main/session
Command: npx skills add https://github.com/lsnackerman/raw-clauding-skills --skill session-lsnackerman

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Preserve verbatim transcripts of conversations between humans and AI, ensuring no loss of texture or context when sessions end.

Core Features & Use Cases

  • Verbatim capture: store full user and AI exchanges without trimming or summarizing.
  • Structured archives: save logs in sessions/ with a simple, scannable format for re-entry.
  • Export and sharing: use the included extract-session.py to export a ready-to-share log.

Quick Start

Drop this skill into any AI conversation to preserve it verbatim and then run the extract-session.py script to export the current session log.

Frequently Asked Questions about session

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

FAQPage Schema
How do I preserve verbatim AI chat transcripts without losing context?

You can preserve verbatim session memory by storing raw conversation transcripts instead of summaries, capturing full user and AI exchanges without compression. This maintains the original texture, decisions, and flow of thinking for accurate context re-entry.

What is the difference between verbatim session logging and AI conversation summaries?

Verbatim session logging stores raw, complete conversation transcripts without trimming, whereas summaries compress text and lose conversational texture. Logging guarantees no compression, maintaining decisions and the flow of thinking for accurate context re-entry across chats.

How do I export Python AI chat logs for data archival and sharing?

You export Python AI chat logs for data archival by running the extract-session.py script to generate a formatted log. This script exports the preserved verbatim session content into a ready-to-share, scannable format stored in the sessions directory.

Can I use session memory skills to maintain context across multiple AI conversations?

Yes, you can use session memory to maintain context across multiple AI conversations by applying verbatim transcript storage across chats. This preserves the full flow of thinking and decisions, enabling accurate re-entry when you resume previous sessions.

Does verbatim data archival support re-entry into previous AI discussions?

Yes, verbatim data archival supports re-entry into previous AI discussions by guaranteeing no compression of the original transcripts. Maintaining the raw texture and flow of thinking allows you to accurately pick up the conversation exactly where it ended.

When should I not use summarized conversation logs for AI data archival?

You should not use summarized conversation logs for AI data archival when you need to maintain the exact texture, decisions, and flow of thinking. Summaries compress content and lose the raw verbatim detail required for accurate session re-entry.