Plugins
Browse, filter, and install DeepSeek-Harness plugins.
19 plugins found
dsh-normify
yan-mc/dsh-normify
Normify · DSH 插件:把项目架构写成归一化的分形模块树,三层校验(写时 / 校验 / 冻结回执)、30 个 normify_* 工具 + normify-gen 技能,一键渲染单文件交互式架构图;支持伴随式开发(change_open → brief → check → 实施 → refresh → change_close)。
oh-my-dsh-slim
ninipa/oh-my-dsh-slim
Match your models and token budgets to each role, then let DSH delegate specialized subagents by task type. Covers architecture analysis, UI/UX, code implementation, codebase exploration, and documentation research, with automatic setup plus per-role reasoning effort and tool permissions.
graphlint (dsh)
angeloszou/graphlint
Dead-code detection for AI-generated codebases: graphlint builds a dependency graph, finds code unreachable from any entry point to enable codebase cleanup and functional‑effectiveness understanding, and exposes graphlint_query / graphlint_build / graphlint_config tools plus a graphlint skill to DSH agents.
logicprobe
amethystluna/logicprobe
Claim-verification skill that checks design documents and plans against codebase facts, escalating behavioral claims to executable logic-primitive verification for state machines and data models, with before/after regression, domain constraints, and concurrency risk mining.
codegraph
johnxu22786/codegraph
Local code knowledge graph for agents: parse a codebase (Python/JS/TS/Go/Java/Rust) into a SQLite index and answer callers, callees, deps, dependents, impact and full-text questions over it.
dsh-plugin-knowledge-graph
luke-yong/dsh-plugin-knowledge-graph
A read_graph tool backed by a codebase knowledge graph (CONTAINS / EXPORTS / IMPORTS / IMPORTS_SYMBOL relations).
Project-Memory-Agent (dsh-plugin)
lovedolove/project-memory-agent
DSH bundle plugin that mounts 8 Project Memory skills, bootstraps memory architecture on first use, and registers codebase-memory bridge tools.
dsh-codebase-memory
andyfan1094/dsh-codebase-memory
Bridges the Codebase Memory MCP code knowledge graph into DSH and keeps indexed repositories fresh with a debounced filesystem watcher. Windows-only MCP bridge (the watcher half is cross-platform); auto-installs its npm CLI via npx on first start.
codebase-chat
shinzarou-eng/codebase-chat
Multi-language codebase intelligence for MCP-compatible IDEs, the CLI and DeepSeek Harness: chat, search, audit, refactor, and board-ready reports from local code.
dsh-codebase-chat
shinzarou-eng/dsh-codebase-chat
Multi-language codebase intelligence for DeepSeek Harness and MCP-compatible IDEs: chat, search, audit, refactor, and board-ready reports from local code.
dsh-openwiki
d2moqi/dsh-openwiki
Brings the codebase knowledge-base capability of langchain-ai/openwiki into DSH — one-click generate/read/update of the repository Wiki, Grounded Claims (source-traced knowledge cards) and a project knowledge base built from uploaded local files, reusing the model DSH already has configured, with no second API key.
arch-doc
duyanta123/arch-doc
Analyze a codebase and generate architecture documentation: module responsibilities, dependencies, entry points and run methods.
dsh-tool-reading-map
he-yufeng/dsh-tool-reading-map
Give the agent a priority-ranked, coverage-honest map of any codebase before it edits.
dsh-codegraph-plugin
errrepe/dsh-codegraph-plugin
Codegraph CLI as eight code-intelligence tools for DSH — symbol search, callers/callees, impact analysis, codebase exploration, symbol/file reading, index status and sync.
dsh-refactor-insight
duyanta123/dsh-refactor-insight
Turn codebase smells into an executable, priority-ordered refactoring plan: file-length / deep-nesting / function-length / god-object heuristics plus a staged runbook (read-only, no auto-rewrite).
dsh-sdd-generator
tblong2105/dsh-sdd-generator
DeepSeek Harness plugin: scan a codebase and generate a Software Design Document (SDD) outline.
mtmdsh
codeh007/mtmdsh
Optional DeepSeek Harness bundle for codebase-memory-mcp
docgen
johnxu22786/docgen
Document workshop skill pack: four pure-prompt Agent Skills that turn a codebase into READMEs, PR descriptions, changelogs and code reviews, installed into dsh via a dsh.bundle plugin row.
dsh-codebase-memory
jiayan-xu/dsh-codebase-memory
Code knowledge graph bridge for codebase-memory-mcp: semantic symbol search (BM25), source snippets, architecture overview with Leiden communities, call/data-flow/cross-service traces, graph-augmented grep.