AI Agent Hub
Back to plugins
⚙️

dsh-engineering-suite

Workflow Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install lonelymoon87/dsh-engineering-suite

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install lonelymoon87/dsh-engineering-suite in DeepSeek Harness to install this engineering suite; see https://github.com/lonelymoon87/dsh-engineering-suite for details.

About this plugin

Setting up a full engineering workflow in DeepSeek Harness usually means wiring together specification tracking, Git operations, security review, and code search as separate plugins. Installing them one by one is tedious, and version drift can silently break behavior. dsh-engineering-suite pins all four components to the same release so a single install yields a reproducible engineering profile.

The bundle ships four focused capabilities: dsh-specflow for durable specification-driven delivery; dsh-gitflow for bounded Git inspection, commits, branch management, and optional Change Ledger restore points; dsh-guardian for dangerous-operation policy, canonical result redaction, and security review; and dsh-code-intel for symbol outlines plus persistent lexical or embedding-assisted code search. None of the components wrap each other's APIs, duplicate state, or introduce an extra model-visible tool.

If you are building a DSH agent profile for real development work and want specification tracking, version control, a security guardrail, and code intelligence wired together in one install—with reproducible versions and no telemetry—this suite is built for you.

Use Cases

  • One-shot installation of spec delivery, Git workflow, security guard, and code search into a DSH agent profile
  • Reproducible engineering tooling for agents in CI/CD pipelines
  • Constraining risky operations and redacting canonical results in sensitive workspaces via Guardian policies

Best For

  • Developers building agent workflows on DeepSeek Harness
  • Teams needing a unified engineering toolchain with reproducible versions
  • Engineers requiring security review and operation policies in sensitive projects