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.

Preset Scaffold — DSH Plugin for DeepSeek Harness
← Plugins
P

dsh-preset-scaffold

Preset Scaffold

DSH (DeepSeek Harness) scaffold plugin & preset: strict 5-phase init runbook, engineering standards, and six runnable starter templates (node-ts / react-vite / python / go / spring-boot / monorepo). 项目初始化脚手架预设:严格流程 + 工程规范 + 六套模板。

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

npx -y @deepseek-ai/dsh plugin --profile web add github:duyanta123/dsh-preset-scaffold#f0efb912080a86bc49846f705200a0c04ca654db
READMECompatibilityVersions

Compatibility and provenance

Preset Scaffold is published as dsh-preset-scaffold and currently resolves to version 0.1.4. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
github
Registry updated
9/11/2026

Versions

0.1.4stable
9/11/2026
0.1.3stable
9/5/2026
0.1.2stable
9/1/2026
Show 1 more versionCollapse versions
0.1.1stable
8/20/2026

Related plugins

Loading related plugins…

Latest
0.1.4
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
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
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in developer-tools.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Sdk Minimal@deepseek-ai/dsh-sdk-minimalThe standalone minimal SDK profile bundle: JSON-RPC, one DeepSeek adapter, persistent shell, and JSONL sessionsSdk App@deepseek-ai/dsh-sdk-appThe dsh SDK profile bundle: stdio JSON-RPC serving and process lifecycle over dsh-baseSubagent Codex@deepseek-ai/dsh-subagent-codexOne-shot Codex subagent provider over the official app-server protocol

README

dsh-preset-scaffold · 项目初始化脚手架预设

一个面向「从零搭建项目骨架」的 DeepSeek Harness(DSH)Agent 预设:内置架构师人设、严格初始化流程、分技术栈模板资产与工程化规范。

功能

  • 人设(persona):项目架构师——决策规则、工具映射、输出契约、硬性约束
  • 工具集:文件读写、pwsh/bash、后台作业、skills、计划模式、workflow、子代理、goal、todo、ask-user、web 搜索
  • 模板资产 templates/:node-ts、react-vite、python(FastAPI)、go、spring-boot、monorepo 六套 starter
  • 技能 skills/:scaffold-runbook(严格流程)、scaffold-templates(模板用法)、project-structure-best-practices(目录规范)、engineering-configuration-standard(配置规范)

安装(DSH 用户)

方式一:作为插件安装(推荐,可入 dsh-index 生态)

四个工程化 skills(runbook / 模板 / 结构 / 配置规范)随包注册,人设与工具沿用宿主 profile(web / standard 已覆盖 runbook 引用的全部工具):

dsh plugin --profile web add github:duyanta123/dsh-preset-scaffold

安装后新建会话即可用;模板资产随包分发,scaffold-templates 技能可直接读取。

当前兼容性门禁固定使用可安装的 @deepseek-ai/dsh@0.1.5-rc.2。

环境要求

  • 模板生成脚本和独立工具:按各模板自身的 Node / Python / Go / Java 要求验证。
  • DSH 0.1.5-rc.2 宿主:Node.js >= 22.19。

方式二:作为完整预设安装(含架构师人设)

预设 = 一个目录,安装即复制,无需改任何宿主配置:

# 1. 克隆本仓库
git clone https://github.com/duyanta123/dsh-preset-scaffold.git
# 2. 复制到 DSH 的用户预设根目录
Copy-Item -Recurse .\dsh-preset-scaffold "$env:USERPROFILE\.dsh\.agent-presets\scaffold"
# 3. 新建会话,预设选择「项目初始化脚手架」

卸载 = 删除 $HOME/.dsh/.agent-presets/scaffold 目录。

使用

  1. 新建会话,预设选择「项目初始化脚手架」。
  2. 用一句话描述项目(技术栈、类型、依赖)。
  3. Agent 会先确认需求 → 出方案(计划模式)→ 经批准后生成 → 安装依赖 → 启动验证 → 汇报命令与目录树。

开发与贡献

  • 本仓库是源;$HOME/.dsh/.agent-presets/scaffold 是已安装副本。改动仓库后需同步过去才生效:

    Copy-Item -Recurse .\dsh-preset-scaffold "$env:USERPROFILE\.dsh\.agent-presets\scaffold" -Force
    
  • 加模板:新建 templates/<stack>/ 放入完整可运行文件,并在 skills/scaffold-templates/SKILL.md 登记一行。

  • 加技能:新建 skills/<name>/SKILL.md,YAML frontmatter 需含 name 与 description。

  • 加/减能力:编辑 agent.cordis.yml 的插件行(参考内置 standard 预设)。

  • 校验:用 agentPresets.standingKeyFor('scaffold') 做挂载校验;改完建议新建会话实跑一遍。

License

MIT © duyanta123