DeepSeek Harness 插件

dsh-mattpocock-skills-gongyuan

DeepSeek Harness 插件:Matt Pocock 工程技能包——grilling、spec/ticket 流程、TDD、code review、domain modeling 等工程技能(移植自 mattpocock/skills)(英文原文)

跳到安装方式

来源信息

GitHub 仓库
GongYuanCaiJi/dsh-mattpocock-skills
最近更新
2026年8月15日
分类
工具与能力
GitHub stars
1
载体类型
plugin
目录证据
上游声明已找到 dsh.bundle
证据路径
package.json#dsh.bundle
核对版本
0.1.0-rc.8
上游核对日期
2026-08-20

该证据由上游目录提供。本站没有安装、运行或安全审核这个插件。

安装

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

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

请先不要安装或执行任何命令。阅读这个插件的 GitHub 仓库、README 和关键源码,然后用清楚、直接的方式回答以下问题,帮助我判断它是否适合我的需求:

1. 这个插件是什么,解决什么问题;
2. 适合哪些用户和典型使用场景;
3. 安装后如何使用,并给出一个最小使用示例;
4. 有哪些已知限制,以及隐私、安全、兼容性或维护风险;
5. 给出“推荐 / 有条件推荐 / 不推荐”的明确建议和理由。

请区分仓库明确说明、根据源码推断和未知信息。证据不足时请明确说明,不要猜测或照抄 README。

GitHub:https://github.com/GongYuanCaiJi/dsh-mattpocock-skills
插件名:dsh-mattpocock-skills-gongyuan
作者:GongYuanCaiJi

检查来源文件

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

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

<div align="center">

dsh-mattpocock-skills

Matt Pocock 工程技能包,原样移植为 DeepSeek Harness 插件——25 个即插即用的工程技能(grilling、spec/ticket 流程、TDD、code review、domain modeling 等),不是 vibe coding。

![MIT License](LICENSE) ![dsh](https://github.com/deepseek-ai/deepseek-harness) ![upstream](https://github.com/mattpocock/skills)

[English](#english) · [中文](#中文)

</div>

中文

本插件把 mattpocock/skills(217k+ star 的 Claude Code 技能包) 逐字移植为 dsh 插件:上游 .claude-plugin/plugin.json 宣告的 25 个技能原封不动地搬进 skills/engineering/skills/productivity/,通过 dsh 的 skill 工具加载。上游文字是英文, 按「100% 原样复制」规则不翻译——技能正文保持上游原文。

功能

  • 25 个技能,零改动:工程类 18 个(implementtddcode-reviewto-specto-tickets

grill-with-docsdomain-modelingcodebase-designdiagnosing-bugswayfindertriagewizard 等)+ 生产力类 7 个(grillinggrill-meteachhandoffwriting-for-agents 等)。

  • 逐字可自验:所有 76 个技能文件与上游 v1.2.3 逐字节一致,杂凑钉在

[THIRD_PARTY_NOTICES.md](THIRD_PARTY_NOTICES.md),附可直接复制的 diff -rq 验证命令。

  • 按需加载:catalog 只暴露名字与描述,技能正文在模型真正调用时才读取,不占启动时间。

效果

装上之后,模型在会话中能看到技能 catalog,并在任务匹配某个技能时用 skill 工具加载完整正文—— tdd(红绿循环)、code-review(双轴审查)、grilling(拷问式提问)、to-spec / to-tickets (需求转规格/票)等,全部按上游原样可用。也支持用户显式调用:在输入里以 /skill-name 开头即可加载。

安装

dsh plugin --profile <name> add github:GongYuanCaiJi/dsh-mattpocock-skills

本插件无 build script、零运行时依赖,git 安装不会触发 pnpm 的 build-script 白名单, 无需配置 allowBuilds

本地路径安装(同样零依赖,无需先 npm install):

git clone https://github.com/GongYuanCaiJi/dsh-mattpocock-skills.git
dsh plugin --profile <name> add ./dsh-mattpocock-skills

用法

装好即用,无需额外配置:模型在会话中看到技能 catalog,任务匹配时自动加载技能正文; 也可以显式调用——在输入里以 /技能名 开头,例如 /tdd/grilling/code-review

移植出身

本包是 mattpocock/skills移植(port), 上游为 MIT 许可,Copyright (c) 2026 Matt Pocock——LICENSE 见 [LICENSE](LICENSE), 逐字文件的杂凑与验证命令见 [THIRD_PARTY_NOTICES.md](THIRD_PARTY_NOTICES.md)。 只保留上游插件实际发布的 25 个技能;skills/miscskills/in-progressskills/deprecated 不在上游插件范围内,未移植。

如果你喜欢这些技能,请也给上游仓库点个 star。

License

MIT。上游 mattpocock/skills Copyright (c) 2026 Matt Pocock, 本移植 Copyright (c) 2026 GongYuanCaiJi。见 [LICENSE](LICENSE)。

---

English

This plugin is a verbatim port of mattpocock/skills (a 217k+ star Claude Code skill pack) to DeepSeek Harness: the 25 skills declared by the upstream .claude-plugin/plugin.json are copied unchanged into skills/engineering/ and skills/productivity/, and loaded through dsh's skill tool. Per the "100% verbatim copy" rule, the English skill bodies are not translated.

Features

  • 25 skills, zero changes: 18 engineering (implement, tdd, code-review, to-spec,

to-tickets, grill-with-docs, domain-modeling, codebase-design, diagnosing-bugs, wayfinder, triage, wizard, …) + 7 productivity (grilling, grill-me, teach, handoff, writing-for-agents, …).

  • Self-verifiable verbatim claim: all 76 skill files are byte-identical to upstream v1.2.3;

hashes are pinned in [THIRD_PARTY_NOTICES.md](THIRD_PARTY_NOTICES.md) with copy-paste diff -rq commands.

  • Lazy loading: the catalog exposes names and descriptions only; skill bodies are read when the

model actually loads a skill — no boot-time cost.

What you get

Once installed, the model sees a skill catalog in the session and loads the full body via the skill tool when a task matches — tdd (red-green loop), code-review (two-axis review), grilling (stress-test your plans), to-spec / to-tickets (requirement → spec/tickets), and more, exactly as upstream. Users can also invoke a skill explicitly by starting a message with /skill-name.

Install

dsh plugin --profile <name> add github:GongYuanCaiJi/dsh-mattpocock-skills

This package has no build scripts and zero runtime dependencies, so a git install does not trip pnpm's build-script allowlist — no allowBuilds configuration needed.

Local-path install (also zero dependencies — no npm install needed first):

git clone https://github.com/GongYuanCaiJi/dsh-mattpocock-skills.git
dsh plugin --profile <name> add ./dsh-mattpocock-skills

Usage

Ready to use after install — no configuration needed: the model sees the skill catalog in the session and loads a skill's body when a task matches. You can also invoke one explicitly by starting a message with /skill-name, e.g. /tdd, /grilling, /code-review.

Attribution

This package is a port of mattpocock/skills. Upstream is MIT licensed, Copyright (c) 2026 Matt Pocock — see [LICENSE](LICENSE); per-file hashes and verification commands live in [THIRD_PARTY_NOTICES.md](THIRD_PARTY_NOTICES.md). Only the 25 skills the upstream plugin actually ships are ported; skills/misc, skills/in-progress, and skills/deprecated are outside the upstream plugin surface and are not included.

If you like these skills, please also star the upstream repository.

License

MIT. Upstream mattpocock/skills Copyright (c) 2026 Matt Pocock; this port Copyright (c) 2026 GongYuanCaiJi. See [LICENSE](LICENSE).