AI Agent Hub
Back to plugins
⚙️

dsh-skillopt

Workflow Updated 2026.08.26

Run the following command in DeepSeek Harness:

dsh plugin install WODE25500/dsh-skillopt

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install WODE25500/dsh-skillopt to install this plugin; source at https://github.com/WODE25500/dsh-skillopt .

About this plugin

Agent skill quality rarely improves on its own. You write a prompt, use it for a while, watch it degrade, then hand-tune again. dsh-skillopt closes that loop with a nightly "sleep cycle": the agent reviews your past sessions offline, mines the recurring tasks you actually performed, replays them on your own API budget, and feeds the resulting changes through a held-out gate. Only edits that pass the regression check are promoted into validated, reusable skills; the rest stay staged and never touch live files.

Seven native tools give you full control over the cycle—at a glance (status), in dry-run preview (dry-run), end-to-end execution that stages a proposal (run), the single live-change boundary with automatic backup (adopt), read-only task export (harvest), and cron install/remove (schedule / unschedule). The data boundary is deliberately tight: harvest is read-only, mock and handoff backends make zero network calls, and real backends accept only truncated transcript excerpts and derived tasks that have been explicitly marked reviewed.

If you run DeepSeek Harness for daily development or research and are tired of manually tweaking prompts every time a skill starts to drift, this plugin turns "gets better the more you use it" into an auditable, reversible overnight routine.

Use Cases

  • Prompts degrade over time—let the agent review, replay, and improve them nightly
  • Turn recurring tasks into validated, reusable skills without hand-tuning
  • Measure skill changes against a held-out gate instead of gut feel

Best For

  • Engineers running Daily Driver workflows on DeepSeek Harness
  • Operators who want their agent to self-improve rather than reactively respond
  • Teams that require auditable, reversible, boundary-respecting skill pipelines