Back to home@PerryLink

dsh-kit

One-command starter pack: install all 15 PerryLink DeepSeek Harness plugins

Stars
0
Language
PowerShell
Created
Aug 16, 2026
Updated
Aug 16, 2026
GitHub repo

Introduction

dsh-kit

One-command starter pack: install all 15 PerryLink DeepSeek Harness plugins.

dsh-kit is a curated collection of PerryLink's DSH plugin family — the Claude Code parity trio plus twelve more plugins that cover memory, MCP observability, background agents, engineering discipline, security and migration. Each plugin ships with a complete dsh.bundle manifest, five-language docs, CI, and npm publishing.

Quick start

Pick a profile (e.g. web), then install everything:

# Linux / macOS
./install-all.sh web

# Windows PowerShell
.\install-all.ps1 -Profile web

Or install individual plugins:

dsh plugin --profile web add dsh-checkpoint-rewind   # /rewind equivalent
dsh plugin --profile web add dsh-permission-rules    # allow/deny/ask rules
dsh plugin --profile web add dsh-output-styles       # outputStyles equivalent

What's inside

The Claude Code parity trio

PluginOne-liner
dsh-checkpoint-rewindGit-first snapshots before every mutation, session forks, one-shot /rewind restore
dsh-permission-rulesDeclarative allow/deny/ask permission rules with audit, dry-run and hot reload
dsh-output-stylesRuntime-switchable model output styles with per-session persistence

Memory, agents & workflow

PluginOne-liner
dsh-mementoApproval-gated cross-session memory: ctx.memory + SQLite + memory tool
dsh-background-agentsDurable background child agents: sidebar progress, messaging, interrupt
dsh-doublecheckEngineering-discipline guard: requirements grill, test gates, adversary review
dsh-auto-reviewSecond-model auto-review on the approval chain, fail-closed

Developer & safety tools

PluginOne-liner
dsh-mcp-panelRead-only MCP runtime panel: /mcp + Settings tab
dsh-lsp-actionsLSP diagnostics, formatting, completion, code actions, rename
dsh-githubGitHub PR/issue integration; every write gated by human approval
dsh-skill-pack-securitySecurity-audit skill pack: secret scan, dependency and supply-chain review

UX & migration

PluginOne-liner
dsh-session-pinPin sessions in the Web sidebar with durable ordering
dsh-composer-historyTerminal-style input history for the web composer: arrows, Ctrl+R
dsh-plugin-guidePlugin-development knowledge base as an on-demand agent skill
dsh-claude-moveMigrate Claude Code sessions, memory, skills and CLAUDE.md into DSH

Notes

  • Install scripts are idempotent — safe to re-run.
  • dsh-plugin-guide and dsh-claude-move install from GitHub (they are not published to npm); everything else installs from npm.
  • Versions track the latest npm releases; pin a specific version per plugin if you need reproducibility.
  • License: Apache-2.0 (matching the plugin family).

Feedback

Issues and feature requests: open them on the individual plugin repo, or discuss the whole family on the official DeepSeek Harness Discussions (category "Show Your Plugins!").