hezhongtang/dsh-capability-optimizer0

dsh-capability-optimizer

DSH 外部专家咨询插件:在后台调用 Claude Code CLI,扮演顾问/评审员/设计师等角色,将返回的参考答案供当前 Agent 权衡。

AI 分析

核心用途是引入外部专家模型(如 Claude Code)提供多视角参考意见,适合需要对代码、设计进行多模型交叉评审的高级开发任务。需本地配置 Claude Code。

套件
dsh-capability-optimizer
版本
0.4.3
授權
MIT
最近更新
2026年8月16日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:hezhongtang/dsh-capability-optimizer

Usage

Ask your agent:

"consult the reviewer on this diff before we call it done"

The agent picks the role, packs the material into context, and calls consult_expert. Claude's reply returns as a reference answer with run metadata (session, turns, duration, cost) — advice the agent weighs, not an order it obeys.

ToolRead/WritePurpose
consult_expertread*One role, one question, optional material in context, optional model / effort overrides
consult_panelread*Several roles, one question, parallel — all perspectives back together
consult_rolesreadThe live roster (including role-level model/effort) and global defaults

* Read-only for your workspace; each call spends your Claude subscription quota — the tool descriptions themselves tell the model to batch material instead of machine-gunning calls.