All plugins

DSH / BUNDLE / BUNDLES

dsh-skills-bridge

v0.1.0YTyangtao666 / dsh-skills-bridgee9396fb243

InstallableBundlesBundles & other modulesCommunity · Topic auto-analysis

Overview

dsh-skills-bridge

Bring your Claude Code skills into DeepSeek Harness — a drop-in SkillProvider that scans Claude skills directories (SKILL.md), normalizes frontmatter differences, and mounts them as first-class DSH skills.

README / EN

Package documentation

Registry summary

Bring your Claude Code skills into DeepSeek Harness — a drop-in SkillProvider that scans Claude skills directories (SKILL.md), normalizes frontmatter differences, and mounts them as first-class DSH skills.

dsh.pub verifies the pinned bundle contract, runtime facts, and distribution semantics. The complete README remains in the source repository.

Read the full README on GitHub

LIMITATIONS

Known limitations

- Flat frontmatter only (the subset real-world SKILL.md files use); deeply nested YAML is skipped with a warning, matching native provider behavior. - Skill *bodies* are passed through verbatim — tool references inside a skill body (e.g. Claude Code's `Read`/`Bash` tools) are the model's business to adapt; DSH exposes its own equivalents. - The watcher is `fs.watch`-based; on network filesystems set `watch: false`.