PeiJingbobo/dsh-superpowers-plugin0

dsh-superpowers-plugin

DeepSeek Harness bundle that serves the obra/superpowers skill library as native DSH skills, with upstream tracking and one-command sync

AI 분석

将丰富的 superpowers 技能库引入 DSH。适合希望扩展智能体本地操作能力(如 Git 工作流辅助)的用户。支持灵活的配置与禁用。

패키지
dsh-superpowers-plugin
버전
6.3.0
라이선스
MIT
최근 업데이트
2026. 8. 24.

설치

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

配置(patch 行的 config)

字段类型默认说明
providerNamestring"superpowers"注册表中的 provider 名
skillsDirstring包内 ./skills改为指向任意 superpowers 克隆的 skills 目录
ranknumber600同层重名裁决优先级,越小越优先
sourcestring"bundled"目录中展示的来源标签
disabledSkillsstring[][]按名禁用个别技能
bootstrapbooleantrue是否注入会话引导(using-superpowers 定向)

示例(profile 的 cordis.patch.yml):

- update:
    id: dsh-superpowers-plugin
    config:
      bootstrap: false
      disabledSkills: [using-git-worktrees]