返回目錄

vibe-skills

維護狀態: 活躍

foryourhealth111-pixel/vibe-skills

通用技能外掛,自動路由本地技能並智慧編排 Harness 工作流。

前往 GitHub
$ dsh plugin add vibe-skills

3,206

星數

266

Fork

Python

語言

Apache-2.0

授權條款

2026-02-22

建立於

2026-08-31

最近推送

Apache-2.0 通用型 Skill,自動路由本地 Skill 並編排 harness 工作流;作為本地 Skill 透過 $vibe / /vibe 在 DeepSeek Harness 中呼叫。

DSH 整合

相容

作者聲明

安全稽核

未稽核

最後核實

2026-08-21

授權條款

Apache-2.0

01它能幫你完成什麼?

  • Break a complex multi-step task into planned work units, route local Skills to each part, and check the combined result

    Approved requirement, L/XL level plan, per-Skill assignments with expected deliveries, and a final acceptance check across all planned items

    Users of harness-style AI agents who have accumulated many local Skills and want complex tasks planned and delivered end to end

  • Auto-discover and select the best-fitting local Skills for each part of a task

    A shortlist of candidate Skills (from 100+ installed) with each selected Skill tied to concrete work, expected delivery, and a check

    Teams with a growing personal / team / third-party Skill library who no longer want to remember which Skill to invoke when

  • Resume and review long-running work from durable task records

    Task records storing requirement, plan, execution progress, and final check in one place, so a later session can continue and a review can compare plan vs result

    Users running multi-session tasks who need continuation and an auditable delivery review

02如何將外掛接入 DeepSeek Harness?

作者未說明

03DSH 整合程度與能力邊界

DSH 整合相容

Installed as a general-purpose local Skill and invoked through any harness-style agent's Skills entry ($vibe / /vibe); the README documents no DeepSeek Harness-specific setup

  • Skill discovery & routing

    configured local Skill folders (Skills install directory plus folders in skill-roots.json)local index and shortlisted candidates; only Skills written into the plan are read and executed

    Discovery and index generation happen locally and write index/record filesExtra Skill folders are configured via `~/.vibeskills/skill-roots.json` or `<workspace>/.vibeskills/skill-roots.json`
  • Planning state machine (L / XL)

    task scope, steps, dependencies, and parallel-work opportunitiesa recommended L or XL level and a modular work breakdown; XL can run up to two non-conflicting parts at the same time

  • Delivery acceptance checks

    actual results vs every planned itema final acceptance decision; incomplete, failed, or blocked required work prevents acceptance

  • Durable task records

    one task's requirement, plan, execution, and final checksession_root, module-work-plan.json, module-execution.json, and delivery-acceptance-report files enabling resume and review

    Writes record files to disk (session_root, module-work-plan.json, module-execution.json, delivery-acceptance-report.json/.md)install-receipt.json records the files written by the installer so `check` can find missing or changed files

04適合誰?何時不該用?

適合

  • Users of harness-style AI agents who have accumulated many local Skills and want complex tasks planned and delivered end to end
  • Teams with a growing personal / team / third-party Skill library who no longer want to remember which Skill to invoke when
  • Users running multi-session tasks who need continuation and an auditable delivery review

不適合

  • Orchestration adds model-context overhead: more retained candidates, longer Skill documents, or a more finely divided task use more tokens; the cost is bounded by a local index, candidate shortlisting, and on-demand reading.

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

  • The README describes VibeSkills as a Skill for any AI application that supports local Skills and mentions harness frameworks similar to Superpower and GSD, but documents no DeepSeek Harness (dsh)-specific installation or integration path.
  • A local Skill needs a readable SKILL.md, a non-conflicting name, and a clear fit for the current work before it can be selected; Skills without these stay out of the plan.
  • Orchestration adds model-context overhead: more retained candidates, longer Skill documents, or a more finely divided task use more tokens; the cost is bounded by a local index, candidate shortlisting, and on-demand reading.
2026-02-222026-08-11v4.0.0

Apache-2.0 · actively maintained (latest release v4.0.0, 2026-07-17)

06常見問題

VibeSkills 如何接入 DeepSeek Harness?

VibeSkills 是面向任何支援本地 Skill 的 AI 應用程式的通用 Skill:把它安裝為本地 Skill 後,透過應用程式的 Skills 入口用 `$vibe`、`/vibe` 或應用程式提供的語法呼叫即可。README 未提供針對 DeepSeek Harness 的專門設定說明。

它是原生整合還是 MCP?

都不是——它是作為本地 Skill 透過宿主應用程式的 Skills 入口呼叫的,不走 MCP 協定。它遵循類似 Superpower 和 GSD 的 harness 框架模式。

使用前需要什麼前置條件?

需要一個支援本地 Skill 的 AI 應用程式,以及包含可讀 SKILL.md 檔案的本地 Skill 資料夾。額外的 Skill 資料夾可以寫在 `~/.vibeskills/skill-roots.json` 或 `<workspace>/.vibeskills/skill-roots.json` 中。

Skill 庫很大時會消耗很多 token 嗎?

發現與索引生成都在本地完成;只有被保留的候選 Skill 才會以完整 SKILL.md 形式讀入,執行階段只使用寫入計畫的 Skill。token 用量取決於候選數量、文件長度與任務複雜度——開銷有上限,但不為零。

任務紀錄和資料儲存在哪裡?

已核准的需求、計畫、執行進度與最終檢查都保存在同一份任務紀錄中(session_root、module-work-plan.json、module-execution.json、delivery-acceptance-report),安裝狀態單獨記錄在 install-receipt.json 中。

08資料與來源

  • 作者聲明github.comd5ae560440a9…

    VibeSkills is a general-purpose Skill that automatically routes local Skills and intelligently orchestrates harness work…

  • 作者聲明github.comd5ae560440a9…

    In any AI application that supports local Skills, invoke VibeSkills through the application's Skills entry, using <code>…

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

🏆

最佳 DeepSeek Harness 外掛

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

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

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