DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Prompt Enhancer — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
P

@dsh-external/dsh-prompt-enhancer

Prompt Enhancer

Prompt enhancement plugin: adds enhance/restore icons to the input box, calls an isolated agent in the background to rewrite prompts using conversation context and repository knowledge, and replaces draft text while preserving skill reference markers.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:Vinzelles/dsh-prompt-enhancer#c95f72db6f71fe36e2bef9ccbb500eb59b919a3b
READMECompatibilityVersions

Compatibility and provenance

Prompt Enhancer is published as @dsh-external/dsh-prompt-enhancer and currently resolves to version 0.1.1. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
8/27/2026

Versions

0.1.1stable
8/27/2026
0.1.0stable
8/20/2026

Related plugins

Loading related plugins…

Latest
0.1.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 1
Weekly downloads
0
Last push
9/5/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in productivity-workflow.

Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-baseClient Ui Task Board@linxin666/dsh-client-ui-task-boardHost-authoritative task board for the DSH Web GUI with real session execution, Host cron scheduling, and optional cross-platform idle-sleep protection; mounted without DSH source changes.Web All@linxin666/dsh-web-allDSH Web UI 全家桶聚合插件:一键安装全部功能插件(task-board / git-graph / pet / remote-web-ui / web-ui-settings / skin-center / community-plugins / compat shim)。compat 桥接层已并入本包(src/client),无需独立 compat npm 包。Agent Teams@nanmicoder/dsh-agent-teamsAgentTeams for DeepSeek Harness: multi-agent team collaboration (captain, members, tasks with dependencies, messaging) driven by natural language, with a tree monitor in the web GUI

README

dsh-prompt-enhancer

一句大白话丢进去,出来一份 agent 秒懂、自带参考文件清单的任务说明书——从此告别「我这个需求它怎么就是不懂」。

DSH(DeepSeek Harness)提示词增强插件。在聊天输入框右侧加两个按钮:

  • 强化 ✦:把当前草稿交给一个隔离的后台 agent——它会带上你的对话上下文、自己去仓库里 glob/grep 定位真正相关的文件——重写成结构清晰、约束明确、拿去就能用的任务提示词(末尾附经过存在性校验的「参考文件」清单),替换输入框草稿。不自动发送、不进主对话历史,改完你过目再发。
  • 还原 ↺:反悔了?一键退回强化前的原文。手动编辑过草稿或消息已发出时自动消失,不打扰。

安装

dsh plugin --profile web add github:Vinzelles/dsh-prompt-enhancer

或者直接将这句话发送给你的 DSH:

帮我安装 https://github.com/Vinzelles/dsh-prompt-enhancer 这个插件

装完重启 dsh web(或刷新页面),输入框右侧就能看到 ✦。

强化程度与模型

设置 → 插件 → 插件配置 → 「提示词强化」卡片:

强度效果
低只做措辞与结构润色,篇幅最接近原文,不带任何文件引用
中(默认)标准优化、输出紧凑(约 ≤1.5 倍原文),参考文件只列路径
高充分展开背景/步骤/验收(≤3 倍原文),参考文件带说明

还可以给强化单独指定模型(provider → model → 思考强度三级联动),不配置则跟随会话默认模型;配置即时生效,无需重启。 建议设置轻量快速的模型,避免强化消耗过多token或是耗费时间过长。

值得信任的地方

  • 零污染:强化在隔离子会话里跑完即销毁,主对话历史干干净净;子会话失败自动降级为模型直调,再失败保留原文并 toast 提示,可重试。
  • 不瞎编路径:参考文件清单逐行校验存在性,臆造路径自动剔除;没有仓库或检索零命中时静默省略该节。
  • 引用不丢:草稿里的 skill 引用记号(/tdd、/code-review 这类)强化后原样保留——模型改写意外丢失时自动以「## 技能引用」节补回,发送后技能照常生效。
  • 可中止:强化期间输入卡片盖上加载遮罩、锁定编辑;点「取消」立即中止后台子代理,草稿保持原文。

故障排查

图标不显示或行为异常时,先看诊断日志 ~/.dsh/super-injector/prompt-enhancer-diag.log——各执行阶段的信标都落在这里(slot-entry-error = 按钮组件渲染崩溃被槽渲染器静默退役,错误详情就在日志里)。快速自检:GET /prompt-enhancer 应返回 405、空体 POST /prompt-enhancer 应返回 400,说明 host 路由已注册。

开发

纯 JS(无 tsc/tsdown 依赖),构建即 src → lib 拷贝加特征校验:

bash scripts/build.sh

注入器环境内(<插件目录> 指本仓库在本机的绝对路径,调用时替换为实际路径):

dev_build_plugin {"dir": "<插件目录>"}
dev_inject_plugin {"dir": "<插件目录>"}

领域术语与行为契约见 CONTEXT.md,执行通道决策见 docs/adr/,10 项功能验收基线见 docs/VERIFICATION.md。

License

MIT