awesome-deepseek-harness

by Dominic789654Verified

A curated list of plugins, skills, MCP servers, patch/profile layers, orchestrators & UIs for DeepSeek Harness (DSH). Visualization · PPT · Coding · Agents · Loops (auto-research) and more. #dsh

181
Stars
118
Forks
TypeScript
Language
8/23/2026
Added
View on GitHubDownload ZIP

⚠️ Third-Party Software Notice

This skill is third-party open-source software developed and hosted independently on GitHub. SkillTip is an informational directory and does not control or maintain the underlying repository. Any security checks displayed are automated and limited in scope. Review the source code before installing.

Read the Terms of Service

Installation

Add to your Claude Code skills directory:

# Add to your Claude Code skills
git clone https://github.com/Dominic789654/awesome-deepseek-harness

Getting Started

Guides for using skills like awesome-deepseek-harness.

Security Report

Verified

Last scanned: —

{
  "status": "PASSED",
  "issues": []
}

README.md

Awesome DeepSeek Harness Awesome

A curated list of plugins, skills, MCP servers, patch/profile layers, orchestrators, aggregators & UIs for DeepSeek Harness (DSH) — DeepSeek's official agent runtime built around the idea Model + Harness = Agent.

English | 简体中文

DeepSeek Harness ("DSH") is DeepSeek's agent runtime / harness layer — the "hands" that turn the model's reasoning into real actions (context management, tool-call orchestration, execution sandbox, feedback loop, session persistence). Its defining feature is an open plugin ecosystem: the community contributes plugins, skills, MCP servers, orchestrators, aggregators, and UIs.

This list collects the best of that ecosystem. Contributions welcome — see Contributing.

Tip for authors: DeepSeek asks plugin repositories to carry the #dsh GitHub topic so they can be discovered. Add it to your repo, then open a PR here.

DeepSeek Harness ecosystem map

Quick Start

# Launch the DSH Web UI
npx @deepseek-ai/dsh web

# Install a community plugin (from this list) into your profile
dsh plugin --profile web add "github:owner/repo#main"

Before installing, confirm the target repo carries the #dsh GitHub topic so the community hub can index it.

Contents

Official

Profiles & Patch Layers

DSH's core composition mechanism: a profile stacks bundle patch layers, then your own cordis.patch.yml (profile-level, then $DSH_HOME-level, then --patch overlays) — letting you reshape the whole plugin tree without forking. This is the layer where task-specialized runtime configurations live: a long-horizon profile, a math-reasoning profile, a slides-editing profile are all just a different bundle stack + patch, not a different codebase. Tools and harnesses that operate at this layer (share/export a profile, or run DSH as a specialized backend under a task-specific patch) belong here rather than under generic plugins.

asdf17128/dshp — Manage DeepSeek Harness profiles: list, create, clone, diff, and share a whole dsh setup (plugin versions + bundle order + patch) as one portable file.

geohotstan/dsh-tabula-rasa-preset — Blank slate preset for DeepSeek Harness. Create your own adventure.

AMAP-ML/LongHorizon-Harness — Long-horizon computer-use harness with a DSH adapter: runs dsh --profile headless under an isolated DSH_HOME with role-scoped patches (workspace-write for executors, read-only for Manager/auditors) — a concrete example of a task-specialized DSH profile.

duyanta123/dsh-preset-scaffold — DSH agent preset: scaffold a standardized, runnable, verifiable project skeleton from scratch (architect persona + six template assets + a strict bootstrap flow).

light051001/dsh-preset-qa-mode — Ask-first DSH agent preset based on Standard: exhaustive structured clarifying questions (nine dimensions, max 5 rounds, interruptible) with a confirmation gate before any execution; plan-first for complex tasks.

Jungod1121/dsh-anchored-standard — Two-phase DSH preset: a minimal-aligned bootstrap (bash + read), then full Standard tools after the first tool call or reply.

ZRui-C/dsh-minimal-first-turn — Installable Web bundle for a Minimal-compatible root-session first request, then restores the selected preset after the first tool call or reply; includes a persistent composer toggle.

songoao25/virtual-product-team — Product Team Mode — a DSH agent preset: boss-style conversation with a virtual product team (PM → Engineer → QA → Release) from idea to shipped product.

qwe225380/dsh-omni-router — Omni Router: an intelligent orchestration preset that routes tasks by complexity and thinking mode (spec/react/balanced), auto-collects project context, and adds Plan Mode, TDD, delivery-gate, Git workflow, and acceptance-checklist guidance. Supports dsh plugin add dsh-omni-router.

AythyaCrispus/dsh-minimal-msys2 — Windows Minimal Mode: persistent bash + str_replace_editor plugin — registers an agent preset, provides a working persistent-bash backend on Windows, and exposes a GUI-editable bash path in the plugin-settings section (persisted via the credentials domain).

CeilCelia/dsh-eli-mode — Eli Mode: an agent preset for DeepSeek Harness built around wiki-driven long-term memory and skills, on an extremely minimal Harness setup.

LiFenrir/dsh-scenario — Scenario-management plugin: bundle persona + model + permissions into named scenarios (dev / wiki / personal), one-click hot-switch from the settings page.

Saikel-Orado-Liu/dsh-coding-agent-preset — Windows-adapted DSH coding-agent preset with persistent PowerShell 7 (pwsh) and str_replace_editor, mirroring the official minimal preset.

Scorp1o117/dsh-soul-md — Soul.md persona for DeepSeek Harness: a persona-card plugin (人设卡) that gives your agent a persistent character.

delightedMaster/dsh-anchored-standard-windows — Windows Anchored Standard agent preset for DeepSeek Harness with on-demand tools and Skills.

delightedMaster/dsh-subprocess-win32 — Windows subprocess Cordis runtime and Minimal/Anchored Standard presets for DeepSeek Harness.

brunhildzhou/dsh-all-warmup — Global frictionless warm-up layer plugin for DeepSeek Harness: the first turn of any session auto-warms up, full mode resumes from the second turn on.

jiatong-lab914/obsidian-knowledge-mode — DSH agent preset for a portable, AI-native knowledge system on Obsidian: anti-hoarding Layer 0, 80/20 distillation into Context/Claim, verifiable update loops, four read-only role agents, a source gate hook, and a zero-content starter template.

alllllllllli/Living-Dream-DSH — Complete DSH desktop config framework: 8+ MCP servers (computer-use, browser, memory, OCR, vision, history, markitdown, os-copilot), free model channels (AMD Radeon Cloud, DeepSeek v4-flash/v4-pro), mobile remote via Tailscale, vision patches (GLM-4V-Flash → Ollama fallback), and a one-click installer (PowerShell + offline 120 MB SFX). MIT.

JingMox/learner-preset — First-principles learning assistant preset for DeepSeek Harness: knowledge components with decaying mastery, an analogy lifecycle, and a prediction ledger.

hackerFish/awesome-dsh-presets — Tested DeepSeek Harness presets & rules: official-derived + original combos, every preset passes structure and package-existence validation (Chinese-first).

orziz/odai — Profile-wide DSH governance and routing bundle with a separately installable session-scoped Agent preset; compatible with DSH 0.1.0-rc.6 and 0.1.0-rc.7.

JohnXu22786/hooks-adapter — Hooks-config compatibility layer for dsh: reads hooks from .claude/settings.json, .codex/hooks.json, opencode.json and maps their lifecycle events to dsh extension points, running shell/webhook/oracle/proxy handlers.

Asher-2000/dsh-expert-mode — DSH expert-mode agent preset: a chief-coordinator persona plus 11 domain-expert subagents.

Socialist-Sister/dsh-survival-mode — DeepSeek Harness Survival Mode: a playful agent preset mixing Minecraft survival rules with real coding work.

baihejiangnan/dsh-plugin-pack-web — DeepSee

Frequently Asked Questions

What is awesome-deepseek-harness?

awesome-deepseek-harness is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by Dominic789654. A curated list of plugins, skills, MCP servers, patch/profile layers, orchestrators & UIs for DeepSeek Harness (DSH). Visualization · PPT · Coding · Agents · Loops (auto-research) and more. #dsh. It has 181 GitHub stars.

Is awesome-deepseek-harness safe to use?

Yes. awesome-deepseek-harness passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install awesome-deepseek-harness?

Clone the repository with "git clone https://github.com/Dominic789654/awesome-deepseek-harness" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is awesome-deepseek-harness written in?

awesome-deepseek-harness is primarily written in TypeScript. It is open-source under Dominic789654 on GitHub, so you can review or fork the full source.

Are there alternatives to awesome-deepseek-harness?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh awesome-deepseek-harness against similar tools.

Comments (0)

No comments yet. Be the first to share your thoughts!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI Agentsclaude-codeai-tools
View details

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI Agents
View details

Developers Also Liked

Based on votes and bookmarks from developers who liked this skill

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP Serversapisai-tools
View details

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI Agentsclaude-codeai-tools
View details