weikangzeng07-ops/dsh-hmos-skills0

dsh-hmos-skills

HarmonyOS (鸿蒙) development skills for DeepSeek Harness — 39 official hmos-* skill bundles ported to the DSH skill registry: ArkTS/ArkUI development, multi-device adaptation, Kit integration, and DFX crash/leak analysis.

包名
dsh-hmos-skills
版本
1.0.0
许可证
NOASSERTION
最近更新
2026年9月12日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:weikangzeng07-ops/dsh-hmos-skills

Configuration

All settings are optional and have working defaults:

- insert:
    - id: hmos-skills
      name: 'dsh-hmos-skills'
      config:
        providerName: hmos      # provider name registered on ctx.skills
        environmentNote: true   # prepend the DSH runtime note on every load
        skillsDir: /abs/path    # serve a different skill root
        rank: 600               # duplicate-name precedence (lower wins)
        source: bundled         # prompt-visible origin bucket

Set environmentNote: false to serve the upstream text untouched.