JasonFreeLab/dsh-superpowers ↗★ 1
@jasonfreelab/dsh-superpowers
将 obra/superpowers 多智能体软件开发方法论(TDD、规划、调试、审查)移植为 DSH 原生技能的插件。
AI 分析
核心用途是为 DSH 引入 14 个专业的软件开发辅助技能。适合需要进行系统调试、编写开发计划或进行代码审查的程序员,模型会自动调用或通过斜杠命令触发。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:JasonFreeLab/dsh-superpowers说明文档
阅读完整 README ↗Usage
In the DSH web UI
- Start the web UI and open the printed URL:
dsh web(alias ofdsh --profile web). - Start a new session. The 14 skills are registered automatically in
ctx.skillsand appear in the model's `` catalog — no extra setup. - The model loads the matching skill by itself via the
skilltool. - You can also invoke a skill explicitly with
/skill-name, e.g./superpower-brainstorming.
Typical flows
Build me X → superpower-brainstorming → superpower-writing-plans → superpower-subagent-driven-development
Fix this bug → superpower-systematic-debugging
Review this → superpower-requesting-code-review
Verify: inside a session await ctx.skills.list({cwd}) should return 14 entries with provider: superpowers.