Distill DSH Dialogue Experience into Reusable Skills with distill

distill is a memory plugin for DeepSeek Harness maintained by LoserFox: it only hooks into agent/turn-stopping and does not add tools to the main conversation. After each round ends, the background subagent will review every 3 new user messages by default, and write reusable processes into SKILL.md marked with `distilled-by: dsh-distill`. The directory installation command is `dsh plugin add github:LoserFox/distill`. It has been reported that the current version 0.1.0 has an issue where custom session events cause failure to load chat history on dsh 0.1.0-rc.6. Please check the source code, license and Issues before installation.

Read More