session-resumer

Convert raw session logs into structured JSON and Markdown resume packets.

Updated Nov 30, 2025
One-click install
npx skills add https://github.com/poisontr33s/chthonic-archive --skill session-resumer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-resumer
Source: https://github.com/poisontr33s/chthonic-archive/tree/main/.codex/skills/session-resumer
Command: npx skills add https://github.com/poisontr33s/chthonic-archive --skill session-resumer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Converts raw session logs into a structured resume packet to preserve insights and enable quick review.

Core Features & Use Cases

  • Deterministic structuring of transcripts using the repository's structure_session_log tool.
  • Generates a machine-readable JSON payload and a human-friendly Markdown resume.
  • Supports optional trail integration to append the resume to a SESSION_TRAIL_*.md file.

Quick Start

Provide a raw session log to the resume pipeline to generate a structured resume packet.

Frequently Asked Questions about session-resumer

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

FAQPage Schema
How do I convert raw session logs into a structured Markdown resume?

To convert raw session logs into a structured Markdown resume, use the session structuring pipeline to process transcripts and generate a human-friendly Markdown resume alongside a machine-readable JSON payload. This preserves insights and enables quick review of chat or session transcripts.

What is a structured resume packet for session transcripts?

A structured resume packet is a portable artifact generated from raw session transcripts that includes both a deterministic JSON payload and a human-friendly Markdown summary. It preserves chat insights and enables quick review for teams capturing session logs.

Can I append a generated session resume to an existing trail file?

Yes, you can append a generated session resume to an existing trail file. The pipeline supports optional trail integration to append the structured Markdown resume directly to a SESSION_TRAIL_*.md file for continuous session tracking.

How do I structure chat transcripts into a machine-readable JSON format?

You can structure chat transcripts into machine-readable JSON by applying the repository's structure_session_log tool to the raw session logs. This deterministic process extracts data into a JSON payload to preserve session insights.

Do I need any external dependencies to generate a session resume packet?

No external dependencies are required to generate a session resume packet. The skill operates independently using scripts to process raw session logs and relies on the repository's native structuring tool to produce the JSON and Markdown outputs.