dsh-skills
实用技能合集 - brainstorming / using-superpowers / finishing-a-development-branch / writing-skills / github-actions-docs / how-it-works
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:linhut/dsh-skills说明文档
阅读完整 README ↗方式 B:在 settings.yaml 中配置 customSkillDirs 指向 dsh-skills/skills
### 方式二:插件安装(推荐,可进插件市场)/ Plugin install (recommended)
```sh
dsh plugin --profile web add github:linhut/dsh-skills
DSH 会在会话目录中展示技能名称,模型通过内置 skill({ name }) 工具按需加载技能正文。
开发 / Development
- 每个技能一个目录:
skills//SKILL.md SKILL.md头部为 frontmatter:name(kebab-case,与目录名一致)、description(模型可见,用于触发)、可选disable-model-invocation/user-invocable- 校验技能格式:
node scripts/validate-skills.mjs
许可 / License
- 仓库整体:MIT(见 LICENSE)
- 衍生自 obra/superpowers 的技能(brainstorming、using-superpowers、finishing-a-development-branch、writing-skills):MIT © Jesse Vincent(见 LICENSE.superpowers)
- 其余技能按各自来源许可使用