AI Agent Hub
Back to plugins
dsh-skills-bridge preview

dsh-skills-bridge

Workflow Updated 2026.08.20

Run the following command in DeepSeek Harness:

dsh plugin install YTyangtao666/dsh-skills-bridge

Paste the following prompt into your AI chat to install this plugin:

Install it in DeepSeek Harness by running dsh plugin install YTyangtao666/dsh-skills-bridge (source: https://github.com/YTyangtao666/dsh-skills-bridge).

About this plugin

You have already built up a personal skill library in ~/.claude/skills/, while DeepSeek Harness' skill ecosystem is only days old. dsh-skills-bridge closes that gap: a single plugin install turns your Claude Code skills into first-class DSH SkillProviders. No migration, no rewriting—the model invokes them exactly like native entries, with original paths and metadata preserved.

Three capabilities make it practical in daily use. First, automatic discovery walks every SKILL.md and maps Claude Code frontmatter fields (name, description, when_to_use, disable-model-invocation, allowed-tools, and any custom keys) into DSH's format, preserving unknown metadata rather than dropping it. Second, a transparent conflict policy registers bridged skills at rank 250, so project-local skills at ranks 100 or 200 still win on name collisions while user-level defaults at 400 or 500 yield gracefully. Third, an optional fs.watch hot-reload invalidates the catalog the moment you edit a file, letting you iterate without restarting your profile. The entire implementation runs on pure node:fs with zero npm runtime dependencies.

Who it is for: developers who maintain a ~/.claude/skills/ or ~/.agents/skills/ directory and want to reuse those assets inside a new agent runtime without duplication; teams evaluating whether DSH can absorb the broader community skill ecosystem on day one; anyone who values a flat, dependency-free bridge over a heavyweight framework.

Screenshots

Use Cases

  • Use community skills from ~/.claude/skills/ directly in DSH workflows
  • Invoke Claude Code-authored SKILL.md files as native DSH skills
  • Hot-reload skill edits live without restarting your profile

Best For

  • Power users maintaining a ~/.claude/skills/ directory
  • Agent workflow developers reusing an existing skill library in DSH
  • Early adopters evaluating DSH skill-ecosystem compatibility