DeepSeek Harness plugin

dsh-presets-zh

dsh(deepseek-harness)出厂 agent 预设提示词中文版(standard / cordis / code / minimal,按 locale 加载)

Jump to install

Source facts

Repository
GongYuanCaiJi/dsh-presets-zh
Latest update
Aug 15, 2026
Category
Workflow & Automation
GitHub stars
0
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/GongYuanCaiJi/dsh-presets-zh
Plugin: dsh-presets-zh
Author: GongYuanCaiJi

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer3 files
README.mdSource · read only

dsh-presets-zh | Chinese system prompts for the dsh factory agent presets

把 dsh 出厂 agent 预设(standard / cordis / code / minimal)的 system prompt 做成中文版,按 locale 载入。 A dsh bundle that ships Chinese translations of the four shipped agent-preset system prompts and loads them by locale.

![MIT license](LICENSE) · 移植自 deepseek-ai/deepseek-harness · 请也给上游一个 star ⭐

功能 Features

  • 四个中文预设standard-zh / cordis-zh / code-zh / minimal-zh,对应英文出厂版逐字对译(双语对一致性记录双侧钉住 git blob hash,见 THIRD_PARTY_NOTICES.md 的信任锚)。
  • 按 locale 载入:插件读取宿主 locale 设定(settings.locale.preference,其自身 fallback 就是 zh),把中文预设挂进使用者预设根目录 $DSH_HOME/.agent-presets/,并在中文 locale 下把预设指到 standard-zh。切回英文自动还原。
  • 不覆写使用者创作:中文预设只在使用者没改过、且套件升级时重写;编辑过的一律不动(照宿主规则“复制成新预设再改”)。
  • skill 内容原文保留cordis-zh 随附的两个组合创作 skill(editing-cordis-compositionscordis-plugin-development)为英文原文——skill 内容不在本票范围。
  • 翻译即翻译,不偷加内容:只动使用者可见的叙事/指令文本;工具名、插同名、!!js 表达式等结构行逐字保留。

效果 Effects

DeepSeek 是中文母语模型,英文 system prompt 会让内部推理倾向英文;中文使用者提问 → 先转英文思考 → 再转回中文输出,多一层翻译损耗。中文版提示词让“问”与“想”同语,减低语气与细节失真(此为 Discussions #320 的原始需求;DeepSeek 官方也建议中文使用者用中文提示词追求更好效果,见 DeepSeek 文档。)。

安装 Install

尚未发布到 npm,用 GitHub 直装:

dsh plugin --profile web add github:GongYuanCaiJi/dsh-presets-zh

github: 安装需要 build script 已纳入套件的 prepare;如果 pnpm 提示 allowBuilds,就照提示放行。)

装完开新会话生效。新会话预设落到 standard-zh(中文 locale 下);已开的会话保留原本选择。想换其它中文预设,在 UI 的 preset 挑选器选 cordis-zh / code-zh / minimal-zh;挑选器显示名称沿用上游中文名(id 结尾的 -zh 即中文版)。

验证 Verification

npm test                 # 双语对记录闸(双侧 blob hash 钉住 + 结构签名)+ 翻译锚 + 插件逻辑
npm run verify-pairs     # 同一道双语对闸,单独跑
npm run prepare          # shipped 资产完整性(pair records + vendor 原档 SHA 对 pinned + 翻译锚)

翻译出处、双语对一致性记录(pairs/*.i18n.yaml,双侧 git blob hash,照上游 deepseek-harness 的 bilingual-pair 惯例)、一对一对照表与可复制的验证指令见 [THIRD_PARTY_NOTICES.md](THIRD_PARTY_NOTICES.md)。

已知限制 Known limitations

  • 中文 skill 名不支援:skill 名文法 SKILL_NAME = /^[a-z0-9]+(?:-[a-z0-9]+)*$/ 是宿主 @deepseek-ai/dsh-skill 的模组私有常数,插件层改不了;要支援中文 skill 名得改宿主,本票明确禁止。
  • 宿主 harness:identity 那一行("You are an AI agent powered by DeepSeek Harness.")是宿主系统提示词的一部分,不属于四个预设档,未翻译。

License

MIT。翻译档基于上游 deepseek-ai/deepseek-harness(MIT)内容;上游版权声明与本移植的并列于 LICENSE,出处与逐一对照见 THIRD_PARTY_NOTICES.md

授权 / 合规询问 License & compliance enquiries → GitHub issues