digestor

Convert meeting transcripts into detailed retellings and day-level summaries.

Updated Nov 21, 2025
One-click install
npx skills add https://github.com/alatyshau/duet --skill digestor-alatyshau
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: digestor
Source: https://github.com/alatyshau/duet/tree/main/packages/skills/tools/digestor
Command: npx skills add https://github.com/alatyshau/duet --skill digestor-alatyshau

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Raw meeting transcripts are long, noisy, and hard to revisit. This Skill turns them into progressively compressed artifacts — a detailed retelling per recording and a summary per day — so you can recall decisions, tasks, and discussions without rereading hours of dialogue. ## Core Features & Use Cases - Detailed Retelling: Reads a full transcript, filters out filler and logistical noise, and produces a structured retelling.md with attributed, third-person prose organized by thematic blocks. - Day-Level Summary: Aggregates all retellings from one day into a single summary.md at the meeting folder level (stage defined, format pending calibration). - Parallel & Long-Transcript Handling: Processes multiple transcripts in parallel agents and splits oversized transcripts into parts, merging results without losing content at the seams. - Use Case: After a day of recorded meetings, ask the agent to retell each transcript; you get one retelling.md next to every transcript.md, preserving decisions, disagreements, and explanations with speaker attribution. ## Quick Start Ask the agent to run the digestor on today's meeting transcripts to generate a detailed retelling for each recording.

Frequently Asked Questions about digestor

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

FAQPage Schema
How do I summarize a meeting transcript into readable notes?

Run the digestor pipeline on the transcript file. It reads the full transcript, classifies content into meaningful material versus noise, and writes a retelling.md with thematic sections and third-person attributed prose next to the original file.

How to process multiple meeting transcripts from one day?

Point the skill at all transcripts from the day. Each transcript is retold in a separate parallel agent producing its own retelling.md, then a day-level summary.md can be generated across all retellings in the meeting folder.

What content gets excluded when summarizing transcripts?

Fillers, technical interruptions, lateness coordination, household logistics, and content-free repetitions are excluded. Decisions, tasks, arguments, explanations, and contextual remarks are kept; when in doubt, content is included rather than dropped.

Can it handle transcripts too long for one context window?

Yes. Long transcripts are read in parts, each part is retold separately, and the partial retellings are merged into one file. The process watches chunk boundaries to avoid losing content or creating duplicates.

Does the digestor run all pipeline stages automatically?

No. The user decides when to run each stage. The agent does not move from retelling to summary on its own, so each compression step is explicitly triggered.