全部插件

DSH / BUNDLE / BUNDLES

dsh-skills-bridge

v0.1.0YTyangtao666 / dsh-skills-bridgee9396fb243

可安装组合包组合包与其他模块社区 · Topic 自动分析

概览

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 / ZH

插件文档

目录摘要

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 核对固定版本的组合包契约、运行时事实与分发语义;完整 README 请查看源仓库。

在 GitHub 阅读完整 README

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`.