JasonFreeLab/dsh-superpowers ↗★ 1
@jasonfreelab/dsh-superpowers
A DSH port of obra/superpowers — the full multi-agent software-development methodology (TDD, planning, debugging, review) as native DSH skills
安装
$
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.