aif-distillation
Installation
SKILL.md
Distillation
Turn source material into a useful skill. The output is not a summary dump: it is an operational skill that captures the best practices, decision rules, workflows, checks, and examples from the material.
Step 0: Load Config and Skill Context
FIRST: Read .ai-factory/config.yaml if it exists to resolve:
language.uifor prompts, questions, progress updates, and final summarieslanguage.artifactsfor generated skill package content (SKILL.md,references/,examples/)language.technical_termsfor translated artifacts; default tokeepwhen absent
If config.yaml doesn't exist, use defaults:
language.ui:enlanguage.artifacts: same aslanguage.uilanguage.technical_terms:keep
Read .ai-factory/skill-context/aif-distillation/SKILL.md - MANDATORY if the file exists.
Treat skill-context rules as project-level overrides for this skill. They apply to all generated skill files, references, examples, source-map policy, and final reports.