跳到正文
dsh-market 浏览插件 GitHub EN

JUNQINGV587/mattpocock-skills-dsh

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

Star 数 ★ 0 分类 技能包 收录于 2026-08-18

安装

在 DeepSeek Harness 里通过 dsh-market 安装

dsh plugin --profile web add dshmarket

或使用命令行

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

装任何插件都等于在你的机器上跑第三方代码,权限和你本人一样大——能读你的文件、用你的凭据、访问网络。请先审阅源码,并尽量锁定 commit(github:owner/repo#sha)。

README

该插件的 README 只有英文版本。

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.

内容来自项目 README(GitHub)↗