bmad-distillator

Compress source documents into a dense, token-efficient format for LLM workflows.

Updated Mar 16, 2026
One-click install
npx skills add https://github.com/geekdesign27/travailleursisoles --skill bmad-distillator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-distillator
Source: https://github.com/geekdesign27/travailleursisoles/tree/main/_bmad/core/skills/bmad-distillator
Command: npx skills add https://github.com/geekdesign27/travailleursisoles --skill bmad-distillator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill tackles the challenge of making large, human-readable documents digestible and efficient for Large Language Models (LLMs) without losing critical information.

Core Features & Use Cases

  • Lossless Compression: Distills documents to their core facts, decisions, and constraints, preserving all essential information.
  • LLM Optimization: Creates token-efficient context that LLMs can process faster and more affordably.
  • Use Case: Transform lengthy technical specifications or meeting notes into a concise, LLM-ready format for automated analysis or report generation.

Quick Start

Use the bmad-distillator skill to distill the documents located at /path/to/source/docs.

Frequently Asked Questions about bmad-distillator

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

FAQPage Schema
How do I compress large documents into a token-efficient format for LLM processing?

Lossless document compression distills source documents into a dense, token-efficient format for LLMs. It performs multi-stage compression to retain core facts, decisions, and constraints while reducing token consumption for downstream LLM workflows.

Can I validate information integrity after compressing documents for LLM optimization?

Round-trip validation ensures information integrity after document compression. The process validates that the distilled, token-efficient output retains all essential information from the original source documents before feeding it into downstream LLM workflows.

What is lossless document compression for LLM context optimization?

Lossless LLM-optimized compression reduces lengthy human-readable documents to their core facts and constraints without losing critical information. It creates a dense, token-efficient context that LLMs can process faster and more affordably.

How do I prepare lengthy technical specifications for automated LLM analysis?

Transform lengthy technical specifications into a concise, LLM-ready format using lossless document compression. The distillation process extracts core facts and constraints, creating token-efficient context for automated analysis or report generation.

Does multi-stage document compression work without external dependencies?

Multi-stage document compression operates without external dependencies. The process handles input validation, compression, and optional round-trip validation entirely through its own scripts and references to ensure information integrity.

When do I need to distill meeting notes for LLM report generation?

Distill meeting notes for LLM report generation when you need to transform lengthy notes into a concise, LLM-ready format. Lossless compression extracts essential decisions and constraints, creating token-efficient context for automated report generation.