distill

Compress large Markdown files into verifiable inline digests preserving facts and IDs.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/pdlc-os/pdlc --skill distill-pdlc-os
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: distill
Source: https://github.com/pdlc-os/pdlc/tree/main/skills/distill
Command: npx skills add https://github.com/pdlc-os/pdlc --skill distill-pdlc-os

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Distill compresses large markdown artifacts into a dense, inline digest appended to the source file, enabling sub-agents to read a compact, fact-preserving summary without scanning the full prose.

Core Features & Use Cases

  • Inline digest appended to the same file, preserving all IDs, file paths, and numbers.
  • Round-trip verification: a digest that can reconstruct the original facts to prove no information is lost.
  • Supports a project-configured distill threshold and whitelists to balance context and performance.

Quick Start

Run the distill process on a Markdown file to generate and attach a verifiable inline digest.

Frequently Asked Questions about distill

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

FAQPage Schema
How do I compress large Markdown documentation into a verifiable inline digest?

To compress large Markdown documentation, you run a distillation process that appends a dense, inline digest to the source file. This digest preserves every fact, ID, path, and table, enabling sub-agents to read a compact summary without scanning full prose.

What is round-trip verification for Markdown digests?

Round-trip verification is a mechanism proving that a compressed Markdown digest can reconstruct the original facts. It ensures no information is lost during compression, allowing sub-agents to safely read digests instead of full prose.

How do I configure distillation thresholds for Markdown automation?

You configure distillation thresholds by setting project-specific parameters and whitelists. These settings determine when the distillation process applies the inline digest, balancing context preservation and performance for your documentation automation.

Does this Markdown digest tool preserve file paths and IDs?

Yes, the Markdown digest tool explicitly preserves every fact, ID, file path, and table from the source file. This ensures that the generated inline digest maintains all critical metadata for round-trip reconstruction.

When should I use an inline digest for Markdown files?

You should use an inline digest for Markdown files when sub-agents need to process large artifacts without scanning full prose. It provides a compact, fact-preserving summary that respects project-configured thresholds to optimize context and performance.

Can I reconstruct original Markdown facts from an appended digest?

Yes, you can reconstruct original facts from an appended digest. The distillation process creates a verifiable inline digest designed for round-trip reconstruction, ensuring every fact, ID, and path is preserved and recoverable.