DeepSeek Harness Hub
← 返回列表

DSH 生产力套件andrepontesmelo/dsh-suite

DeepSeek Harnessspec-screened在 GitHub 查看 ↗
未验证

一条命令装齐插件与技能,路由模型并注入项目上下文

尚未跑自动兼容性验证,可查看页面内的依赖与入口分析。 · 最近上游提交 2026/9/12 · 已提供中文文档

DSH 生产力套件:适用于 DeepSeek Harness 的插件 + 智能体技能,一条命令即可安装。

综合分
29.5
GitHub 分
29.5
用户评分
★ Stars
0
周下载量
安装插件(需先安装 dsh CLI 引擎:npm install -g @deepseek-ai/dsh)
dsh plugin --profile web add andrepontesmelo/dsh-suite
该插件未发布到 npm,走 GitHub 源安装(pnpm 若拦截 prepare 脚本,按其提示在 pnpm-workspace.yaml 的 allowBuilds 中放行后重跑)
数据截至 2026/9/16(元数据每日更新 · 实装验证按队列轮转,单条结论的验证时间见上方)
用户评分
还没有人投票,来当第一个
订阅周报,不错过优质插件更新
每周一封 · 高评分插件 + 新用户活动

README

dsh-suite

CI
Version
local gate

dsh-suite banner

DeepSeek Harness 生产力套件:为 DSH 自行编写的插件 + agent 技能,一条命令即可安装。

包含内容

| 组件 | 类型 | 功能 |
|---|---|---|
| dsh-model-router | 插件 | 在真实 provider/model 候选之上路由的虚拟模型 id —— 优先级故障转移、轮询轮换、休眠窗口 |
| deep-horizon | 插件 | 将项目的 horizon(未完成缺口 + about 行)注入每个新会话 —— 跨 harness 共享的冷启动项目上下文 |
| strong-orchestrator | 技能 | 顺序执行 implement → review-loop 编排,使用持久化 implementer |
| dex / dex-plan | 技能 | 任务层级:epic、子任务、通过 dex CLI 进行验证 |
| ponytail(+ audit、debt、gain、help、review) | 技能 | 懒散资深开发者输出风格系列:最短可用 diff 胜出 |

一条安装命令会做什么 —— 安装、插件注册、技能接入:

flowchart TD
install["dsh plugin --profile myprofile add github:andrepontesmelo/dsh-suite"] --> pkg["package installed: cordis.patch.yml, skills/, scripts/"]
pkg --> deps["plugin dependencies pulled: @andrepontesmelo/dsh-model-router + deep-horizon"]
deps --> patch["bundle patch inserts three rows into the profile"]
patch --> r1["model-router row: virtual model ids"]
patch --> r2["deep-horizon row: cold-start project context"]
patch --> r3["skill-suite row: dsh-skill-filesystem, customSkillDirs pointing at skills/"]
r1 --> live["restart the harness: plugins live, 9 skills wired"]
r2 --> live
r3 --> live

安装

需要有一个可安装的 DSH profile。

dsh plugin --profile  add github:andrepontesmelo/dsh-suite

这一条命令会安装此包、拉取插件依赖(目前是 @andrepontesmelo/dsh-model-router 和 deep-horizon),并注册 bundle patch —— 它会将 DSH 技能发现指向九个捆绑技能。重启 harness 后,该 profile 中套件的每个部分都会生效。

[!WARNING]
安装此 bundle 会将九个 agent 技能注册到目标 profile 中,并且
你列出的每个插件都是真实软件,你的提示词会流经它们。路由
和 provider 凭据仍归你所有 —— 此 bundle 两者都不附带 —— 但安装前
请审计不是你编写的 bundle,并固定安装(tag)
而不是浮动在分支上。

安装前验证:

npm test   # 结构检查:9 个技能存在、名称/frontmatter 有效、bundle 接线完整——请先运行此安装前检查

该检查确认了安装会依据 package.json 中的 files 列表(cordis.patch.yml、skills/、scripts/、README.md、LICENSE)以及插件 dependencies 拉取的内容。两个依赖都固定到发布标签(deep-horizon#v0.2.0、@andrepontesmelo/dsh-model-router#v0.2.1),因此安装拉取的内容不会在多次安装之间发生漂移——请以同样的方式(标签)固定你对这个 bundle 的安装,而不是浮动在某个分支上。

安装后可用的命令:

npm test                                    # 随时重新运行结构门禁
dsh plugin --profile  list         # 确认 model-router、deep-horizon、skill-suite 行

bundle 补丁会向你的 profile 组合配置中插入什么:

flowchart LR
subgraph bundle["dsh-suite cordis.patch.yml (ships in the bundle)"]
rows["insert rows:model-routerdeep-horizonskill-suite"]
end
subgraph profile["your profile config"]
p1["model-router: virtual model ids(your routes live here, never in the bundle)"]
p2["deep-horizon: cold-start project context"]
p3["skill-suite: dsh-skill-filesystem withcustomSkillDirs pointing at thebundle's skills/ directory"]
end
rows --> p1
rows --> p2
rows --> p3

插件配置(model-router 路由、提供商凭据)仍由你掌握:将路由行添加到你的 profile 的 cordis.patch.yml 中。

配套组件

不随此 bundle 一起提供的独立同类项目:

- archloop — 夜间架构改进循环驱动器
- hkrc — Hermes Kanban 阻塞恢复控制器

文档

从文档索引开始:

- 架构 — bundle 接线、补丁行、技能发现。
- 开发 — 布局、本地门禁、如何添加技能。

贡献

欢迎提交 PR——工作流程和本地门禁请参阅 CONTRIBUTING.md。
安全问题:SECURITY.md(请勿公开提交 issue)。

验证

npm test   # 结构检查:9 个技能存在、名称/frontmatter 有效、bundle 接线完整

许可证

MIT — © 2026 André Pontes Melo

上游仓库有新提交时邮件通知你(每天最多一封,无更新不打扰),随时一键退订。

💬 加入 DPharness 群聊

插件用法、部署报错、新插件第一时间同步——群里问,比一个人翻文档快。

点击加入 QQ 群
DPharness 群聊二维码,手机 QQ 扫码进群
扫码进群