dsh-project-wiki
Run the following command in DeepSeek Harness:
dsh plugin install yu-xin-c/dsh-project-wiki
Paste the following prompt into your AI chat to install this plugin:
To install this plugin, run the command dsh plugin install yu-xin-c/dsh-project-wiki in the terminal, or visit the GitHub repository at https://github.com/yu-xin-c/dsh-project-wiki for the source code.
About this plugin
When using the DeepSeek Harness AI Agent for software development, a persistent challenge is preserving and inheriting project knowledge. Insights like architectural decisions, design constraints, and debugging conclusions often remain trapped in individual sessions, making them hard for new sessions to access. Reloading entire chat histories is costly and can introduce outdated information. DSH Project Wiki addresses this by providing an auditable, workspace-local Wiki system where such knowledge is systematically captured.
At its core, the plugin stores knowledge as Markdown pages within the workspace, ensuring transparency and version control. Agents can propose new knowledge, but it must pass user review before becoming an official fact. Features include full-text search via SQLite FTS5, bidirectional linking with a knowledge graph, and staleness detection that flags pages needing updates when source files change. This approach keeps the knowledge base both useful and trustworthy.
DSH Project Wiki is ideal for development teams and individual developers using DeepSeek Harness who need to maintain a long-term knowledge repository. It benefits those managing project documentation, design rationales, or coding standards by localizing knowledge integration into the development workflow, enhancing collaboration, and reducing the risk of knowledge loss.
Screenshots
Use Cases
- Capture architectural decisions and code constraints
- Log debugging conclusions and best practices
- Maintain project documentation and team conventions
Best For
- Software development teams using DeepSeek Harness
- Developers maintaining long-term project knowledge bases
- Individual contributors working on complex software projects
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.
