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.

Mattpocock Skills — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
M

dsh-mattpocock-skills

Mattpocock Skills

DSH 技能包插件(汉化版):把 mattpocock/skills 仓库的 25 个 promoted 技能(engineering 18 个 + productivity 7 个)全文汉化后打包为 host 端 Cordis 技能 provider,经 ctx.skills 注册(rank 600 bundled 级),供 DSH 技能系统发现与调用。原出处:https://github.com/mattpocock/skills(作者 Matt Pocock,MIT 许可)。

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

npx -y @deepseek-ai/dsh plugin --profile web add github:addie-ace/dsh-mattpocock-skills#a430d82c0de01e2607f84486eadb5fcd0fc4a17f
READMECompatibilityVersions

Compatibility and provenance

Mattpocock Skills is published as dsh-mattpocock-skills and currently resolves to version 0.2.0. 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/5/2026

Versions

0.2.0stable
9/5/2026

Related plugins

Loading related plugins…

Latest
0.2.0
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
Last push
9/5/2026
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

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-mattpocock-skills

把 mattpocock/skills(作者 Matt Pocock,MIT 许可)的 25 个 promoted 技能全文汉化后打包为 DeepSeek Harness(DSH)插件:纯 host 端 Cordis 插件, 经 ctx.skills.registerProvider 注册一个 bundled 级(rank 600,最低优先级)技能 provider。 用户项目/用户目录中的同名技能可覆盖打包技能。

原出处:技能内容来自 https://github.com/mattpocock/skills (Matt Pocock,MIT License)。 本仓库在保留原 MIT 许可与版权声明的前提下做了两件事:①技能全文汉化(frontmatter 的 name 保持英文 kebab-case 不变,description 译为中文,正文英译中,代码块/命令/文件名/ 技能名引用保留英文);②封装为 DSH 插件形态(技能 provider + bundle patch),便于 dsh plugin add 一键安装。

技能清单(25 个,全部汉化)

分区数量技能
engineering18ask-matt、code-review、codebase-design、diagnosing-bugs、domain-modeling、grill-with-docs、implement、improve-codebase-architecture、prototype、research、resolving-merge-conflicts、setup-matt-pocock-skills、tdd、to-spec、to-tickets、triage、wayfinder、wizard
productivity7grill-me、grilling、handoff、teach、to-questionnaire、wait-what、writing-for-agents

其中 14 个技能声明了 disable-model-invocation: true(仅用户 /技能名 手势可调用), 11 个为模型可调用技能(任务匹配时自动触发,也可手动调用);handoff 与 teach 还带 argument-hint 追问提示(放入 candidate 的 metadata)。

形态

  • 入口:lib/index.js,导出 { apply, inject, name },inject: ['skills'];
  • provider:lib/provider.js,实现 SkillProvider 契约(list / get), source: 'bundled'、rank: 600、resourceBase: { kind: 'directory', path } (技能正文里的相对引用资源如 tests.md、template.sh 按技能目录解析);
  • frontmatter:lib/frontmatter.js 手写解析(单行 key: value,支持双引号值与 \" 转义),不依赖外部 YAML 库;
  • 运行时零外部包依赖(仅 node: 内置模块与相对导入),peerDependencies 仅声明 @deepseek-ai/cordis;
  • 副作用:provider 注册由 ctx.skills 注册器管理,fiber 销毁时自动注销;
  • 测试:test/ 18 项(node --test),含 25 技能全量发现、invocation 映射、 argument-hint、正文加载冒烟。

安装

# 方式一:本地装配到 web profile(免重启生效)
dev_install_package <本目录绝对路径> web

# 方式二:标准 dsh 插件安装(含重启后持久装配)
dsh plugin --profile web add link:<本目录绝对路径>
# 或从 tgz 安装
dsh plugin --profile web add dsh-mattpocock-skills-0.2.0.tgz

# 打包分发
npm pack

安装后:DSH 技能选择器与 /技能名 手势即可发现全部 25 个技能;模型可调用的 11 个技能 (tdd、code-review、grilling、research、diagnosing-bugs、domain-modeling、prototype、 codebase-design、resolving-merge-conflicts、wizard、writing-for-agents)会在合适任务里 自动触发。首次使用建议先 /setup-matt-pocock-skills 做一次配置。

许可

技能内容与原作者版权:MIT License,Copyright (c) 2026 Matt Pocock (见 LICENSE 与上游 https://github.com/mattpocock/skills )。 本仓库的插件封装代码同样以 MIT 许可发布。