codeAnqiang-ma/dsh-superpowers ↗★ 2
dsh-superpowers
Superpowers (obra/superpowers) for DeepSeek Harness: the software-development methodology skills plus their session bootstrap, as a dsh plugin
AI Analysis
将 Superpowers 软件开发方法论技能注册到 DSH 中。适合需要利用特定开发方法论辅助软件开发任务的用户。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:codeAnqiang-ma/dsh-superpowersREADME
Read the full 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.