codeAnqiang-ma/dsh-superpowers ↗★ 2
dsh-superpowers
DeepSeek Harness 插件:集成 Superpowers 软件开发方法论技能及会话引导
AI 分析
将 Superpowers 软件开发方法论技能注册到 DSH 中。适合需要利用特定开发方法论辅助软件开发任务的用户。
安裝
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:codeAnqiang-ma/dsh-superpowers說明文件
閱讀完整 README ↗Configuration
Every field is optional. Override fields in the profile's own cordis.patch.yml:
- id: superpowers
config:
bootstrap: false
| Field | Default | Description |
|---|---|---|
skills | true | Register the bundled skills on ctx.skills. |
bootstrap | true | Register the using-superpowers prompt section. |
toolMapping | true | Append the DeepSeek Harness tool mapping to the bootstrap section. |
order | 50 | Place 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.