DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Superpower — DSH Plugin for DeepSeek Harness
← Plugins

dsh-superpower

Superpower

DSH port of obra/superpowers — provides the complete multi-agent development methodology out of the box as native DSH skills

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add dsh-superpower@6.3.0-dsh.6
READMECompatibilityVersions

Compatibility and provenance

Superpower is published as dsh-superpower and currently resolves to version 6.3.0-dsh.6. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
npm
Registry updated
9/20/2026

Versions

6.3.0-dsh.6prerelease
8/22/2026
6.3.0
stable
8/21/2026
0.1.0stable
8/21/2026
Show 6 more versionsCollapse versions
6.3.0-dsh.5prerelease
8/22/2026
6.3.0-dsh.4prerelease
8/22/2026
6.3.0-dsh.3prerelease
8/22/2026
6.3.0-dsh.2prerelease
8/22/2026
6.3.0-dsh.0prerelease
8/22/2026
6.3.0-dsh.1prerelease
8/21/2026

Related plugins

Loading related plugins…

Latest
6.3.0-dsh.6
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
393.5 kB
Files
60
Surface
any
License
MIT
Source
npm
GitHub
★ 7
Weekly downloads
38
Last push
8/30/2026
View source ↗Project homepage ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in agents-orchestration.

Headless@deepseek-ai/dsh-headlessThe dsh one-shot bundle: a direct core Agent/Session runner over dsh-base with no Host, HTTP, or browser layerExperimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profileExperimental Web profile layer for Agent Teams Remote and UI pluginsSubagent Codex@deepseek-ai/dsh-subagent-codexOne-shot Codex subagent provider over the official app-server protocolSubagent Claude Code@deepseek-ai/dsh-subagent-claude-codeOne-shot Claude Code subagent provider over the official Agent SDK

README

dsh-superpower

obra/superpowers 的 DSH 完整移植 — 14 个技能注入 ctx.skills,开箱即用,全中文。

安装

以主工作台 web 为例,其它 profile 改 --profile 后名字即可。均走 dsh.bundle,零构建、零白名单。

前置:Node >=20、pnpm >=9、dsh(npm i -g @deepseek-ai/dsh)。

# A — npm(推荐,自动安装最新)
dsh plugin --profile web add dsh-superpower

# B — GitHub 直装(无视镜像延迟)
dsh plugin --profile web add github:Wenaixi/dsh-superpower

# 验证
dsh --profile web --dump-config | grep -A2 "dsh-superpower"
# # == dsh-superpower / - id: superpowers

dsh --profile web  # 进会话,技能自动可用

如需锁定版本,在包名后追加 @<version>(如 dsh-superpower@<version>)或 #v<version>(GitHub 形式)。

其它:

git clone https://github.com/Wenaixi/dsh-superpower.git && cd dsh-superpower
pnpm install && pnpm build && node scripts/verify.mjs   # 14/14 PASS
dsh plugin --profile web add ./                           # 本地路径安装
pnpm pack && dsh plugin --profile web add ./dsh-superpower-*.tgz  # 离线 tarball

# 更新 / 卸载(同样自动取最新)
dsh plugin --profile web add dsh-superpower
dsh plugin --profile web remove dsh-superpower

是什么

强制性方法论而非可选建议:先设计 → 计划切片 → TDD → 系统化调试 → 评审集成。随 dsh.bundle 安装/卸载,不污染用户目录,HMR 自动重建。

包含技能

技能触发时机
superpower-using-superpowers任意会话起点(1% 原则)
superpower-brainstorming新功能前,Spike / Bounded / Architectural 分级
superpower-writing-plans设计获批后,切 2–5 分钟任务
superpower-using-git-worktrees隔离分支
superpower-executing-plans / superpower-subagent-driven-development按计划执行,后者每任务一子智能体 + 两阶段评审
superpower-dispatching-parallel-agents并行分发
superpower-test-driven-developmentRED-GREEN-REFACTOR
superpower-systematic-debugging / superpower-verification-before-completion调试闭环
superpower-requesting / superpower-receiving-code-review评审
superpower-finishing-a-development-branch集成
superpower-writing-skills写新技能

映射:Bash→pwsh、Read/Write→fs 等见 skills/using-superpowers/references/dsh-tools.md。

使用

“帮我做 XXX”  → superpower-brainstorming → superpower-writing-plans → superpower-subagent-driven-development
“修这个缺陷”  → superpower-systematic-debugging
“帮我评审”    → superpower-requesting-code-review

校验:await ctx.skills.list({cwd}) 应有 14 条 provider: superpowers。

开发

pnpm install && pnpm build && pnpm typecheck && node scripts/verify.mjs
dsh --profile web --dump-config  # 断言 "# == dsh-superpower"

目录

src/superpowers.ts  # SkillProvider rank 550
skills/             # 14 技能(中文化)
lib/                # 已提交,GitHub 直装零构建

版本:基线与上游 obra/superpowers 严格同步,本包以 -dsh.N 在基线上演进;tag v* 触发发布,push 仅跑 CI。详见 CHANGELOG.md。

常见问题

404/镜像延迟请改用 GitHub 形式;白名单不需要;latest 可用 npm view dsh-superpower --registry https://registry.npmjs.org 查看。

协议

MIT,与上游 obra/superpowers 保持一致。详见 LICENSE。

贡献

欢迎提交 Issue / PR。详见 CONTRIBUTING.md。

致谢

  • 上游作者 Jesse Vincent 与 Prime Radiant
  • DeepSeek Harness 的 dsh-skill 三角色架构