dsh-skills-nexus
Run the following command in DeepSeek Harness:
dsh plugin install xiaxi626/dsh-skills-nexus
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install xiaxi626/dsh-skills-nexus in the DeepSeek Harness terminal to install; the source code is available at https://github.com/xiaxi626/dsh-skills-nexus.
About this plugin
DSH's dsh plugin add path requires a dsh.bundle.patch to activate a repo as a profile layer, which leaves pure content repos containing only SKILL.md, references, and scripts unable to join directly. dsh-skills-nexus fills that gap: it is a one-time universal skill adapter that clones any GitHub repo with a SKILL.md to a local directory and exposes it through symlinks in DSH's official skills root, where the built-in filesystem provider automatically discovers, watches, and serves it — no custom provider or runtime scanning required.
Before registering, nexus inspects the repo structure intelligently: a plain SKILL.md repo is registered as-is; a repo that also carries a plugin wrapper prompts the user to ignore the wrapper; a pure DSH plugin is redirected to the standard plugin add flow; collection repos with nested SKILL.md files support per-subdirectory installation via --subdir, with a confirmation prompt when a single install would yield more than 20 skills. Version pinning accepts #branch, #tag, or #commit-sha ref specifications — branch-pinned entries fast-forward on update, while tag and commit pins are immutable fixed points that never silently drift. On Windows, nexus uses directory junctions so no Developer Mode or admin privileges are needed.
This plugin suits skill authors who maintain pure SKILL.md content repositories on GitHub and DSH users who want to pull in community skill repos without writing any Cordis wrapper code. The skill repo stays untouched — zero plugin code, zero package.json — while nexus handles all cloning, symlinking, and lifecycle management behind the scenes.
Use Cases
- A skill author maintaining a pure SKILL.md repo wants users to install it without any plugin wrapper code
- A DSH user wants to pull in a single community skill repo without writing a Cordis adapter layer
- Managing multiple SKILL.md repos with precise version pinning or branch fast-forward updates
Best For
- DSH skill developers who need to register pure content skill repos
- Advanced DSH users who want to use community skills without wrapper code
- Project maintainers managing open-source skill collections on GitHub
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.