hezhongtang/dsh-capability-optimizer0

dsh-capability-optimizer

External-expert consultation for DeepSeek Harness: headlessly invokes the Claude Code CLI with role personas (advisor / reviewer / designer, extensible via config) and returns the subscription model's replies as reference answers for the agent to weigh. · DSH 外部专家咨询:headless 调用 Claude Code CLI,以 advisor / reviewer / designer 等角色人设(可通过配置扩展)获得订阅模型的回复,作为给 agent 权衡的参考答案。

包名
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.