dsh plugins中文
← Back to popular plugin directory

Anchor preset anchor point injection) + Web UI editor

Czerror/dsh-plugin-prompt-tool · skills

DSH plug-in: Simplified Chinese behavioral specifications three-layer injection (resident layer + prompt skill + anchored preset anchor injection) + Web UI editor prompt.md.

★ 0GitHub stars
0Forks
2026-08-16Last updated
TypeScriptLanguage
MITLicense

Project overview

按官方发布规范,prepare 也指向同一份 tsdown 配置(自包含转译 src/,并产出 .d.mts 类型声明): 装载(官方 bundle-in-profile 模式)

profile 的 bundles:@deepseek-ai/dsh-base + @deepseek-ai/dsh-web-app(in-box,直接写进 bundles 列表,pnpm 不管理)+ dsh-plugin-prompt-tool。本地仓库 link 后:lib/ 为已构建 产物(pnpm build 生成),vendor/ 子模块随仓库 checkout,插件加载时直引上游最新文件 (git submodule update --remote vendor/dsh-anchored-standard 后重启 dsh 即生效)。

注意:dsh web 是 --profile web 的保留别名,不可与 --profile 组合。临时调试可用官方 --patch 覆盖层(不落盘、不改任何 profile): 挂载

Install command

dsh plugin --profile web add github:Czerror/dsh-plugin-prompt-tool
View GitHub repository ↗Back to popular plugin directory