JasonFreeLab/dsh-superpowers1

@jasonfreelab/dsh-superpowers

A DSH port of obra/superpowers — the full multi-agent software-development methodology (TDD, planning, debugging, review) as native DSH skills

AI 分析

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

パッケージ
@jasonfreelab/dsh-superpowers
バージョン
0.1.3
ライセンス
NOASSERTION
最終更新
2026/08/29

インストール

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

ドキュメント

README 全文を読む ↗

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.