TangYT/dsh-superpowers0

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.

包名
dsh-superpowers
版本
0.1.0
许可证
MIT
最近更新
2026年9月3日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:TangYT/dsh-superpowers

🚀 使用

技能面向模型自动触发,无需记命令:

  1. 自然语言触发(推荐):直接说"帮我头脑风暴一个新功能"→ 模型自动调用 brainstorming;"这个 bug 查下根因"→ systematic-debugging;"写个实施计划"→ writing-plans。模型会宣布 Using [技能名] to [目的],界面出现 Skill 工具调用卡片(可点开查看加载的正文)。
  2. 斜杠命令(显式调用):输入框输入 /,命令菜单列出全部技能(如 /brainstorming),选中或手打发送即注入该技能全文;名字用裸 kebab-case(/brainstorming,不是 /superpowers:brainstorming)。
  3. 列出技能:问"你现在有哪些技能?"。
  4. 跳过技能:用户指令优先——"不用头脑风暴,直接改"即可绕过。

⚙️ 配置

编辑 profile 中该插件的行配置(bundle patch 的 config):

config:
  bootstrap: false   # 关闭会话启动注入(保留技能 provider)

系统提示每请求约多 5–6KB 前缀,介意 token 开销时可关闭 bootstrap。