What problem does it solve?
This Skill solves the problem of wasting context window tokens and cluttering prompts with bulky source documents, by turning multiple inputs into a single lossless, token-efficient distillate that an LLM workflow can consume without information loss.
Core Features & Use Cases
- Lossless document distillation: Preserves every fact, decision, constraint, and relationship while stripping overhead, optimized for downstream LLM consumption.
- Semantic splitting by token budget: Automatically splits output into an index plus self-contained topic sections when outputs would exceed a target size.
- Verification and optional round-trip validation: Checks completeness and format rules, and can optionally reconstruct originals from the distillate to test losslessness.
Quick Start
Provide the Skill with your source documents and a destination output path, and it will generate a distillate that fits your token budget while preserving all required information.