distill-skill-to-model

Installation
SKILL.md

Distill Skill to Model

Use the complete pipeline and evidence in references/pipeline-plan.md.

Inputs

The source skill directory, production runtime, teacher model, target small model, deployment objective, and available training environment.

Method

  1. Resolve and hash the complete skill package and one versioned runtime manifest.
  2. Extract the skill's measurable decisions, actions, outputs, and completion evidence.
  3. Seal trigger, behavior, and retention evaluations before generating training data.
  4. Run the baseline and causal-control matrix from the reference plan.
  5. Generate teacher executions with the complete skill in the real runtime; retain only verified trajectories.
  6. Remove the teacher-only skill payload and serialize one causal, completion-only training record per assistant decision.
  7. QLoRA-train one independent adapter for the skill and select checkpoints by behavioral evaluation.
  8. Run the paired release contrasts and report quality, reliability, latency, tokens, memory, and retention separately.
Installs
2
GitHub Stars
1
First Seen
2 days ago
distill-skill-to-model — andrueandersoncs/skills