lihuu/dsh-plugins
lihuu★ 0TypeScriptLast synced: 2026-08-16
Personal DeepSeek Harness plugins monorepo: dsh-file-ref (@file workspace reference) + dsh-lazy-skill (submodule).
README excerpt
English 中文 dsh-plugins Personal unified plugin collection for DeepSeek Harness. All self-authored plugins live here in one place, so a fresh machine can install everything with a single command. Plugins Plugin Location Kind Purpose dsh-file-ref plugins/dsh-file-ref (repo subdirectory) Web plugin (browser + host) Composer @file — locate a workspace file and insert its full absolute path dsh-lazy-skill plugins/dsh-lazy-skill (submodule → lihuu/dsh-lazy-skill) Host plugin Lazily load skill bundles dsh-tavily-search plugins/dsh-tavily-search (repo subdirectory) Host plugin Tavily-backed WebSearchProvider for ctx.web — makes the web search tool use Tavily Install (on a new machine) install.sh : - symlinks each plugin into $DSH HOME/plugins/ - ensures the matching rows exist in $DSH HOME/cordis.patch.yml (idempotent — no duplicates) - source edits under the symlink take effect immediately After installing, restart dsh-web for the host halves to take effect: Browser-side changes appear on page refresh (or via HMR). Adding a plugin 1. Create a directory under plugins/ with the source 2. Add one line to the link plugin list in install.sh 3. Add a matching row to the rows table in install.sh…
View full README on GitHub →