DSH Plugins Marketplace

DSH Plugins

Plugins

/

dsh-subagent-delegation

d

dsh-subagent-delegation

Manifest valid

Ships a skill about handing work to subagents instead of doing it inline - which tasks are worth fanning out, how many to run at once, how to send them in parallel, and how to check what they returned

hasBundlePatch

dsh-subagent-delegation

一个 DSH 插件,内容只有一份技能:安装时把包内的 skills/ 注册为一个技能根,于是这份技能随插件进入 agent 的技能目录。

dsh plugin --profile web add dsh-subagent-delegation

技能覆盖什么

  • 何时该派:决策三问(要翻 5+ 个文件 / 要多次搜索调研 / 有 2+ 个互不依赖的子项),以及「5 个文件的『简单任务』已经该派了」这类红牌警示
  • 派发形态:DSH 的子 agent 没有 Explore / general-purpose 这类内置类型,形态只能靠 prompt 承载——只读探索、通用分析、方案设计、独立审查各该怎么写 prompt
  • 并行与后台:同一轮消息里发多个 subagent 调用让它们并行;subagent 默认就进后台,subagent_fork 用于需要看见当前对话的活
  • 回来怎么验收:不盲信子 agent 的总结,核对实际文件变更和它给出的证据链

布局

package.json        # dsh.bundle.patch → cordis.patch.yml
cordis.patch.yml    # 插入一行 @deepseek-ai/dsh-skill-filesystem,customSkillDirs 指向 skills/
skills/
  subagent-delegation/
    SKILL.md

cordis.patch.yml 用的机制和 DSH 自带 agent preset 装载自己的技能是同一套:!!js 里的 baseUrl 解析到本包,所以路径跟着安装位置走。

License

MIT

Comments

Loading…

Similar plugins

dsh-eteams

Captain-led multi-agent teams that split a goal into tasks and dispatch them along an execution chain to members running in their own sub-sessions, each with its own model.

Workflow & AutomationManifest valid

0

dsh plugin --profile web add dsh-eteams

Ships a skill about writing DSH skills - SKILL.md frontmatter and root precedence, how to phrase a description so it actually triggers, length and splitting rules, and an A/B check that the finished s

Manifest valid

0

dsh plugin --profile web add dsh-skill-authoring

Reusable subagent definitions managed from a Settings page and dispatched through a single delegate_agent tool; ships with a built-in read-only Explorer preset and a nested-delegation policy toggle.

Workflow & AutomationManifest valid

0

dsh plugin --profile web add dsh-custom-subagents

by joekytc

Run multi-agent task pipelines on DSH like a team — plan, execute, review, and deliver code through a visual kanban with provable completion.

Workflow & AutomationManifest valid

4

435/wk

MIT

TypeScript

Sep 15, 2026

dsh plugin --profile web add @joekytc/dsh-swarm

Orchestrates durable multi-agent teams from one DSH session: a captain spawns member subagents, drives a dependency-aware task DAG with quality gates, and coordinates through persistent mailboxes, wit

Workflow & AutomationManifest valid

0

182/wk

dsh plugin --profile web add dsh-teams-x

Ships the Zhouli-mode agent preset, which runs a session in three phases (declaring roles on opening, citing authorities while working, a six-item self-audit at the close), plus one tool with seven ac

Tools & CapabilitiesManifest valid

0

dsh plugin --profile web add dsh-zhouli