PeiJingbobo/dsh-superpowers-plugin ↗★ 0
dsh-superpowers-plugin
DSH 插件包:将 obra/superpowers 技能库作为原生 DSH 技能提供,支持上游跟踪和一键同步,可按需禁用特定技能。
AI 分析
将丰富的 superpowers 技能库引入 DSH。适合希望扩展智能体本地操作能力(如 Git 工作流辅助)的用户。支持灵活的配置与禁用。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:PeiJingbobo/dsh-superpowers-plugin说明文档
阅读完整 README ↗配置(patch 行的 config)
| 字段 | 类型 | 默认 | 说明 |
|---|---|---|---|
providerName | string | "superpowers" | 注册表中的 provider 名 |
skillsDir | string | 包内 ./skills | 改为指向任意 superpowers 克隆的 skills 目录 |
rank | number | 600 | 同层重名裁决优先级,越小越优先 |
source | string | "bundled" | 目录中展示的来源标签 |
disabledSkills | string[] | [] | 按名禁用个别技能 |
bootstrap | boolean | true | 是否注入会话引导(using-superpowers 定向) |
示例(profile 的 cordis.patch.yml):
- update:
id: dsh-superpowers-plugin
config:
bootstrap: false
disabledSkills: [using-git-worktrees]