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

optional:
  platform: enum          # claude-project | cursor-rules | copilot-instructions | chatgpt-custom | generic
  training_format: enum   # alpaca | sharegpt | openai
  min_quality: float      # Minimum quality score threshold (default: 0.7)
Related skills

More from francyjglisboa/bdistill-skills

Installs
1
GitHub Stars
2
First Seen
Apr 24, 2026