168
DeepSeek Harness 优秀插件清单仓库,并在 plugins/ 目录附带 4 个可运行的参考插件:图表、幻灯片、代码评审、自动调研循环。
$ dsh plugin --profile web add github:Dominic789654/awesome-deepseek-harness
5
个插件
★ 168
累计 Star
DeepSeek Harness 优秀插件清单仓库,并在 plugins/ 目录附带 4 个可运行的参考插件:图表、幻灯片、代码评审、自动调研循环。
$ dsh plugin --profile web add github:Dominic789654/awesome-deepseek-harness为 DSH 模型新增 chart_render 工具,把结构化数据直接渲染成自包含的 ECharts HTML 图表,写入当前工作区。
$ dsh plugin --profile web add github:Dominic789654/awesome-deepseek-harness/plugins/dsh-viz在 DSH 中新增 slides_generate 工具,把 Markdown 大纲渲染成 reveal.js HTML 幻灯片并写入当前工作区。
$ dsh plugin --profile web add github:Dominic789654/awesome-deepseek-harness/plugins/dsh-slides为 DSH agent 提供 code_review_context 工具,固定收集工作区 git diff 快照(worktree/staged/range),配合 code-review 技能按严重度四层评审。
$ dsh plugin --profile web add github:Dominic789654/awesome-deepseek-harness/plugins/dsh-code-review给 DSH agent 一个按主题持久化的只追加调研日志工具,配合有界循环技能,让多步调研能跨压缩、跨会话恢复,不靠记忆续写。
$ dsh plugin --profile web add github:Dominic789654/awesome-deepseek-harness/plugins/dsh-research-loop