Plugins
Durchsuche, filtere und installiere DeepSeek-Harness-Plugins.
19 Plugins gefunden
dsh-normify
yan-mc/dsh-normify
Normify · DSH-Plugin: Schreibt die Projektarchitektur als normalisierten fraktalen Modulbaum, Drei-Schichten-Validierung (beim Schreiben / Validierung / eingefrorener Beleg), 30 normify_*-Tools + normify-gen-Skill, rendert mit einem Klick ein interaktives Architekturdiagramm in einer einzelnen Datei; unterstützt begleitende Entwicklung (change_open → brief → check → Implementierung → refresh → change_close).
oh-my-dsh-slim
ninipa/oh-my-dsh-slim
Ordne deine Modelle und Token-Budgets jeder Rolle zu und lass dann DSH spezialisierte Subagents nach Aufgabentyp delegieren. Deckt Architektur-Analyse, UI/UX, Implementierung, Codebasis-Erkundung und Dokumentationsrecherche ab, mit automatischem Setup sowie Reasoning-Aufwand und Tool-Berechtigungen pro Rolle.
graphlint (dsh)
angeloszou/graphlint
Erkennung von totem Code in KI-generierten Codebasen: graphlint erstellt einen Abhängigkeitsgraphen, findet von keinem Einstiegspunkt aus erreichbaren Code, um die Codebasis zu bereinigen und die funktionale Wirksamkeit zu verstehen, und stellt DSH-Agenten die Tools graphlint_query / graphlint_build / graphlint_config sowie einen graphlint-Skill bereit.
logicprobe
amethystluna/logicprobe
Fähigkeit zur Aussagenprüfung, die Designdokumente und Pläne gegen Code-Fakten abgleicht und Verhaltensaussagen auf ausführbare Logik-Primitiv-Verifikation für Zustandsmaschinen und Datenmodelle hochstuft, mit Vorher/Nachher-Regression, Domänenbeschränkungen und Mining von Nebenläufigkeitsrisiken.
codegraph
johnxu22786/codegraph
Lokaler Code-Wissensgraph für Agenten: parst eine Codebasis (Python/JS/TS/Go/Java/Rust) in einen SQLite-Index und beantwortet Aufrufer, Aufgerufene, Abhängigkeiten, Abhängige, Impact und Volltextfragen darüber.
dsh-plugin-knowledge-graph
luke-yong/dsh-plugin-knowledge-graph
Ein read_graph-Tool, gestützt auf einen Codebase-Wissensgraphen (Beziehungen CONTAINS / EXPORTS / IMPORTS / IMPORTS_SYMBOL).
Project-Memory-Agent (dsh-plugin)
lovedolove/project-memory-agent
DSH-Bundle-Plugin, das 8 Project-Memory-Skills einbindet, beim ersten Gebrauch die Gedächtnisarchitektur aufsetzt und codebase-memory-Brückenwerkzeuge registriert.
dsh-codebase-memory
andyfan1094/dsh-codebase-memory
Überbrückt den Code-Wissensgraphen Codebase Memory MCP in DSH und hält indizierte Repositories mit einem entprellten Dateisystem-Watcher frisch. Nur-Windows-MCP-Brücke (die Watcher-Hälfte ist plattformübergreifend); installiert ihre npm-CLI beim ersten Start automatisch über npx.
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
Bridge zum Code-Wissensgraphen für codebase-memory-mcp: semantische Symbolsuche (BM25), Quellcode-Ausschnitte, Architekturübersicht mit Leiden-Communities, Aufruf-/Datenfluss-/dienstübergreifende Traces, graphgestütztes Grep.