AI Agent Hub
Back to plugins
dsh-knowledge-forge preview

dsh-knowledge-forge

Memory Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install bill084153-cell/dsh-knowledge-forge

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

Build a tarball from https://github.com/bill084153-cell/dsh-knowledge-forge and install it via dsh plugin install into your desired DSH profile to enable automatic knowledge distillation.

About this plugin

Agent sessions carry rich engineering memory — what was tried, what users corrected, which path finally worked — but raw transcripts are too long and noisy to stuff into context, while a single lossy summary drops too many details. DSH Knowledge Forge closes that gap: it automatically distills conversation traces into structured, reusable knowledge instead of asking you to cram every history into the prompt window.

The core path is progressive promotion. A first valuable task case becomes a human-readable Wiki page. When a later independent case repeats the same stable workflow, that Wiki is promoted to a native DSH Skill and the Wiki body shrinks to lightweight metadata pointing at the Skill. At recall time the Agent receives only a compact Wiki index and loads full pages or Skill bodies on demand, preserving context space. Everything runs locally: data lives in project-scoped SQLite and Markdown files with zero external service dependency.

Built for developers running long-cycle engineering tasks in DeepSeek Harness, especially teams that repeat similar workflows (deploys, debugging, code review). If you want your Agent to grow smarter about your project over time while keeping knowledge auditable and hand-editable, this plugin offers a lightweight, transparent, local-first solution.

Screenshots

Use Cases

  • Repeatedly running similar workflows (deploys, debugging, code review) in DSH and wanting the Agent to auto-promote them into reusable Skills
  • Long-cycle engineering sessions where the context window is insufficient and knowledge must be loaded on demand instead of stuffed into the prompt
  • Teams that need auditable, hand-editable knowledge artifacts with zero external memory-service dependency

Best For

  • Developers running long-cycle engineering tasks in DeepSeek Harness
  • Engineering teams that repeat similar workflows and want the Agent to grow smarter over time
  • Infra engineers who prefer local-first, transparent, audible memory with no external service dependency