dsh-skill-adapter
Run the following command in DeepSeek Harness:
dsh plugin install zp-home/dsh-skill-adapter
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install zp-home/dsh-skill-adapter in your terminal to install the plugin; the full source is available at https://github.com/zp-home/dsh-skill-adapter .
About this plugin
The Claude Code and Codex ecosystems have already accumulated tens of thousands of SKILL.md skills whose frontmatter follows the Anthropic convention (whenToUse, disable-model-invocation, user-invocable, and more). DeepSeek Harness natively understands /SKILL.md files and its key names align with that same spec, but the middle layer of import, normalization, and distribution simply did not exist. You could not practically pull those community skill libraries into DSH. dsh-skill-adapter closes that gap with a zero-dependency YAML-subset parser that silently reconciles key-name differences, converts invalid names to kebab-case, and emits a clear compatibility report whenever required fields are missing.
The toolchain offers two integration paths. A CLI batch importer recursively fetches skills from a GitHub repository or a local directory, validates and normalizes each one, then writes them into DSH's skills directory so the agent discovers them automatically on next launch. Alternatively, a DSH plugin registers a SkillProvider at runtime via ctx.skills.registerProvider, mounting skill sources dynamically without any file copy. This is ideal when your skill set evolves frequently and you want zero-downtime refreshes. Both paths share the same core parsing and normalization logic, guaranteeing consistent behavior.
If you have been building a personal skill library in Claude Code or Codex, or you want to reuse high-quality community skill collections without hand-editing every frontmatter key, dsh-skill-adapter lets you migrate an entire ecosystem into DeepSeek Harness with a couple of configuration lines. Spend your time designing skills, not plumbing formats.
Use Cases
- Migrate an entire Claude Code skill library into DSH without manually editing frontmatter
- Keep a shared team skills directory in sync with a GitHub repo for instant refresh on restart
- Bulk-import and filter usable skills from popular community skill repositories
Best For
- Developers who built skills in Claude Code or Codex and want to reuse them in DSH
- Team engineers managing multiple agent workflows who need unified skill-library control
- DSH users who want to leverage high-star community skill repos without dealing with format differences
Related Plugins
A method pack that makes AI coding agents plan against your real baseline, prove completion with fresh evidence, and reduce reworks and unsafe changes.
Turns the DeepSeek Harness session into a captain that builds a durable sub-agent team, splits goals into dependency-aware tasks, and coordinates work via direct messages and a live Web UI.
Gives coding agents design judgment, letting Claude Code, Cursor, and 70+ agents generate and iterate high-quality UI, presentations, and graphics right from the terminal.
Run the Pi ecosystem's plugins on DeepSeek Harness, unmodified, via a compatibility layer that implements Pi's public extension ABI on DSH's native services.