What problem does it solve?
Many raw conversation transcripts arrive as ad-hoc .txt or .md files with inconsistent names, missing summaries, and no searchable index, making it hard to preserve, retrieve, and hand off session context; this Skill enforces a consistent archival workflow that preserves raw transcripts while producing structured summaries and index updates.
Core Features & Use Cases
- Intake mode: analyze raw .txt/.md transcripts, determine date, session number, and a representative short title, convert to .md if needed, and move the original into docs/conversation/full with the canonical filename.
- Maintenance mode: audit existing full/ and summary/ folders to fix ambiguous titles, detect duplicates, generate missing summaries, and repair index consistency.
- Outputs & conventions: creates full documents, structured summaries, and updates full_index.md and summary_index.md following naming and title-selection rules, enabling reliable handoffs and daily session closure.
- Use case example: after a development session, run intake to rename root1.txt to docs/conversation/full/2026-04-17-03-editor-null-fix.md and generate its structured summary and index entries.
Quick Start
Ingest a raw transcript file path with the intended date and session number to produce a canonical full archive file, a structured summary, and updated full and summary index entries.