Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 

Repository files navigation

dsh-plugins

DeepSeek Harness (dsh) 插件仓库 · Personal plugin repository for DeepSeek Harness.

Everything is a Plugin — this repo hosts my own dsh plugins. Plugins land here as they are developed; each is an npm package that declares a dsh.bundle manifest in its package.json, making it installable via dsh plugin add.

Topics / Discoverability

This repository is tagged with the dsh-plugin GitHub topic (plus deepseek-harness), so it is picked up by community discovery channels:

  • awesome-dsh-plugin — daily crawler over the dsh-plugin topic; entries are listed only when the repo's package.json declares a dsh.bundle manifest.
  • awesome-dsh-plugins (compatibility radar) — daily four-way compatibility scan (patch / seam / peerDeps / build) against the mainline snapshot.

Installing a plugin from this repo

# from GitHub (source build; configure allowBuilds on first run if prompted)
dsh plugin --profile web add github:0sour/dsh-plugins#<commit-sha>

# or from npm once published
dsh plugin --profile web add <npm-package>

Always pin a commit for GitHub sources (#<sha>), and only install plugins you trust — build scripts run on your machine.

Status

  • Plugin scaffold (structure + dsh.bundle manifest)
  • First plugin (TBD)
  • npm publishing

References

About

DeepSeek Harness (dsh) plugins by 0sour - ???? (dsh-plugin topic)

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors