SiriusWJ/dsh-skills
Personal skill collection for DeepSeek Harness (dsh). Each skill is a directory containing a SKILL.md (YAML frontmatter: name + description), drop into $DSHHOME/skills/ to load locally.
catalog descriptioncatalog 简介 / catalog description:Personal DeepSeek Harness (dsh) skills collection. 个人 DSH 技能集。
Project Overview项目介绍
This is a personal skill collection plugin for DeepSeek Harness (DSH). Place your skill directory in the specified $DSH_HOME/skills/ path to load it locally, and DSH will detect new skills in real time. It includes the dsh-plugin-npm-publish skill that guides you through full DSH plugin development and publishing. It only works when placed in the correct directory.
这是DeepSeek Harness(DSH)的个人技能集合插件。将技能目录放入指定的$DSH_HOME/skills/路径即可本地加载,DSH会实时发现新增技能。你可参考其中的dsh-plugin-npm-publish技能学习DSH插件开发发布全流程,注意需放在正确路径才能加载。
请帮我了解并安装插件:【dsh-skills】【https://github.com/SiriusWJ/dsh-skills】
Send this message to DSH in your current session. CLI install commands may not be accurate across systems — DSH will figure it out for you.把上面这条消息直接发给当前会话里的 DSH,让它帮你了解并安装。安装命令不一定准确,发给 DSH 更稳。
Or use CLI install (for developers)或使用命令行安装(适合开发者)
CLI Install命令行安装
dsh plugin --profile web add github:SiriusWJ/dsh-skills
把 SiriusWJ/dsh-skills 加入你的 DSH 配置(web profile)即可启用。
READMEREADME
dsh-skills
Personal skill collection for DeepSeek Harness (dsh).
Each skill is a directory containing a SKILL.md (YAML frontmatter: name + description), drop into
$DSH_HOME/skills/ to load locally.
Skills
| Skill | 说明 |
|---|---|
| dsh-plugin-npm-publish | DSH 插件开发与发布(本地插件 → npm + GitHub + 市场可发现):包结构、宿主/客户端 API、defineTool schema DSL、会话级 tools.restrict、npm 自动发布 pipeline、踩坑清单 |
本地加载
# 把仓库内容放进用户 skill 根目录(本仓库即从该目录初始化的,保持同步)
# Windows: C:\Users\<you>\.dsh\skills\<skill-name>\SKILL.md
技能会被 dsh 的 skill-filesystem watcher 实时发现(无需重启)。
YuJunZhiXue/dsh-purge
yejiming/MuseAI
superdesigndev/superdesign-skill
FSMargoo/dsh-at-file
Rain-kl/dsh-preset-plus
bugmaker2/dsh-plugin-template