dsh-knowledge-forge
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
Related Plugins
Traceable, searchable cross-session memory for AI agents that turns conversation knowledge into a typed knowledge graph and recalls relevant subgraphs instead of replaying full history, natively integrated with DeepSeek Harness.
Gives DSH AI cross-session long-term memory, to-do and skill management, plus multi-session orchestration, external AI delegation, and an infinite canvas that grows with you.
dsh-mnemon is a three-tier, pluggable, Agent-driven memory system for DeepSeek Harness, combining Runtime memory, Project Documents, and replaceable Memory Spaces with nine long-term providers.
An opinionated, zero-infrastructure file-based memory protocol: human-readable markdown files plus a bounded always-loaded index, curation discipline, and no database or embeddings.