dshbase

插件目录 / Developer / deepseek-harness-matt-plugin

deepseek-harness-matt-plugin

未验证 sa998aaron

✓ 持续维护 2 位贡献者

查看 GitHub ↗ ← 返回插件目录

1Stars
0Forks
0未关闭 issue
语言
2026-08-19最近推送
跨平台平台

功能简介

DeepSeek Harness 插件:内置 Matt Pocock 技能集 + 侧边栏可视化流水线面板(Idea→Triage→Grill→Spec→Tickets→Implement→Review),一键把 /技能 发进会话。Bundled matt skills + visual pipeline sidebar for DSH.

我们的评价
未验证 — 尚未实测

DeepSeek Harness 插件:内置 Matt Pocock 技能集 + 侧边栏可视化流水线面板(Idea→Triage→Grill→Spec→Tickets→Implement→Review),一键把 /技能 发进会话。Bundled matt skills + visual pipeline sidebar for DSH. 尚未验证——请自行安装测试。

「未验证」表示我们的自动化 CI 尚未安装过该插件。功能描述与版本兼容性均为作者声明。这不是安全审计,也不代表对第三方代码的背书。

你是插件作者? 想拿到「已验证」标签——提交你自己的验证证据(截图、日志或短视频),我们审核通过后即改为「已验证」。

提交验证证据 ↗

README

dsh-matt-pipeline

English | 简体中文

Matt Pocock's skill workflow pipeline for DeepSeek Harness (DSH).

The bundled skills come from Matt Pocock's mattpocock/skills repository — all credit for the skill content goes to him.

Pipeline panel in the DSH sidebar

  • Server half: registers the bundled matt skill set (matt-triage, matt-grill-me, matt-to-spec, matt-to-tickets, matt-tdd, matt-code-review, matt-research, matt-diagnosing-bugs, …) as model- and user-invocable DSH skills.

  • Browser half: adds a 🔀 Pipeline tab to the dsh-better-sidebar showing the workflow

    💡 Idea → 🔍 Triage → 🔥 Grill → 📝 Spec → 🎫 Tickets → ⚡ Implement → ✅ Review

    plus auxiliary tools (🐛 Debug / 📚 Research / 🎓 Teach / 📦 Handoff / ❓ Ask Matt). Clicking Start dispatches the official /<skill> gesture straight into the active session (clipboard fallback if the connection API is unavailable).

Requirements

  • A DSH web or desktop profile with dsh-better-sidebar installed (the pipeline panel registers into it; the skills work without it).

Install

dsh plugin --profile web add https://github.com/sa998aaron/deepseek-harness-matt-plugin.git

For the DSH Desktop GUI use the desktop profile:

dsh plugin --profile desktop add https://github.com/sa998aaron/deepseek-harness-matt-plugin.git

Then restart DSH (or toggle the plugin off/on in Settings → Plugins) and hard-refresh the page (Ctrl+F5).

Manual install

  1. Clone this repo into <profile>/node_modules/dsh-matt-pipeline (e.g. ~/.dsh/profiles/desktop/node_modules/).
  2. In <profile>/package.json add the dependency and the bundle entry:
    "dependencies": { "dsh-matt-pipeline": "file:./node_modules/dsh-matt-pipeline" },
    "dsh": { "profile": { "bundles": [ ..., "dsh-matt-pipeline" ] } }
    
  3. Restart DSH and hard-refresh.

The built bundles (dist/) are committed, so no build step is needed on install.

Usage

  1. Open the sidebar's + menu → 🔀 Pipeline.
  2. Click a stage to see its description and expected artifact.
  3. Click Start <Stage> — the panel sends /<skill> to the current session and the agent follows that skill's workflow.
  4. Auxiliary tools at the bottom can be triggered anytime (debugging, research, handoff, …).

The bundled skills are also available directly: type / in the composer and look for the matt-* entries, or invoke them by name in chat.

Development

pnpm install
pnpm build      # tsdown: server ESM (dist/index.mjs) + client CJS (dist/client.cjs)
pnpm dev        # watch mode

Layout:

src/index.ts     server half: registers bundled skills (ctx.skills)
src/skills.ts    SKILL.md frontmatter parsing + registration
src/stages.ts    pipeline stages & auxiliary tools (single source of truth)
client/index.tsx browser half: registers the Pipeline tab (ctx.betterSidebar)
assets/skills/   bundled matt SKILL.md files
cordis.patch.yml profile bundle patch (mounts the plugin row)

Note: ctx.betterSidebar only exists in the browser cordis context — UI must live in client/, never in the server half.

Acknowledgements

  • Matt Pocock — the skills bundled in assets/skills/ are taken from his mattpocock/skills repository. This plugin only packages them for DSH and adds the visual pipeline panel; the workflows themselves are his work. Thank you, Matt!
  • dsh-better-sidebar — the sidebar host the pipeline panel registers into.

License

MIT

安装

🧩 让 Agent 自动装(推荐)

装一次目录插件,之后本站所有插件都能让 DeepSeek Harness 自动找、自动装:

dsh plugin add dshbase-catalog

然后对 agent 说「帮我装 deepseek-harness-matt-plugin」,它会在目录里找到并自动安装。文档:dshbase-catalog · 已验证场景包

该插件是 GitHub 源码(未发 npm)——直接从仓库装:

Web profile:

dsh plugin --profile web add github:sa998aaron/deepseek-harness-matt-plugin

Headless(CLI)profile:

dsh plugin --profile headless add github:sa998aaron/deepseek-harness-matt-plugin

实测报告

尚未 L3 验证——若已跑过,见下方失败备注。

状态:pending · 最近测试 2026-08-26
备注:验证: runtime-fail 浏览全部待验证失败 →
安全:尚未扫描——我们的每日静态扫描将很快覆盖它。

分享徽章

Developer 里更多

浏览全部 7795 个插件 →