DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Mattpocock Skills — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins
M

@maoleijin/dsh-mattpocock-skills

Mattpocock Skills

持续同步的 Matt Pocock 技能,适用于 DeepSeek Harness,并配有经过验证的 DSH 适配覆盖层。

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add github:MAOLEIJIN/dsh-mattpocock-skills#b19b804ff36506f7fbdf5165ebc35240e483f5aa
README兼容性版本

兼容性与来源证明

Mattpocock Skills 以 @maoleijin/dsh-mattpocock-skills 发布,当前版本为 0.1.0。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
any
发布来源
github
Registry 更新时间
2026/9/17

版本

0.1.0stable
2026/9/17
最新版
0.1.0
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
any
许可证
MIT
发布源
github
GitHub
★ 0
周下载
0
最近提交
2026/9/17
查看源码 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题

README

dsh-mattpocock-skills

Matt Pocock's engineering skills, packaged for DeepSeek Harness with a verified DSH adaptation overlay and automated upstream synchronization.

What this package provides

  • All 37 skills currently present upstream, plus the dsh-workflow guide.
  • A read-only ctx.skills provider with lazy loading and invocation-policy preservation.
  • DSH adaptations applied in memory while vendored upstream files remain byte-identical.
  • Exact-match validation: changed upstream wording fails instead of silently producing a partial adaptation.
  • Cross-platform synchronization, generated manifests, tests, and scheduled update pull requests.

This project combines work from NmouZh/dsh-mattpocock-skills and auggie246/dsh-mattpocock-skills. The original skills are MIT licensed and authored by Matt Pocock. See LICENSE and vendor/VENDOR.md.

Install

DSH Web

npx --yes @deepseek-ai/dsh plugin --profile web add @maoleijin/dsh-mattpocock-skills

Restart dsh web, refresh the page, and open a new session. Verify with:

npx --yes @deepseek-ai/dsh --profile web --dump-config | Select-String "mattpocock"

DSH Desktop

DSH Desktop exclusively manages its profile through three catalog-oriented pages: plugin configuration, installed plugins, and the plugin market. It does not expose an arbitrary npm-package input. After this package is accepted into the configured market catalog, open Plugin Market, search for the package below, inspect the preview, and confirm installation:

@maoleijin/dsh-mattpocock-skills

Completely quit and reopen DSH Desktop, then start a new session. Until the market entry is indexed, use the Web profile; publishing to npm alone does not make a package appear in Desktop's market.

See docs/installation.md or run scripts/install-web.bat on Windows.

Use

Start with:

/dsh-workflow
/setup-matt-pocock-skills

Common user-started flows include /ask-matt, /grill-with-docs, /to-spec, /to-tickets, /implement, and /wayfinder. Model-invocable disciplines include tdd, code-review, diagnosing-bugs, domain-modeling, codebase-design, and research.

Synchronize upstream

With an upstream checkout next to this repository:

npm ci
npm run sync:local
npm test

Or let the synchronizer clone the configured upstream into a temporary directory:

npm run sync
npm test

Set MATTPOCOCK_SKILLS_REPOSITORY to use another Git remote. Scheduled synchronization opens a pull request only after overlay and provider validation succeeds.

Validate

npm ci
npm run check
npm test

If upstream rewrites text targeted by the DSH overlay, validation reports the exact stale rule. Update overlay/patches.json, regenerate the mechanical rules, and rerun the suite.