精选
为什么选中它
待人工精选——以下事实来自源码仓库。
它能做什么
实测可用的 DeepSeek Harness 技能库:每个 SKILL.md 都通过格式校验与加载冒烟,复制即用(中文优先)
适合谁
想用 DSH 获得这项能力的用户;装前建议先看源码和文档。
风险提示
- 未发现明显风险信号;安装前仍建议查看源码。
实测可用的 DeepSeek Harness 技能库:每个 SKILL.md 都通过格式校验与加载冒烟,复制即用(中文优先)
待人工精选——以下事实来自源码仓库。
实测可用的 DeepSeek Harness 技能库:每个 SKILL.md 都通过格式校验与加载冒烟,复制即用(中文优先)
想用 DSH 获得这项能力的用户;装前建议先看源码和文档。
dsh plugin --profile web add github:hackerFish/awesome-dsh-skills 作者没有声明支持的平台。
@deepseek-ai/dsh-skill-filesystem rules plus an isolated-DSH_HOME load smoke test. Copy, drop in, done. 中文 · Sibling repos: dsh-lab · awesome-dsh-presets · dsh-video-studio · dsh-restart ## What DSH skills are DSH scans skill roots (~/.dsh/skills, .agents/skills, project .dsh/skills) and registers SKILL.md files into the model-visible catalog. Each skill: name (kebab-case) + description required in frontmatter; optional whenToUse / metadata / disable-model-invocation / user-invocable. ## Install bash git clone https://github.com/hackerFish/awesome-dsh-skills ~/dsh-skills mkdir -p ~/.dsh/skills cp -r ~/dsh-skills/skills/* ~/.dsh/skills/ # all, or copy individual skill dirs ## Quality gates (every skill) 1. node tools/validate-skills.mjs — field whitelist, kebab-case names, boolean value forms, single-level structure, per official rules 2. Load smoke test in an isolated DSH_HOME (skills placed, harness booted clean) 3. Content rule: verified facts only; no unverified "magic prompts" ## Skills (15) | Skill | Purpose | |---|---| | dsh-git-commit | Conventional commits + pre-commit self-check | | dsh-code-review | Six-dimension structured review | | dsh-test-first | Red→green→refactor discipline | | dsh-doc-sync | Keep docs/changelog/versions in sync | | dsh-plugin-dev | DSH plugin dev with verified manifest/patch structures | | dsh-dependency-audit | Dependency & install-script risk audit | | dsh-refactor-safe | Baseline-first safe refactoring | | dsh-debug-session | DSH boot/plugin failure triage | | dsh-changelog | Keep a Changelog discipline | | dsh-chinese-docs | Chinese technical writing conventions | | dsh-pr-review | PR review checklist & structured feedback | | dsh-task-breakdown | Task decomposition with acceptance criteria | | dsh-skill-adapter | Adapt public portable skills to DSH discovery roots, active tools, and safety constraints | | dsh-webapp-testing | Browser-evidence web-app testing with console, network, server, and regression-test checks | | dsh-office-artifacts | Format-aware XLSX, DOCX, PPTX, and PDF creation or repair with reopen/render verification | See CONTRIBUTING.md to submit a skill. Contributors: CONTRIBUTORS.md ## License MIT不看 Star,人工一条条挑的。
把 DSH 的 settings.yaml 做成可视化看板:所有已注册的 settings namespace——包括官方界面从未覆盖的第三方插件配置——都渲染成可编辑表单。项目还早,但方向很对:告别手改 YAML。
给 DSH 的 DIY 轨迹可视化:把 agent 的计划与执行画成图,不用翻原始日志也能看清它在干嘛。项目还早,但补上了「一眼看懂 agent 在做什么」这个真实缺口。
从 Claude Code / Codex 把活派给 DSH:在宿主内拉起带分级预设的 DSH agent 会话,看原生子代理进度,还能借它的多模态桥给纯文本的 DSH 补上视觉和生图。编排型插件,把 DSH 变成其他编码 agent 的后端。