JasonFreeLab/dsh-superpowers1

@jasonfreelab/dsh-superpowers

将 obra/superpowers 多智能体软件开发方法论(TDD、规划、调试、审查)移植为 DSH 原生技能的插件。

AI 分析

核心用途是为 DSH 引入 14 个专业的软件开发辅助技能。适合需要进行系统调试、编写开发计划或进行代码审查的程序员,模型会自动调用或通过斜杠命令触发。

包名
@jasonfreelab/dsh-superpowers
版本
0.1.3
许可证
NOASSERTION
最近更新
2026年8月29日

安装

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

Usage

In the DSH web UI

  1. Start the web UI and open the printed URL: dsh web (alias of dsh --profile web).
  2. Start a new session. The 14 skills are registered automatically in ctx.skills and appear in the model's `` catalog — no extra setup.
  3. The model loads the matching skill by itself via the skill tool.
  4. 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.