bdistill-export
Installation
SKILL.md
When to use
- Make your AI tool domain-reliable — paste validated rules into Claude Project/Cursor/Copilot
- Feed rules to a deterministic agent — export as Python module with RULES + build_prompt()
- Export JSON for bdistill-operationalize to contrast against live data
- Generate fine-tuning JSONL for LoRA training (alpaca/sharegpt/openai formats)
- Share with non-technical team — Excel with quality color-coding or audit checklist CSV
Input contract
required:
domain: string # Knowledge base domain name (e.g. "aml-compliance")
format: enum # prompt | harness-json | harness-python | excel | checklist | training-jsonl