codeAnqiang-ma/dsh-superpowers2

dsh-superpowers

DeepSeek Harness 插件:集成 Superpowers 软件开发方法论技能及会话引导

AI 分析

将 Superpowers 软件开发方法论技能注册到 DSH 中。适合需要利用特定开发方法论辅助软件开发任务的用户。

包名
dsh-superpowers
版本
0.1.0
许可证
NOASSERTION
最近更新
2026年8月13日

安装

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

Configuration

Every field is optional. Override fields in the profile's own cordis.patch.yml:

- id: superpowers
  config:
    bootstrap: false
FieldDefaultDescription
skillstrueRegister the bundled skills on ctx.skills.
bootstraptrueRegister the using-superpowers prompt section.
toolMappingtrueAppend the DeepSeek Harness tool mapping to the bootstrap section.
order50Place the bootstrap after the persona (0) and before tool guidance (100–199).

Setting bootstrap: false keeps the skills discoverable but stops them from self-triggering; the model will use them only when it decides to consult the catalog.