Coding & Development plugins

DSH coding plugins target software work in DeepSeek Harness — code review, refactoring, test generation, diff analysis, linting, and repository navigation.

80 cataloged

Recommended projects

Cataloged projects

Repositories with traceable evidence of a DeepSeek Harness relationship. They have not been reviewed, install tested, or security checked — the signal below each one is the whole of what the registry currently knows.

How cataloging works

dsh-wakatime

dingyi222666
Cataloged

WakaTime plugin for DeepSeek Harness (dsh) — track AI coding activity, lines of code, and time spent

README documents a DSH install command Package metadata declares a DSH dependency

ironlaw

Porphyrioon
Cataloged

IronLaw: evidence-backed completion and repair layer for coding agents

README documents a DSH install command
Cataloged

用于拉取nature中最新的生物化学信息学论文。最初的想法来源于想要一个实时推送论文的应用来辅助我日常的学习,受deepseek harness“一切皆插件”理念的启发,我打算vibecoding出一个插件,顺便开源。

Package metadata declares a DSH dependency
Cataloged

谁不想coding的时候急头白脸的和大肥鱼来一场紧张刺激的21点呢

README documents a DSH install command Package metadata declares a DSH dependency

dsh-taskswarm

february2015
Cataloged

TaskSwarm (蜂群) — DeepSeek Harness 上的多智能体任务编排插件:waves/lanes 并行执行、git worktree 隔离、任务包与跨模型评审、崩溃可恢复 | Multi-agent task orchestration for DeepSeek Harness: waves/lanes parallel execution, git worktree isolation, task packets, cross-model review, crash recovery

README documents a DSH install command Package metadata declares a DSH dependency
Cataloged

File-diff visualization between checkpoint time nodes for DeepSeek Harness: read-only timeline + per-file line diff over dsh-checkpoint-rewind checkpoints, as a /diff command, JSON HTTP API, and GUI panel.

README documents a DSH install command Package metadata declares a DSH dependency
Cataloged

Update radar for DSH: checks installed plugins against git upstreams.

README documents a DSH install command Package metadata declares a DSH dependency

dshp

asdf17128
Cataloged

Manage DeepSeek Harness profiles — list, create, clone, diff, and share a whole dsh setup as one portable file.

README documents a DSH install command Package metadata declares a DSH dependency
Cataloged

Codex-style code review sidebar and safe per-turn undo plugin for DeepSeek Harness

README documents a DSH install command Package metadata declares a DSH dependency

amber-protocol

Bandersnatch0x
Cataloged

Amber Protocol: repository-local governance for coding agents, including a DeepSeek Harness (dsh) patch overlay.

README documents a DSH install command
Cataloged

DeepSeek Harness (DSH) plugins. qwen-image gives a text-only coding model eyes: an image goes to a Qwen-VL route through ctx.llm and comes back as text, so DeepSeek keeps coding while Qwen looks. Pure ESM, no build permission at install. | DSH 插件集:qwen-image 让纯文本模型借千问 VL 读图,返回文本;纯 ESM,安装无需构建授权。

README documents a DSH install command

dsh-code-reference

victorzhong0110
Cataloged

DeepSeek Harness (DSH) 代码参考检索与复用调查插件:开发前检索本地代码库与 GitHub/npm 开源项目,评估复用/改造/引入依赖/自制并询问用户,支持架构级复用。Code reference & reuse-survey plugin for DSH: search local code + GitHub/npm before building, evaluate reuse vs rewrite, ask the user, architecture-level reuse.

README documents a DSH install command Package metadata declares a DSH dependency
Cataloged

Read-only Git inspection tools for DeepSeek Harness

README documents a DSH install command Package metadata declares a DSH dependency
Cataloged

A customized DeepSeek Harness git branch UI plugin.

README documents a DSH install command Package metadata declares a DSH dependency
Cataloged

DSH 插件:审计仓库的文档-代码一致性——版本号/更新记录表/结构树/模块清单/测试计数/文档间引用漂移检测,按严重度输出修复建议,全程只读。Document-Code Consistency Guard for DeepSeek Harness.

README documents a DSH install command Package metadata declares a DSH dependency

dsh-git

mojiexuan
Cataloged

A VS Code-style Git source control panel plugin for DeepSeek Harness.为 DeepSeek Harness 开发的一个类似 VS Code 的 Git 源代码管理面板插件。

README documents a DSH install command Package metadata declares a DSH dependency
Cataloged

HarmonyOS development tools for DeepSeek Harness: device/emulator management, UI automation, build & deploy, logs, lint, signing and offline docs via devecocli (13 harmony_* tools)

Package metadata declares a DSH dependency

dsh-git-panel

a792883583
Cataloged

DSH web GUI git panel: branch management + GitLens-style commit graph

README documents a DSH install command Package metadata declares a DSH dependency
Cataloged

RepoFlow — DeepSeek Harness (DSH) 的 Git 可视化与 GitHub 部署插件。提供设置页、全局 GitHub 账号配置、仓库管理、分支图,以及供智能体使用的 git_* 系列工具。原生UI界面

README documents a DSH install command Package metadata declares a DSH dependency
Cataloged

Structured, safety-guarded git tools for [DeepSeek Harness](https://github.com/deepseek-ai/deepseek-harness) agent presets — a zero-dependency Cordis plugin (plain ESM, no npm dependencies), hardened through real-repo testing.

Package metadata declares a DSH dependency

Coding & Development plugins: common questions

What is a DSH coding plugin?
A plugin specialised for software tasks: reading a repository, reviewing diffs, generating tests, or driving a refactor.
Do coding plugins need filesystem access?
Almost always. Reading and writing source files is the point of the category.
Do they work in the headless profile?
Many do, which is what makes them usable in CI. Check the profile support listed on each record.