15 DeepSeek Harness plugins, one goal: bring the best of Claude Code into DSH — checkpoints, permission rules, output styles, memory, and more.
DeepSeek Harness turned "everything is a plugin" into an ecosystem. I build the plugins I wish existed: engineering-discipline guardrails, runtime management panels, cross-session memory, and the Claude Code features I missed most. Every project ships with a five-language README, CI, npm publishing, and a dsh-plugin topic.
| Plugin | What it gives you | Install |
|---|---|---|
| dsh-checkpoint-rewind | Claude Code /rewind equivalent: git-first snapshots before every mutation, session forks, one-shot restore |
dsh plugin --profile web add dsh-checkpoint-rewind |
| dsh-permission-rules | Claude Code-style declarative allow/deny/ask rules with full audit | dsh plugin --profile web add dsh-permission-rules |
| dsh-output-styles | Claude Code outputStyles equivalent: runtime-switchable styles |
dsh plugin --profile web add dsh-output-styles |
| Plugin | One-liner | npm |
|---|---|---|
| dsh-mcp-panel | Read-only MCP runtime panel: /mcp + Settings tab |
npm |
| dsh-doublecheck | Engineering-discipline guard: requirements grill, test gates, adversary review | npm |
| dsh-background-agents | Durable background child agents with a Web UI sidebar | npm |
| dsh-lsp-actions | LSP diagnostics, formatting, completion, code actions, rename | npm |
| dsh-output-styles | Runtime-switchable model output styles | npm |
| dsh-checkpoint-rewind | /rewind equivalent: snapshots, forks, restore |
npm |
| dsh-permission-rules | Declarative allow/deny/ask permission rules | npm |
| dsh-auto-review | Second-model auto-review on the approval chain | npm |
| dsh-memento | Approval-gated cross-session memory (ctx.memory + SQLite) |
npm |
| dsh-skill-pack-security | Security-audit skill pack (5 skills) | npm |
| dsh-session-pin | Pin sessions in the Web sidebar | npm |
| dsh-composer-history | Terminal-style input history for the web composer | npm |
| dsh-github | GitHub PR/issue integration, writes gated by approval | npm |
| dsh-plugin-guide | Plugin-development knowledge base as an agent skill | — |
| dsh-claude-move | Migrate Claude Code sessions, memory, skills into DSH | GitHub Releases |
One-command starter pack: PerryLink/dsh-kit
Listed on awesome-dsh-plugin, Awesome DeepSeek Harness, the AdamPlatin123 radar, and dsh-market (via the awesome-dsh-plugin registry).
我在 DeepSeek Harness 上把 Claude Code 里最好用的能力做成了平价插件:/rewind 式检查点回退、声明式权限规则、outputStyles 运行时风格、跨会话记忆、MCP 运行时面板……15 个插件全部开源(Apache-2.0),带五语文档、CI 与 npm 发布。旗舰三件套见上方表格,全家桶一键安装:PerryLink/dsh-kit。

