
为 DeepSeek Harness 带来「跨会话长期记忆 + 后台自我进化」能力的纯插件实现:五轨记忆 · git 分支感知 · 回合内自我审查 · 技能自我进化与技能管理器 · 四轨待办 · COI 调度 · 会话广播 · 会话搜索 · 提示词管理器 · 临时信息便签——零核心修改、零运行时依赖,随装随用、卸载即净。
Install Dsh Memory Evolve
Not a bundle: drop the SKILL.md directory into one of the skill roots DSH scans. No `dsh plugin add`, no build step.
This is a skill, not a bundle. Skills are not installed with dsh plugin add — a skill is a directory containing SKILL.md that DSH discovers by scanning its skill roots. Clone it into one of those roots and it is available on the next session.
Clone into your user skill root ($DSH_HOME/skills)
mkdir -p ~/.dsh/skills
git clone https://github.com/csyangwen/dsh-memory-evolve.git ~/.dsh/skills/dsh-memory-evolve| Rank | Root | Path |
|---|---|---|
| 100 | project-dsh | <project>/.dsh/skills |
| 200 | project-agents | <project>/.agents/skills |
| 300 | custom | customSkillDirs in your config |
| 400 | user-dsh | $DSH_HOME/skills (default ~/.dsh/skills) |
| 500 | user-agents | $DSH_AGENTS_HOME/skills (default ~/.agents/skills) |
Lower rank wins when two roots hold a skill with the same name. Put it in a project root instead of the user root when it should only apply to one repository.
Prerequisites
- API key
- Not required.
- Network access
- Not required at runtime.
- Language
- JavaScript
Install check
Every field the verdict was derived from, so you can re-derive it yourself
| Field checked | Result | Weight | What the spec says about it |
|---|---|---|---|
| lifecycleScripts | pass | info | no install-time scripts |
| entityType | pass | info | skill is not installed via `dsh plugin add` |
- Verdict reason
- skill uses its own install path, so bundle checks do not apply
- package.json read
- package.json
- Rules applied from
- docs/user/develop/basic/publish.md
- Checked at
- 2026-08-15
From the README
Excerpt as published by the author, plain text, unedited
> **一句话**:让 DSH 里的 AI 拥有跨会话的长期记忆、帮你管理待办与技能、还能拉起一群 AI 会话和外部 AI 代理协同干活——**越用越懂你,换会话不丢上下文**。 > > 本指南按真实工作流组织,每个场景讲「适合谁、能做什么、怎么用、会得到什么」。 > > 相关文档:[详细功能说明](README-详细说明.md) · [记忆同步](docs/记忆同步.md) · [更新日志](docs/CHANGELOG.md) · [English](README.en.md) 装上插件后,打开任意会话,你会多出一排能力标签:**记忆 · 技能 · 待办 · 无限画板 · COI 调度 · 会话广播 · 提示词 · 记忆同步 · 模型设置 · 书签 · 会话评审 · Web UI 设置 · Memory Evolve 设置**。AI 侧则多了一批工具:记忆读写、待办、技能管理、本地文件搜索、会话编排、会话广播、外部 AI 派单、提示词注入、模型查询…… 一句话概括这些能力:**让 AI 记住你、替你管、替你做、互相配合做。** > 小提示:插件里很多能力默认关闭(不占 AI 的工具清单),需要时在「Memory Evolve 设置」里打开即可。下面的场景大多是组合玩法——**把相关功能都打开,才能串成完整的流水线**。 **适合谁**:所有人。这是插件的核心,也是其他一切功能的地基。 AI 的对话是「一次性」的:换项目、隔几天、开新会话,它就忘了你是谁。插件的五轨记忆让 AI 拥有**跨会话的长期工作记忆**: - **用户档案**:你的偏好、公司、沟通习惯——AI 每回合都能看到; - **全局事实**:环境、工具、惯例等长期知识; - **项目关键记忆**:当前项目的约定、决策、架构、踩坑,自动注入上下文,重要结论可标记**只在某个 git 分支生效**; - **
Topics
GitHub topics on this repository
More in Git Graph Commit Diff
Ranked by similarity inside the cluster, not alphabetically
Dsh Side Panel
ccq1
DSH 侧边栏,集成文件浏览器、终端和 Git 审查,方便预览文件。
Dsh Co Authored By
shelken
dsh plugin: auto-inject Co-Authored-By and Generated-By trailers on git commit
Dsh Git Identity
LoserFox
DSH 插件:git 提交固定使用环境自身作者身份(优先 gh CLI 登录账号,GitHub noreply 邮箱),GIT_AUTHOR_*/GIT_COMMITTER_* 环境变量注入压过一切 git config
Dsh Git Panel
a792883583
DSH web GUI git panel: branch management + GitLens-style commit graph
Dsh Git Graph
1841220388zzzcccxxx-star
Embedded git repository graph visualizer for the DeepSeek Harness Web GUI | 嵌入式 Git 仓库图谱可视化插件(提交历史图 / 分支过滤 / 文件 diff / VSCode 式未提交改动)
Dsh Tool Git
lxj808624
Structured safe Git tools for DeepSeek Harness (dsh): git_status/diff/log/branch/stage/commit/stash/show + destructive-command guard