DeepSeek Harness plugin

dsh-skills

实用技能合集 - brainstorming / using-superpowers / finishing-a-development-branch / writing-skills / github-actions-docs / how-it-works

Jump to install

Source facts

Repository
linhut/dsh-skills
Latest update
Aug 18, 2026
Category
Docs & Rendering
GitHub stars
0
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/linhut/dsh-skills
Plugin: dsh-skills
Author: linhut

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer3 files
README.mdSource · read only

🐳 dsh-skills

实用技能合集,为 DeepSeek Harness (dsh) 提供开箱即用的方法论与工具技能。

A collection of practical skills for DeepSeek Harness (dsh).

技能清单 / Skills

Skill用途 / Purpose
brainstorming创意工作前的需求探索与设计流程 / Explore intent, requirements and design before implementation
using-superpowers会话引导:何时使用技能体系 / Session bootstrap: when to use the skills system
finishing-a-development-branch开发完成后的合并 / PR / 清理决策 / Decide merge, PR, or cleanup when work is done
writing-skills编写 / 编辑 / 验证新技能 / Create, edit, and verify skills
github-actions-docsGitHub Actions 工作流文档与排查 / Docs-grounded GitHub Actions guidance
how-it-works解释内部机制(如 claude-mem 如何工作)/ Explain how internal mechanisms work

安装 / Installation

方式一:纯目录(无需插件体系)/ Plain directory (no plugin system)

克隆仓库后,把 skills/ 下的技能目录拷入 DSH 技能目录,或配置 customSkillDirs

git clone https://github.com/linhut/dsh-skills.git
# 方式 A:拷入全局技能目录
cp -r dsh-skills/skills/* ~/.dsh/skills/
# 方式 B:在 settings.yaml 中配置 customSkillDirs 指向 dsh-skills/skills

方式二:插件安装(推荐,可进插件市场)/ Plugin install (recommended)

dsh plugin --profile web add github:linhut/dsh-skills

DSH 会在会话目录中展示技能名称,模型通过内置 skill({ name }) 工具按需加载技能正文。

开发 / Development

  • 每个技能一个目录:skills/<name>/SKILL.md
  • SKILL.md 头部为 frontmatter:name(kebab-case,与目录名一致)、description(模型可见,用于触发)、可选 disable-model-invocation / user-invocable
  • 校验技能格式:node scripts/validate-skills.mjs

许可 / License

  • 仓库整体:MIT(见 [LICENSE](LICENSE))
  • 衍生自 obra/superpowers 的技能(brainstorming、using-superpowers、finishing-a-development-branch、writing-skills):MIT © Jesse Vincent(见 [LICENSE.superpowers](LICENSE.superpowers))
  • 其余技能按各自来源许可使用