dumpster-upcycler

Convert raw session dumps into compact logs, markdown, and JSON resume packets.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Large, unstructured session dumps are hard to inspect or reuse. This skill converts them into compact logs, readable markdown, and warm-start resume packets while preserving originals and optionally archiving them.

Core Features & Use Cases

  • Upcycles raw transcripts into a compact structured log (txt)
  • Produces a machine-readable state (json) and a readable summary (md)
  • Optionally archives the original dumps, preserving history for auditing

Quick Start

Process a directory or file of raw session dumps to generate structured outputs and optional archive of originals.

Frequently Asked Questions about dumpster-upcycler

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

FAQPage Schema
How do I convert raw session dumps into structured logs?

To convert raw session dumps into structured logs, this skill upcycles unstructured transcripts into a compact text log, a machine-readable JSON state, and a readable markdown summary.

Can I rehydrate an archived session without losing the original data?

Yes, you can rehydrate archived sessions because the skill performs non-destructive processing, preserving original dumps while generating warm-start resume packets for downstream consumption.

What is the best way to archive unstructured transcripts for auditing?

The best way to archive unstructured transcripts for auditing is to use centralized structuring scripts that produce consistent outputs and optionally preserve the original dump history.

Does this data transformation tool work without external dependencies?

Yes, this data transformation tool works without external dependencies, using internal scripts to process raw session dumps and generate structured resume packets and logs.

What formats are produced when transforming session dumps?

Transforming session dumps produces a compact structured log in txt format, a machine-readable state in json, and a readable summary in markdown.

When do I need a warm-start resume packet for my workflow?

You need a warm-start resume packet when your workflow requires easy rehydration of sessions and non-destructive archival preservation of large, unstructured session dumps.