DSH Market

6 DSH Plugin Rankings for DeepSeek Harness

Every DSH plugin ranking here is one database query over the index — no editor's picks, nothing hand-placed. Two of them rank things you would normally want to avoid, which is the point: the install-time-script list and the not-a-plugin list are the numbers nobody else publishes.

100 Most-Starred DeepSeek Harness (DSH) Plugins

Every DSH plugin in the index ordered by GitHub stars. Popularity only — a repository can top this list and still not be installable.

is_listed = 1 ORDER BY stars DESC LIMIT 100

7,210 entries match; the list shows the top 100.

100 Verified Installable DSH Plugins

DSH plugins checked against the official publish spec and found to declare dsh.bundle, so dsh plugin add activates a real layer.

is_listed = 1 AND installability = 'installable' ORDER BY stars DESC LIMIT 100

124 entries match; the list shows the top 100.

68 DSH Plugins That Run Install Scripts

DSH plugins whose package runs lifecycle scripts at install time, outside the DeepSeek Harness agent sandbox. Published nowhere else.

is_listed = 1 AND has_lifecycle_scripts = 1 ORDER BY stars DESC LIMIT 100

68 entries match; the list shows the top 68.

79 DSH Repos That Are Not Plugins

Repos carrying a DeepSeek Harness plugin topic but declaring no dsh.bundle, so dsh plugin add warns and activates no layer.

is_listed = 1 AND installability = 'not-a-plugin' ORDER BY stars DESC LIMIT 100

79 entries match; the list shows the top 79.

85 DSH Plugins Published to npm

DeepSeek Harness plugins published as a prebuilt npm artifact — the least work to install: no clone, no build step, no prepare script.

is_listed = 1 AND published_to_npm = 1 ORDER BY stars DESC LIMIT 100

85 entries match; the list shows the top 85.

100 Newest DeepSeek Harness (DSH) Plugins

The newest DSH plugins in this index, by the date we first saw them — not by GitHub creation date.

is_listed = 1 ORDER BY first_seen_at DESC LIMIT 100

7,210 entries match; the list shows the top 100.