返回目錄

dsh-mattpocock-skills-deck

編輯精選維護狀態: 活躍

featherhunter/dsh-mattpocock-skills-deck

非官方 DeepSeek Harness 外掛:Matt Pocock 技能套件(mattpocock/skills)的 DSH 控制面板(Deck)——將 wayfinder 地圖/票務/進度、triage / grilling / handoff 動作注入帶進 DSH;配套 25 個工程與效率技能。開啟形式僅右側 details 列(無 PiP/懸浮)。安裝:dsh plugin --profile <name> add 一條命令即裝好,無需手動註冊(DSH Desktop 桌面應用用 --profile desktop,自啟 web 服務用 --profile web;profile 裝錯不生效,多個入口需分別安裝)。

前往 GitHub專案首頁
$ npm install -g @deepseek-ai/dsh

44

星數

4

Fork

JavaScript

語言

MIT

授權條款

2026-08-17

建立於

2026-09-03

最近推送

一個社群 DSH 外掛程式,為 DeepSeek Harness 加上 wayfinder 風格的任務板:ISSUE 追蹤、進度環,以及注入的 Matt Pocock 技能,全部在側邊欄裡。

DSH 整合

相容

作者聲明

安全稽核

未稽核

最後核實

2026-09-04

授權條款

MIT

01它能幫你完成什麼?

  • 把 DSH 工作區裡的任務與 GitHub ISSUE 變成看得見、派得動的任務板

    側邊欄任務板:將 ISSUE 歸類為可接 / 阻塞 / 已關閉,帶進度環,並支援一鍵診斷、修復、執行、新會話

    希望在對話中就能做任務 / ISSUE 追蹤、看清進度的 DeepSeek Harness(DSH)使用者

  • 在 DSH 裡直接用上 Matt Pocock 的技能

    隨包內建 25 個 mattpocock/skills(快照 v1.2.3),經 bundled 目錄被發現,並把 triage / grilling / handoff 動作注入 DSH

    喜歡 mattpocock/skills、希望把它接進自己 DSH 工作流的開發者與使用者

02如何將外掛接入 DeepSeek Harness?

先決條件

  • 全域安裝官方 DSH CLI:`npm install -g @deepseek-ai/dsh`(已裝可跳過)
  • 確認你實際使用的 DSH 入口對應的 profile:自啟 web 服務用 web,DSH Desktop 桌面應用程式用 desktop

安裝步驟

  1. 01

    `npm install -g @deepseek-ai/dsh`

    $ npm install -g @deepseek-ai/dsh

  2. 02

    `dsh plugin --profile web add dsh-mattpocock-skills-deck` # 自啟 web 服務(dsh web)

    $ dsh plugin --profile web add dsh-mattpocock-skills-deck

  3. 03

    `dsh plugin --profile desktop add dsh-mattpocock-skills-deck` # DSH Desktop 桌面應用程式

    $ dsh plugin --profile desktop add dsh-mattpocock-skills-deck

驗證整合成功

  • 安裝完成後完全重啟對應的 DSH 入口,MattSkillsDeck 任務板即出現在 DSH 側邊欄——零設定

復原

  • `dsh plugin --profile web remove dsh-mattpocock-skills-deck` # 解除安裝(web)
  • `dsh plugin --profile desktop remove dsh-mattpocock-skills-deck` # 解除安裝(desktop)

03DSH 整合程度與能力邊界

DSH 整合相容

透過官方 `dsh plugin --profile <name> add` 指令安裝進 DSH 的外掛程式執行環境,無須手動註冊;以右側 details 欄的任務板(Deck)形式開啟。

  • 看得見的任務板

    DSH 工作區裡的 ISSUE 與任務側邊欄任務板:將 ISSUE 歸類為可接 / 阻塞 / 已關閉,並帶進度環

  • 任務卡上的操作台

    任務板裡的一張任務卡一鍵診斷 / 修復 / 執行 / 新會話;並顯示目前進行到哪一步、卡在哪裡

  • 隨包內建 Matt Pocock 技能(25 個)

    DSH 的技能查詢隨包內建的 25 個 mattpocock/skills 經 bundled 目錄被發現(rank 600 兜底),外掛程式解除安裝後隨包移除

    預設不寫入 `~/.agents/skills`(預設零污染)隨包分發保留 mattpocock/skills 的 MIT LICENSE 於 package/bundled-skills/LICENSE

04適合誰?何時不該用?

適合

  • 希望在對話中就能做任務 / ISSUE 追蹤、看清進度的 DeepSeek Harness(DSH)使用者
  • 喜歡 mattpocock/skills、希望把它接進自己 DSH 工作流的開發者與使用者

不適合

  • 裝錯 --profile 會導致外掛程式永遠不載入——必須裝進你實際使用的 DSH 入口對應的 profile(DSH Desktop → desktop,自啟 web → web)。
  • DSH 桌面端的 pnpm 供應鏈策略(minimumReleaseAge)會讓剛發佈的版本在幾小時內被 `dsh plugin update` 與外掛程式市集「更新」按鈕靜默跳過;需完全退出重開 DSH,再顯式指定官方來源。

05相容性、維護與安全提醒

  • 裝錯 --profile 會導致外掛程式永遠不載入——必須裝進你實際使用的 DSH 入口對應的 profile(DSH Desktop → desktop,自啟 web → web)。
  • DSH 桌面端的 pnpm 供應鏈策略(minimumReleaseAge)會讓剛發佈的版本在幾小時內被 `dsh plugin update` 與外掛程式市集「更新」按鈕靜默跳過;需完全退出重開 DSH,再顯式指定官方來源。
2026-08-172026-09-03v1.7.13

MIT;最新版本 v1.7.13(2026-09-03 发布);作者声明与 mattpocock/skills 官方无隶属关系。

06常見問題

MattSkillsDeck 怎麼安裝?

先全域安裝官方 DSH CLI(`npm install -g @deepseek-ai/dsh`),然後自啟 web 服務用 `dsh plugin --profile web add dsh-mattpocock-skills-deck`,DSH Desktop 桌面應用程式用 `dsh plugin --profile desktop add dsh-mattpocock-skills-deck`。安裝完成後重啟對應的 DSH 入口即可生效,零設定。

為什麼必須選對 --profile?

DSH 依 profile 載入外掛程式。裝錯 profile(例如你用 Desktop 卻裝進 web)會導致外掛程式永遠不載入,重啟多少次都沒用——所以一定要裝進你實際使用的 DSH 入口對應的 profile。

裡面包含 Matt Pocock 的技能嗎?

包含。外掛程式隨包內建 25 個 mattpocock/skills(快照 v1.2.3),經 bundled 目錄被發現,開箱即用,無須 `npx skills add` 或克隆。預設不寫入 `~/.agents/skills`。

更新後沒生效怎麼辦?

DSH 桌面端的 pnpm 供應鏈策略(minimumReleaseAge)會讓剛發佈的版本在幾小時內被 `dsh plugin update` 和「更新」按鈕靜默跳過。請完全退出並重新開啟 DSH,再顯式指定官方來源:`dsh plugin --profile web add dsh-mattpocock-skills-deck@latest --registry https://registry.npmjs.org`。

08資料與來源

  • 作者聲明github.coma712c210d34a…

    前置要求:[DSH](https://www.npmjs.com/package/@deepseek-ai/dsh)(DeepSeek Harness)。在 DSH 里,你下指令、AI 干活;MattSkillsDeck 把这些活变成面板上…

  • 作者聲明github.coma712c210d34a…

    dsh plugin --profile web add dsh-mattpocock-skills-deck

此頁面根據專案公開文件、儲存庫中繼資料與 DSH Plugins 的結構化解析所產生;最後核實於 2026-09-04。發現錯誤?提交更正。

🏆

最佳 DeepSeek Harness 外掛

從全目錄挑出的 12 個值得優先安裝的外掛,涵蓋各個分類。

DSH Plugins 是獨立的 DeepSeek Harness 外掛市集,與 DeepSeek 官方無關,也不代表官方背書。第三方外掛未經安全稽核,安裝前請審查原始碼。

每週取得最新的 DeepSeek Harness 外掛,絕不濫發。