dsh-superpowers
DeepSeek Harness port of obra/superpowers: an agentic skills framework (brainstorming, plan-driven development, subagent-driven development, TDD, systematic debugging, code review, git worktrees) with session-start bootstrap injection.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:TangYT/dsh-superpowers说明文档
阅读完整 README ↗🚀 使用
技能面向模型自动触发,无需记命令:
- 自然语言触发(推荐):直接说"帮我头脑风暴一个新功能"→ 模型自动调用
brainstorming;"这个 bug 查下根因"→systematic-debugging;"写个实施计划"→writing-plans。模型会宣布Using [技能名] to [目的],界面出现Skill工具调用卡片(可点开查看加载的正文)。 - 斜杠命令(显式调用):输入框输入
/,命令菜单列出全部技能(如/brainstorming),选中或手打发送即注入该技能全文;名字用裸 kebab-case(/brainstorming,不是/superpowers:brainstorming)。 - 列出技能:问"你现在有哪些技能?"。
- 跳过技能:用户指令优先——"不用头脑风暴,直接改"即可绕过。
⚙️ 配置
编辑 profile 中该插件的行配置(bundle patch 的 config):
config:
bootstrap: false # 关闭会话启动注入(保留技能 provider)
系统提示每请求约多 5–6KB 前缀,介意 token 开销时可关闭 bootstrap。