DSH Plugins Marketplace

DSH Plugins

Plugins

/

dsh-plugin-scaffold

g

dsh-plugin-scaffold

Discovered12

从规划到发布的全流程 DeepSeek Harness 插件开发 skill,支持 pure、bundle、bundle-client 三种形态,自动生成脚手架、构建脚本、门禁与验证流程。

dsh-plugin-scaffold

这是一个用于开发 DeepSeek Harness 插件 的 skill,任何 AI agent 都可以使用。

在 skillhub 中可以找到并使用

它的目标很直接:

你只需要说清楚插件要做什么业务,剩下的事情交给这个 skill。

这个 skill 负责业务逻辑之外的工程部分,包括:

  • 判断该用哪种插件形态
  • 生成项目目录和文件
  • 生成 package.json
  • 生成构建脚本
  • 生成门禁脚本
  • 生成说明文档
  • 生成依赖和导出配置
  • 告诉你如何本地验证、安装和发布

你不需要先搞懂 DSH 的内部结构,也不用记住各种配置字段。

它适合什么时候用

当你需要做这些事时:

  • 创建一个新的 DSH 插件
  • 给 DSH 增加一个后端工具或服务
  • 给 DSH Web 页面增加浏览器 UI
  • 完全替换 DSH Web 的默认布局
  • 本地验证一个插件
  • 发布一个插件到 git 或 npm

只要目标跟 DeepSeek Harness 插件有关,就可以使用这个 skill。

插件形态怎么理解

| 形态 | 插件改动面 | |---|---| | pure | 只涉及 Node 后端,没有 Web UI 端 | | bundle | 只涉及 Node 后端,但是将多个插件或服务打包成一个插件 | | bundle-client | 同时包含 Node 后端和 Web UI 端 |

如果需要完全替换 DSH Web 默认布局,也不增加新形态。它仍然属于 bundle-client,只是由 AI agent 在实现业务时自行判断,并在 client 侧 注册 ctx.slots.register({ name: 'root' })

目录结构

.
├── SKILL.md
├── agents/
│   └── openai.yaml
├── references/
│   ├── contracts.md
│   ├── gotchas.md
│   └── verification.md
├── scripts/
│   └── scaffold.py
└── tests/
    └── test_scaffold.py

本地开发

运行测试:

python3 -m unittest discover -s tests

贡献

CONTRIBUTING.md

License

MIT

Similar plugins

dsh-plugin-development

by w2112515

Portable Agent Skill for developing and auditing DeepSeek Harness plugins, with an optional profile-installable DSH bundle adapter.

Tools & CapabilitiesManifest valid

12

MIT

JavaScript

Aug 17, 2026

dsh plugin --profile web add dsh-plugin-development

Plugin development toolkit for DeepSeek Harness with scaffolding, contract checks, plugin vetting, impact analysis, and upstream compatibility tracking.

Development & InfrastructureManifest valid

0

dsh plugin --profile web add dsh-plugin-maker

by andrepontesmelo

The DSH productivity suite: plugins + agent skills for the DeepSeek Harness, installable in one command.

Manifest valid

0

MIT

JavaScript

Sep 11, 2026

dsh plugin --profile web add @andrepontesmelo/dsh-suite

by xingtu1996

DeepSeek Harness (DSH) plugin: 26 production AI-agent skills (Caveman token compression, Ponytail minimalism, engineering practice) as a standard dsh-plugin bundle. 行途技能 DSH 插件包

Manifest valid

0

MIT

Python

Sep 12, 2026

dsh plugin --profile web add dsh-xingtu-skills

by zriyox

一句话大需求先别急着跑:拦一下问你要不要先规划,自动生成带验收清单的 plan.md 再开工 — DeepSeek Harness 插件 / Catches one-sentence mammoth tasks and scaffolds plan.md + a capped goal first

Manifest valid

3

MIT

TypeScript

Aug 15, 2026

dsh plugin --profile web add dsh-goal-scaffold

by CheshireJCat

DeepSeek Harness plugin for complete Blender 3D modeling, reconstruction, rendering, validation, and export workflows

Tools & CapabilitiesManifest valid

29

349/wk

MIT

Python

Aug 20, 2026

dsh plugin --profile web add dsh-blender