DeepSeek Harness 插件

mattpocock-skills-dsh

将 Matt Pocock 的 25 个精选工程与效率 Agent 技能(grilling、TDD、代码审查、领域建模等)移植为 DeepSeek Harness 插件包。

跳到安装方式

来源信息

GitHub 仓库
JUNQINGV587/mattpocock-skills-dsh
最近更新
2026年8月18日
分类
Skills 与任务指令
GitHub stars
0

安装

默认先复制一段 Prompt,让 Agent 读页面和仓库;需要自己装时再切到命令。

复制这段 Prompt,发给 DSH、Codex 或其他 Agent,让它先读页面和仓库。

请先不要安装。阅读这个 DeepSeek Harness 插件,说明它解决什么问题、会访问哪些文件、网络或密钥,以及如何安装和卸载。

插件页面:https://deepseekplugins.org/zh/plugins/JUNQINGV587/mattpocock-skills-dsh
GitHub:https://github.com/JUNQINGV587/mattpocock-skills-dsh
插件名:mattpocock-skills-dsh
作者:JUNQINGV587
安装命令:dsh plugin --profile web add github:JUNQINGV587/mattpocock-skills-dsh

确认前不要执行安装命令。

检查来源文件

安装前先看这个插件目录里的 README 和其他文件。

文件资源管理器4 个文件
README.md来源说明 · 只读预览

mattpocock-skills-dsh

Standalone fork / DSH port of Matt Pocock's agent skills (mattpocock/skills).

This repository is intentionally kept as a separate fork rather than merged upstream. It packages the 25 promoted engineering + productivity skills as a DeepSeek Harness (DSH) profile bundle.

  • Source: mattpocock/skills
  • Layout: flat skills/ tree (matches upstream's flatten-skills-tree

direction), so DSH's one-level skill discovery works directly.

  • Adaptations: two SKILL.md files are adjusted for DSH-facing wording

(setup-matt-pocock-skills, writing-for-agents).

  • License: MIT, copyright (c) 2026 Matt Pocock — see LICENSE.

Install

dsh plugin --profile web add github:JUNQINGV587/mattpocock-skills-dsh

Or with a full URL:

dsh plugin --profile web add https://github.com/JUNQINGV587/mattpocock-skills-dsh.git

After install, restart the DSH profile for the bundle to load.

Upstream tracking

The upstream remote points at mattpocock/skills. This fork does not merge wholesale into upstream; pull upstream changes manually when needed.