dsh plugins中文
← Back to popular plugin directory

DeepSeek Harness pre-written reuse firewall

keyiadiannao/dsh-code-reuse-firewall · skills

Pre-write reuse firewall for DeepSeek Harness: before the agent writes a new helper/service, surface the existing implementations that already cover that intent.

★ 0GitHub stars
0Forks
2026-08-16Last updated
TypeScriptLanguage
MITLicense

Project overview

dsh-code-reuse-firewall Pre-write reuse firewall for DeepSeek Harness — for PYTHON repositories. Before the agent writes a new helper / service / manager, reusecheck deterministically surfaces the existing Python implementations that already cover that intent, so the agent reuses or extracts instead of duplicating. Why

Static checkers only catch what looks wrong. The expensive failure mode in AI-maintained codebases is the opposite: two implementations of the same capability drift apart silently, because nothing looked broken when the second copy was written. The fix is to intervene before the second copy exists — surface the overlap while the new code is still a plan, not a file.

Then configure the audit checkout and interpreter in your profile: Usage

Install command

dsh plugin --profile web add github:keyiadiannao/dsh-code-reuse-firewall
View GitHub repository ↗Back to popular plugin directory