Dominic789654
awesome-deepseek-harness
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
- Stars
- 27
- Language
- TypeScript
- Created
- Aug 13, 2026
- Updated
- Aug 14, 2026
Introduction
Awesome DeepSeek Harness 
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
#dshGitHub topic so they can be discovered. Add it to your repo, then open a PR here.
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
- Harnesses & Runtimes
- Security & Permissions
- Session & Memory Management
- Cost & Usage Tracking
- Channel / IM Bridges
- Plugin Marketplaces & Ecosystem
- Visualization
- Slides / PPT
- Coding
- Agents
- Loops (Auto-Research, Self-Improve, etc.)
- MCP Servers
- Orchestrators & Aggregators
- UI / Clients
- Skills
- Resources
- Contributing
Official
- deepseek-ai/deepseek-harness — DeepSeek's official agent runtime framework (
Model + Harness = Agent); an "everything is a plugin" architecture built on Cordis (TypeScript, MIT).⭐38238 - deepseek-ai/awesome-deepseek-integration — Official curated list of DeepSeek API integrations.
⭐38654 - deepseek-ai/awesome-deepseek-agent — Official list of agents/harnesses with DeepSeek support.
⭐5426
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
dshsetup (plugin versions + bundle order + patch) as one portable file. - AMAP-ML/LongHorizon-Harness — Long-horizon computer-use harness with a DSH adapter: runs
dsh --profile headlessunder an isolatedDSH_HOMEwith role-scoped patches (workspace-writefor executors,read-onlyfor Manager/auditors) — a concrete example of a task-specialized DSH profile.
Harnesses & Runtimes
DeepSeek-native or DeepSeek-first agent harnesses / coding agents, plus runtime-level infrastructure (diagnostics, ops, session management, approval policies).
- hxs996-beep/deepAct — Terminal AI coding agent built for DeepSeek that guards every action: ambiguity check, design review, scope control, team mode, parallel sub-agents, and MCP support.
- LaplaceYoung/oh-my-dsh — Large plugin collection (700+) for DSH that registers only through extension seams, without modifying the agent-loop core.
⭐24 - omdsh-dev/fabric — Minecraft-Fabric-style hook processor for DSH.
- omdsh-dev/dsh-session-health — Read-only, zero-dependency session health check: frame-level scanning of multi-frame zstd session files to detect torn/corrupted/empty sessions; registers a
session_healthtool. - omdsh-dev/dsh-security-audit — Local security audit plugin: read-only, redacted risk report covering config, plugin sources, sessions, and network exposure.
- Zhenyu98/dsh-context-doctor — Context-injection audit: measures the token cost of the AGENTS.md instruction chain, skill catalog, and tool schemas, and detects duplication and conflicts; Web UI ring panel plus a
context_audittool. - coppynight/dsh-doctor — flutter-doctor-style diagnostics and repair covering install-level and in-harness checks, with safe auto-fixes; repository-plugin format.
- lhh010/dsh-bash-encoding — Auto-detects bash output encoding (UTF-16LE/UTF-8/GBK, etc.) and decodes it correctly, fixing garbled non-ASCII output on WSL/Windows.
- vlln/plugin-registry — Ecosystem infrastructure: a thin browser console for managing repository plugins (zero patches) plus a
make-dsh-pluginskill guiding plugin development.⭐13 - Andy8647/dsh-auto-approval — Automated tool-call approval: an
autotier that classifies every tool call as allow/deny via rules plus an LLM classifier, with a status chip beside the composer. - zzh-newlearner/dsh-postmortem — Local-first failure postmortems for DeepSeek Harness sessions.
- vibeinging/dsh-trace — Telemetry backend that exports turns, model steps, and tool calls to yiTrace over HTTP.
- omdsh-dev/dsh-hub — Community extension catalog and profile-generation manager, adding transactional installation, recovery, catalog browsing, and a settings UI on top of official contracts.
- fakechris/dsh-harness-ops — Ops toolbox: A/B dual-slot snapshot upgrades with atomic switch and one-click rollback, a watchdog that auto-restarts web/agent, and a self-rescue doctor command.
- omdsh-dev/session-teleport — Multi-device session handoff with PostgreSQL as the single online authority; only one device holds write credentials at a time.
- Tieboyh/dsh-session-search — Index-free cross-agent session search for DeepSeek Harness.
- ilharp/dsh-tool-approval — Manual approval for tool calls (a "manual mode" / "ask mode" for DSH).
- blissito/ghostycode — DeepSeek V4 terminal coding agent and constitutional harness (Rust TUI with MCP and sub-agents).
- bobleer/deepseek-harness-rust — Rust implementation of DeepSeek Harness: layered crates for session log, turn/step loop, and DeepSeek SSE adapter.
- didclawapp-ai/zagens — Open-source agent harness for DeepSeek V4.
⭐13 - liubf21/ds-forge — Lightweight agent harness for DeepSeek V4.
- Owen718/FlashCoder — Simple harness for DeepSeek models.
- ArtificialNotImbecile/dsh-context-taxonomy — Logical-call context taxonomy plugin for DeepSeek Harness.
- btspoony/dsh-llm-fallbacks — Role-based LLM retry and fallback strategy plugin.
- Drifter-yh/dsh-tool-policy — Declarative deny-by-default tool policy plugin.
- LingLambda/dsh-undo — Context undo/redo: roll the model context back to the last completed step and restore it again.
- omdsh-dev/omdsh — Community experiment for organizing versioned DSH component sets and defaults in a reviewable, reproducible form.
- omdsh-dev/omdsh-runtime — Headless execution layer reusing official Profile/Bundle/Cordis operations, adding deterministic plan/apply, candidate generations, and previous-generation recovery.
- wangshunnn/oh-my-dsh — A collection of DeepSeek Harness plugins.
- yjh051108/dsh-super-injector — BepInEx-style mod injector: hot-injects local plugin packages into a running DSH web instance without patches or restarts.
- yoke233/dsh-openai-codex-auth — OpenAI Codex OAuth login and usage card plugin.
- YYTbit/dsh-plugin-claude-bridge — Bridges Claude Code memory, skills, and config into DeepSeek Harness.
- Gordonynh/dsh-plugin-codex-import — Imports Codex conversation history into DSH.
- Hu9956/dsh-codex-provider — Codex provider plugin with OAuth login support.
- WSL043/dsh-codex-subscription — Caches Codex subscription/usage state for DSH.
- PerryLink/dsh-output-styles — Switch between different assistant output styles.
- Toukaiteio/dsh-effort-tweak — Adjusts model reasoning effort on the fly.
- csiroqa/dsh-backup-sync — Snapshot backup and WebDAV sync for DSH workspaces.
- csiroqa/dsh-schedule — Cron-style scheduled tasks with status monitoring.
- Karuisawa-Mrs/dsh-plugins — Community plugin collection for DSH.
- BlockRunAI/dsh-clawrouter — A second brain for your DeepSeek Harness agent — strong-model review before risky tool calls, plus 70 models from one wallet.
- gordonlu/dsh-context-lens — Request Context Profiler for DeepSeek Harness — see what changed between model requests, and how cache reuse changed with it.
- green-dalii/dsh-shift-router — Two-tier model router for DeepSeek Harness — LLM-Judge routing, multi-model fallback chains, exponential-backoff failover, and task-level orchestration.
- KitDoesIt/dsh-compaction-instant — LLM-free lossless compaction engine for DeepSeek Harness.
- morlay/session-persistence-rdb — Relational-database persistence layer for DSH sessions.
- rainforest888/dsh-plugins-raincode — Model layer for DeepSeek Harness: model pool/cache/retry plus a
/skillsbrowser. - weijiafu14/dsh-remote-sandbox — Crash-resilient remote execution world for DeepSeek Harness:
ctx.fs/ctx.subprocessover an E2B sandbox with heartbeat keep-alive, transparent recovery, and workspace sync. - 030611/dsh-telemetry-redactor — Fail-closed export-copy redaction for DeepSeek Harness session telemetry.
- cnyac/dsh-polling — Polling/scheduled-task plugin: cron scheduled tasks as real sessions, natural-language creation, model tools (
polling_*), and a Web UI. - cpj-dev/dsh-plugin-cc — Bridges DeepSeek Harness into Claude Code for review, critique, delegation, and session import.
- khiqwq/dsh-system-proxy — Host plugin for smart outbound HTTP(S) routing: named proxies (http/https/socks4/4a/5/5h), per-host/provider/plugin rules, direct-first fallback with health memory.
- lire1131/dsh-undo — Snapshot & rollback for plugin/skin/settings configs: auto-save on change, undo/redo stack, snapshot manager panel, keyboard shortcuts, plus an offline PowerShell CLI & GUI that work even when DSH won't boot.
- omdsh-dev/dsh-scout — Read-only environment-probe plugin for DeepSeek Harness: reports runtime environment, software versions, system resources, ports, services, hardware, and workspace info.
- sleepinginsummer/dsh-rtk-optimizer — RTK optimizer plugin for DeepSeek Harness.
- weijiafu14/pi2dsh — Bridges the Pi and DeepSeek Harness ecosystems: one Pi Host ABI runs unmodified Pi extensions as native DSH plugins.
- wenliang9527/dsh-workspace — Workspace plugin for DeepSeek Harness.
Security & Permissions
Permission rules, approval review, security audits, and policy-check plugins.
- PerryLink/dsh-permission-rules — Claude Code-style declarative permission rules (allow/deny/ask).
- PerryLink/dsh-auto-review — Secondary-model automatic review of approval requests.
- PerryLink/dsh-skill-pack-security — Security-audit skill pack (secret scanning, dependency audit).
- agentic-control-plane/dsh-acp-plugin — Policy checks before tool calls execute.
- securstack/securstack-dsh-plugin — Repository security-scanning adapter.
- Areium/dsh-fail-logger — Automatically logs tool-call failures and distills follow-up improvements.
- lonelymoon87/dsh-guardian — Runtime tool policy, dangerous-command guard, and output redaction for DeepSeek Harness.
- cyzlmh/dsh-cyber-sec — Authorized security-assessment profile for DeepSeek Harness: scoped network tools, container-backed shell, authorization guard, durable evidence, 21 security skills, and 7 specialist subagents.
- Elaina-real/dsh-tiered-approval — Tiered auto-review for DeepSeek Harness: static-rule safety net + LLM reviewer + human fallback — auto-allow safe actions, deny irreversible ones, ask a human for the rest.
- Ox0400/dsh-vault — Encrypted credential vault for DeepSeek Harness — AES-256-GCM + TOTP, model tools, and a Settings UI.
Session & Memory Management
Cross-session memory, checkpoints, pinning, and session navigation plugins.
- PerryLink/dsh-memento — Bounded cross-session memory backed by SQLite.
- Spirtxiaoqi7/mindspace-dsh-session-memory — Session-isolated personalized memory.
- PerryLink/dsh-checkpoint-rewind — Git-snapshot checkpoints with a
/rewindcommand. - alooshxl/dsh-session-pins — Pin sessions to a quick-access menu.
- PerryLink/dsh-session-pin — Pin sessions for quick access.
- malevrigns/dsh-session-stars — Star/favorite sessions.
- XiLuovo/dsh-session-timeline — Visual timeline UI for session history.
- unnnnoooo/dsh-cue-plugin — Cross-session references/cues.
- Amengclass/dsh-memory — Persistent, model-editable memory/notes store for DeepSeek Harness; adds
memory_set/get/delete/searchtools backed byctx.storageDomainso facts survive across sessions. - Bleed00/dsh-claude-mem — DeepSeek Harness plugin integrating claude-mem (memory for dsh).
- PerryLink/dsh-claude-move — Migrate Claude Code sessions, memory, skills, and CLAUDE.md into DSH with seamless resume.
Cost & Usage Tracking
Token usage, cost dashboards, and budget-alert plugins.
- boNeXY226/dsh-cost-chip —
/costcommand plus a floating cost chip showing session spend. - misakimiku2/dsh-cost-display — Displays session cost.
- suimi8/dsh-cost-ledger — Cost ledger tracking spend over time.
- csiroqa/dsh-plugin-usage-report — Daily/monthly usage reports: tokens, cost, budget alerts, and a contribution-graph view.
- H1a3x/dsh-token-stats — Floating token-usage stats panel.
- xinmo114514/dsh-usage-widget — Floating usage widget.
- Han-1413141/dsh-cost-meter — Session cost meter: current-session spend, daily spend, history, synced with official pricing.
- jelly-000/dsh-balance-monitor — DeepSeek account balance, remaining-ratio bar, and today's spend shown in the sidebar footer.
- hccccc01333/dsh-analytics — Usage analytics plugin for DeepSeek Harness.
- kissthisrain/token-usage-widget — Glassmorphism dark-style floating desktop widget showing local AI-tool token consumption, remaining quota, usage trends, and active days.
- yingjunnan/dsh-deepseek-quota — DeepSeek API quota (balance) widget for the DSH web GUI: a floating bottom-right card showing remaining DeepSeek API balance.
Channel / IM Bridges
Bridges DSH into chat platforms and messaging channels.
- PlutoKeating/dsh-lark-bot — Feishu/Lark bridge.
- Roy-oss1/dsh-lark — Feishu/Lark bridge.
- TtTRz/dsh-wecom — WeCom (Enterprise WeChat) bot.
- congchuanling-dot/DSH-Telegram-Relay — Telegram relay.
- STARDUSTLC666/dsh-email — Email tooling.
- BeAChanger/dsh-openclaw-acp — DeepSeek Harness bundle for OpenClaw and WeChat over ACP.
- gnulife/dsh-plugin-wechat — WeChat bridge plugin for DeepSeek Harness (via ClawBot).
- sindo-s/dsh-qq-bot — Bridges the QQ official Bot API to dsh agents, no third-party bot framework required.
- wssfk12138/dsh-wechat-notify — Adds a
wechat_notifytool so the agent can proactively notify you over a local ClawBot WeChat channel on task completion or when a decision is needed. - xiaoshihou514/dsh-weixin — Weixin (WeChat) bridge for DeepSeek Harness.
Plugin Marketplaces & Ecosystem
Plugin marketplaces, install managers, indexes, and ecosystem tooling.
- bradeGithub/DSH-Plugins-Marketplace — GUI plugin marketplace.
- LX2000WASD/dsh-web-plugin-manager — Web-based plugin manager.
- Toukaiteio/dsh-plugin-installer — Plugin installer.
- Sunrisepeak/dsh-index — Plugin index.
- akira399/dsh-plugin-publisher — Plugin-publishing workflow.
- nightwhale-dev/nightwhale — Ecosystem aggregator.
- ZK-Andy/dsh-continual-evolve — Self-evolving ecosystem plugin.
- green-dalii/dsh-plugin-dev-skill — DeepSeek Harness plugin-development skill: lets any agent build DSH plugins correctly and to spec, with condensed reference docs and paper notes.
Visualization
Plugins that turn data / results into charts, diagrams, dashboards.
- ZSeven-W/dsh-openpencil — OpenPencil design preview and editing plugin for DSH.
⭐33 - Anionex/dsh-vision-toolkit — Vision tasks for text-only models: intent-driven image Q&A, long-screenshot OCR, UI restoration, pixel diff.
⭐150 - william-jin-cmu/dsh-vision —
view_imagetool bridging any OpenAI-compatible VLM to text-only models.⭐10 - omdsh-dev/dsh-genui — Interactive UI components rendered inline in assistant replies via a
dsh-uifence — layout, charts, plots, forms, quizzes, mermaid, 3D scenes — with an action event loop back to the model.⭐14 - omdsh-dev/dsh-ernie-image — Baidu ERNIE-Image-Turbo text-to-image: a host-side generation tool plus a browser gallery panel and config card.
- omdsh-dev/dsh-paddle-ocr — PaddleOCR-VL document layout parsing: converts PDFs/images to Markdown page by page, with host tools, a config card, and a task panel.
- PangYiMing/dsh-screenshot-diff — Pixel-diffs two screenshots into a diff image and triptych (pixelmatch).
- Kevoyuan/dsh-mac-vision — Native macOS OCR/Vision framework integration.
- MC5lan/dsh-multimodal — Combined vision transcription and text-to-image generation.
- loudMore/dsh-drop-to-path — Converts dropped images/files into file paths for text-only models.
- Yuuz12/dsh-vision-helper — Vision-assist helper plugin.
- ysr666/dsh-vision-router — Free vision for text-only agents: built-in keyless vision chain plus pixel tools (Q&A, grounding, crop, pixel diff, colors, OCR, SVG trace, cutout, screenshots); paste an image and it just works — no Python, one-command install.
- pinch-eng/dsh-audio-dub — Video/audio dubbing tool.
- LuZhouheng/dsh-gen3d — 3D character-generation plugin for DeepSeek Harness: direct API links to Meshy / Hunyuan3D / Tripo3D / Rodin with your own keys and a mock fallback.
- wangyang10/image-vision — Image/vision skill plugin for DeepSeek Harness.
- xiaoshihou514/dsh-vision — Vision bridge for DeepSeek Harness.
- Hyperionjust/dsh-tool-underseal — "Underseal" sealed-assignment tool plugin for DeepSeek Harness (multi-model support).
- hccccc01333/dsh-report-html — Generates self-contained interactive HTML reports from Markdown, tables, charts, China province maps, flowcharts, math, and drill-down tables.
- yumimanji/dsh-ui-spec — Turns UI screenshots into structured, implementation-grade web-frontend specs: deterministic geometry (sharp) plus optional vision-model semantics, merged into one JSON + Markdown spec.
- 237229953-create/dsh-vision — DSH plugin letting text-only models (e.g. DeepSeek-V4) automatically see images via a vision model; official surface-replace, cache-friendly, human transcript untouched.
Slides / PPT
Generate presentations, decks, slide exports.
- Blaczz/dsh-deck-builder — Convert Markdown into a self-contained HTML presentation (slides) with themes and keyboard navigation; a zero-dependency
deck_buildtool. - THU-MAIC/dsh-openmaic — OpenMAIC for DeepSeek Harness: classrooms, slides, interactive widgets, and Socratic teaching.
Coding
Code generation, refactoring, review, repo-level engineering plugins.
- omdsh-dev/dsh-open-in-vscode — Open DSH workspace directories in VS Code directly from the web GUI.
⭐33 - omdsh-dev/dsh-custom-tool — Create and manage sandboxed JavaScript tools with a Monaco editor and a model-driven tool lifecycle.
⭐18 - CanglongCl/dsh-web-review — Web preview and element annotation for the DSH Web GUI, letting the AI edit front-end source code from visual feedback.
- omdsh-dev/dsh-plugin-check — Plugin health check: scans plugin repos for manifest protocol, patch format, build pitfalls, and hub listing status; zero-dependency, read-only, registers a
plugin_checktool.⭐11 - omdsh-dev/plugin-template — Plugin template repository based on the official turtle-ui plugin repo.
- a179-sanae/dsh-code-check — Auto type-check diagnostics: runs
tsc --noEmitin the background after code edits and exposes acode_checktool. - FlashingChen/dsh-worktree — Codex-style permanent git worktrees: create/list/remove agent tools, a
/worktreechat command, and durable per-repo manifests. - PangYiMing/dsh-batch-regression — Runs a command N rounds and judges by median/distribution for statistical regression conclusions.
- PangYiMing/dsh-bisect-debug — Bisects bugs by code, boundary, or commit to locate root causes.
- PangYiMing/dsh-port-guard — Triage for port conflicts: reuse, switch, or precisely kill the occupying process.
- PerryLink/dsh-lsp-actions — LSP diagnostics and formatting actions.
- lonelymoon87/dsh-code-intel — Symbol-aware code indexing and hybrid search for DeepSeek Harness.
- lonelymoon87/dsh-gitflow — Git status, diff, commit, pull-request, and worktree workflows for DeepSeek Harness.
- lonelymoon87/dsh-specflow — Specification-driven development toolkit for DeepSeek Harness.
- lonelymoon87/dsh-vscode — VS Code client for the DeepSeek Harness SDK runtime.
- liuup/dsh-latex-tools — Copy and export the LaTeX in DeepSeek Harness: hover any formula to copy its TeX source or export it as a standalone SVG.
- MOLAaaaaaaa/dsh-seismicx — DeepSeek Harness plugin for the SeismicX earthquake-catalog skill.
- shyboy/dsh-k12-lesson-builder — DeepSeek Harness plugin for generating synchronized K12 English PPTX and DOCX lesson materials.
- BrambleXu/dsh-annotate — Visual browser element annotation for DeepSeek Harness, capturing DOM, styles, accessibility data, comments, and viewport screenshots.
- BrambleXu/dsh-revdiff — Native interactive Git diff review for DeepSeek Harness with structured annotations sent back to the current Agent session.
- sleepinginsummer/dsh-hashline-edit-pro — Hashline edit pro plugin for DeepSeek Harness.
- walavave/dsh-git — Git plugin for DeepSeek Harness.
Agents
Reusable sub-agents / specialized agent packs runnable inside DSH.
- hewzhew/dsh-agent-rp — SillyTavern migration and next-generation agent role-play for DSH.
⭐67 - whiteguo233/dsh-openbiliclaw — Embeds OpenBiliClaw, a local personalized content-recommendation agent, as a fourth panel in DSH with 22 agent-bridge tools for reading recommendations and closed-loop learning.
- omdsh-dev/dsh-data-agent — Lets the agent connect to databases and write SQL for you.
- omdsh-dev/dsh-mnemon — Deep Mnemon integration providing a three-layer local memory: runtime memory, retrievable documents, and supervised memory spaces.
- nowledge-co/nowledge-mem-deepseek-harness — Nowledge Mem community plugin bundle for DeepSeek Harness.
- btspoony/dsh-advisor — Pairs a second model that passively reviews each turn and injects notes.
- fakechris/dsh-track — Embedded task-management engine: decision-point protocol, idea-capture wall, and Linear-style issue storage shared between AI and humans.
- Fisfzy/ego-browser — Plugs the ego-lite agent browser (Chromium) into DSH with 13 structured
ego_*tools: semantic text snapshots, semantic-locator clicks, form filling, screenshots, and CDP control. - omdsh-dev/dsh-longbridge — Longbridge OpenAPI integration for HK/US stocks: quotes, account, and trading tools with credential management in settings.
- omdsh-dev/dsh-tool-browser — Static Cordis overlay and integration guide for the official
dsh-tool-browserbrowser-control tool. - PangYiMing/dsh-browser-control — Browser-control plugin (CDP/Playwright).
- PangYiMing/dsh-mobile-control — Mobile-device control plugin (ADB/iOS).
- titanwings/dsh-better-browser — Lets agents drive the user's signed-in browser through thirteen Kimi WebBridge tools.
- UynajGI/dsh-ssh — SSH remote-execution plugin: ProxyJump chains, SFTP filesystem, subprocess and PTY over ssh2.
- whiteguo233/OpenBiliClaw — Local-first cross-platform content-discovery agent (Bilibili, Xiaohongshu, YouTube, X, etc.) that ships a DSH client plugin.
⭐1926 - zenx0x/allinluna — Resource-aware multi-agent orchestration for Codex and DeepSeek Harness ("All in Flash" DSH plugin).
⭐22 - zcx369658780/governed-workflow-for-dsh — Policy-enforced, evidence-first governed workflows for DeepSeek Harness agents.
- ciceroyang/dsh-report-studio — Turns a DeepSeek Harness session into deliverable work reports (daily/weekly/handoff/article) with verifiable receipts.
- mario03690/dsh-netcafe — Adds AI NetCafé's hosted outcome tools (statement extraction with reconciliation, SQL dialect transpile, mainland-China reachability, cross-session memory, scheduled agents) to your dsh profile in one install.
- MicroHEROX/dsh-Kimi-WebBridge — Kimi WebBridge for DeepSeek Harness — turns the local Kimi WebBridge daemon into 15 native
kimi_webbridge_*browser tools (navigate, click, fill, snapshot, screenshot, evaluate, network, upload, PDF).
Loops (Auto-Research, Self-Improve, etc.)
Long-running loop workflows: auto-research, deep-research, self-refine, iterative build.
- btspoony/mstar-harness — Skill-driven harness/loop engineering workflow agent plugin.
⭐39 - csyangwen/dsh-memory-evolve — Plugin-only cross-session long-term memory with background self-evolution: five memory tracks, in-turn self-review, skill self-evolution and a skill manager, todo tracks, and session search — zero core modifications.
⭐14 - vlln/dsh-loop — Timed loop plugin (
/loopcommand + loop tool + activity status bar). - william-jin-cmu/dsh-evolve — Self-evolving plugin: hot-mount/unmount Cordis plugins inside a session.
- fuhefei/dsh-sentinel — Condition-driven wakeup: durable file/command/HTTP/process/webhook watches that wake the agent, with a dock and a global dashboard.
- lzszq/dsh-scholar — AI research workbench for computational research: materials, project conversations, code and data, experiment runs, an evidence ledger, and TeX manuscripts in one recoverable project.
- omdsh-dev/dsh-revive — One-click revive: automatically sends "continue" to all interrupted sessions after a restart (
/revivecommand, tool, and browser button).
MCP Servers
Model Context Protocol servers that contribute tools / prompts / resources to DSH.
- bobleer/deepseek-harness-plugin-mcp — MCP server that lets any agent (Cursor, Claude Code, Codex) discover, install, and run DSH plugins from the
dsh-plugintopic. - taxueseek/argo — Multilingual agent-facing search tool (web, academic, code, finance, news) that ships a DSH plugin bundle exposing ten
mcp__argo__*tools.⭐56 - chushixixin/dsh-harness-mcp-server — Exposes DSH itself as an MCP server.
- f0909172434/dsh-plugin-verified-search — Verified/fact-checked search plugin.
- qwased/dsh-web-search-duckduckgo — DuckDuckGo web-search MCP tool.
- gxpppp/dsh-search-mcp — Replaces dsh's built-in web search with search MCP servers (Tavily/Brave/Exa/Perplexity/DuckDuckGo/custom), configured from the web Settings page.
- anweat/dsh-web-search-pro — Enhanced, persistent web-search plugin for DeepSeek Harness: multi-engine search, SQLite+LRU cache, platform backends, and Playwright rendering.
- lmcsh9527/dsh-search-free — Free multi-layer web search + fetch provider for DeepSeek Harness (Exa → Tavily → Bing + web_fetch).
- MicroHEROX/dsh-exa-mcp — Exa Search MCP for DeepSeek Harness: mounts the remote Exa MCP endpoint through the in-box
@deepseek-ai/dsh-mcp-clientbridge. - PerryLink/dsh-mcp-panel — Read-only runtime management panel for the official DeepSeek Harness MCP client:
/mcpcommand + Settings MCP tab with status, tools, errors, reconnect counts, sanitized display, and controlled patch suggestions. - xwh-01/dsh-mediacrawler — MCP adapter and installable DSH profile bundle for bounded MediaCrawler jobs with isolated browser profiles, QR-code login, run supervision, redacted previews, and sanitized exports.
Orchestrators & Aggregators
Multi-step / multi-agent schedulers and output aggregators.
- icetomoyo/dsh_workflow — Upgrades DSH's one-shot multi-agent dispatch into a workflow layer that can be generated, saved, governed, observed, and resumed (UltraCode-style).
⭐35 - NanmiCoder/dsh-agent-teams — AgentTeams plugin for DeepSeek Harness.
⭐72 - Chinesezjc/dsh-interconnect — Cross-instance message/event handoff plugins for DSH (interconnect service + tools).
⭐15 - titanwings/dsh-automation — Runs coding tasks on a schedule in fresh agent sessions; schedules are managed from the DSH Web UI or by the agent itself.
- Buyi-wsgzg/dsh-sidechain — Side sessions: persistent
/sidesessions (Codex-style) and one-shot/btwquestions (Claude-style) that run in a temporary fork without touching main-session history, with an embedded side panel. - omdsh-dev/dsh-hub-workshop — Public catalog, review projection, and immutable feed authority for the OMDSH ecosystem.
- TtTRz/dsh-gatedflow — Human-in-the-loop gated workflow engine.
- franksong2702/dsh-codex-connect — ChatGPT OAuth and Codex models for DeepSeek Harness.
- ropon/dsh-plugin-clawrouters — One-key ClawRouters plugin for DeepSeek Harness: chat, image, video, and web search.
- Frost-Reed/blocker-notify — Real-time attention alerts for DeepSeek Harness: a global banner + flashing workspace entries when the agent is blocked (approval request / sandbox denial).
- superslash-rico/dsh-plugin-slashx-gateway — DeepSeek Harness host bundle for SlashX request, response, rich media, async callbacks, and complete token metering.
- Uddoo/dsh-dashboard — Symphony-compatible Linear issue orchestrator and native operations dashboard for DeepSeek Harness.
UI / Clients
Desktop, web, terminal, or editor front-ends for DSH.
- zhu1090093659/dsh-web-ui — Plugin and skin collection for the DSH Web UI: task board, git graph, right-side panel, remote mobile UI, pet, live token stats, and a skin center.
⭐506 - huiliyi37/dsh-tianshu-tui — Terminal UI for DeepSeek Harness.
⭐73 - omdsh-dev/DSH-better-sidebar — Full sidebar workbench: third-party tab registration, built-in file rendering/editing, terminal, Git, and sub-agents.
⭐127 - ccch1mneyyy/dsh-cc-tui — Claude-Code-style full-screen interactive terminal: streaming thought expansion, double-Esc rollback, context progress bar, and a TPS gauge.
⭐197 - Small-tailqwq/dsh-deep-whale — Whale-girl skin series for the DSH Web UI (maid-atelier), CC BY-NC-SA 4.0.
⭐119 - hust-open-atom-club/oh-dsh-desktop — Extensible macOS workbench with a native PTY, workspace tools, live bilingual plugins, and an isolated-preview plugin marketplace.
- baiyuscc13724-max/deepseek-harness-desktop — Windows Electron shell for the official DSH Web UI with a Chinese installer, portable build, SHA-256-verified updates, and persistent themes with custom backgrounds.
- omdsh-dev/dsh-at-file — Codex-style
@filementions: search workspace files in the composer and attach their contents to prompts.⭐25 - omdsh-dev/dsh-notification — Desktop notifications for turn completions, with per-outcome controls and include/exclude keyword rules.
⭐25 - alingalingling/ui-status-label — Customize the "deep diving" thinking status label into anything you like.
⭐21 - Anionex/dsh-turn-rewind — Rewind conversation and workspace state, powered by a persistent change ledger.
⭐23 - bobleer/dsh-acp-for-bitfun — ACP bridge plugin connecting BitFun with DSH.
- Moeblack/dsh-message-edit — Branch-based message editing, reroll, retry, and a version timeline.
⭐11 - Lum1104/dsh-browser — Chrome side-panel extension for driving the browser directly with DSH, with zero vision-model dependency.
⭐26 - hellodigua/dsh-share — One-click conversation sharing.
⭐11 - openma-ai/deepseek-harness-acp — ACP profile plugin and standalone server that exposes the full DSH agent to Zed and other ACP clients while sharing DSH credentials, sessions, and MCP configuration.
- chen-001/dsh-grok-tui — Use DSH through grok-build's TUI.
- ccq1/dsh-side-panel — Side panel integrating a file browser, terminal, and Git review for quick file preview.
- lhh010/dsh-ui-whale — Hand-drawn pixel whale companion living in the session title bar: blinks and swims while idle, animates while thinking, sprays water on turn completion; zero core changes.
⭐16 - lhh010/dsh-ui-progress — Session progress bar docked at the composer: real todo progress, live token generation rate, interrupt state, and todo reminders; zero core changes.
- omdsh-dev/dsh-annotation — Select text, annotate, and send annotations along with your message; replies map back to each annotation one by one.
⭐18 - Ruler4396/dsh-launcher — Lightweight Windows launcher: silent autostart at logon plus a minimal WebView2 window instead of a full browser.
⭐21 - renat3u/dsh-web-archive — Collapses noisy messages (thinking, bash output, etc.) in the conversation.
- renat3u/dsh-paseo — Registers DSH as a Paseo ACP provider: run and manage multiple parallel DSH agents from Paseo's desktop/web/mobile clients.
- Small-tailqwq/dsh-deepcel — An Excel-style skin for DSH.
- titanwings/dsh-plannotator — Plan-review plugin: select plan text, add anchored annotations, and send structured feedback back to the agent.
- vibeinging/dsh-work — Local-first Electron workbench combining agent sessions, project files, data analysis, web research, MCP, and Office artifacts.
- whiteguo233/dsh-cc-connect — Use DSH remotely through CC Connect.
- dbydd/dsh-onlyne — Gives DSH agents a real IM inbox/outbox (Telegram, Feishu/Lark, QQ Bot, WeChat) through the Onlyne workspace-local channel daemon.
- LaplaceYoung/dsh-qq2006 — QQ2006 skin: registers a
qq2006theme with a full global skin table and assets. - vlln/whale-girl — Desktop-pet plugin for the Web GUI (QQ-pet style): a draggable floating companion you can feed and play with.
⭐27 - ccch1mneyyy/dsh-working-activity — Live model working-status line for the TUI prompt bar and Web UI: playful thinking copy, running tools, turn summaries, and self-narration.
- orriduck/dsh-tui — A small, session-aware terminal UI for DeepSeek Harness.
- openma-ai/deepseek-harness-tui — Rust/ratatui terminal client that speaks the DSH SDK JSON-RPC protocol directly and runs standalone or as a profile bundle.
- bill9109/dsh-conversation-share — Share arbitrary segments of a DSH conversation.
- bobleer/deepseek-harness-gui — Tauri 2 desktop shell for DeepSeek Harness, following BitFun desktop + web-ui layout.
- bruc3van/dsh-desktop — Standalone Electron desktop client wrapping the official Web UI, with session sharing, local workspaces, remote connections, and a system tray.
- chen-001/dsh-chat-width — Adjusts the width of DSH replies.
- dingyi222666/dsh-session-notification — Notifications for four session states (completion etc.), via browser alerts or prompt injection.
- hellodigua/dsh-emoji — Automatically adds emoji to AI replies.
- icodesign/orbis — Mobile client for DeepSeek Harness remote control.
- lhh010/dsh-input-history — Terminal-style input history for the Web UI: recall sent messages with Ctrl+Up/Ctrl+Down; zero core changes.
- lhh010/dsh-minigames — Right-side panel with 18 offline minigames (Tetris, Minesweeper, 2048, Sudoku, etc.) and an extensible game registry.
- lhh010/dsh-paste-input — File-input enhancements for the Web UI: Ctrl+V paste, drag-and-drop, and file picking, copied into the session workspace on send.
- Moeblack/deepseek-manners — Injects a thank-you note after every message.
- Moeblack/dsh-prompt-studio — Prompt Studio: edit user and built-in system-prompt sections with live preview.
- Nwflower/dsh-chat-import — Imports Claude Code / Codex / ChatGPT / Cursor / Gemini / Reasonix / opencode chat histories so conversations can continue in DSH.
- omdsh-dev/7d7d — 7k7k-style game portal: the model generates or uploads HTML5/Flash minigames playable in the Web UI (fixed-version, checksum-verified Ruffle for Flash).
- omdsh-dev/dsh-auto-chess — Auto-chess in the DSH Web UI: play against the AI or watch two AIs battle.
- omdsh-dev/dsh-daily-fortune — Daily fortune plugin with Guan Yin lots, Tarot spreads, and daily quotes.
- omdsh-dev/dsh-daily-progress — Daily plan and achievement system with completion-rate, streak, and weekly metrics.
- Blaczz/dsh-achievements — Gamification: cross-session achievement badges for turns, tool calls, sessions and daily streaks, with a badge panel, unlock toasts and a
ctx.achievementsservice. - omdsh-dev/dsh-fun-ticker — Market ticker marquee for crypto, FX, A-shares, indices, and HK/US stocks, using keyless data sources with a host proxy and caching.
- omdsh-dev/dsh-fun-typewriter — WebAudio typing ambience with a plugin-owned settings API and zero audio assets.
- Blaczz/dsh-soundscape — Web UI session soundscape: turn-complete celebration (synthesized chime + confetti), blocked/approval alerts, error buzz and optional typing ambience; zero audio assets, plus a
ctx.soundscapeservice. - omdsh-dev/dsh-fun-weather — Weather tab and weather-following themes powered by Open-Meteo.
- omdsh-dev/dsh-gomoku — Play Gomoku against the AI in DSH, or pit two AIs against each other.
- omdsh-dev/dsh-pet-corner — Floating pet with a keyless pet-image proxy, favorites, and a plugin-owned settings API.
- omdsh-dev/dsh-voice-funasr — Local offline voice input for the Web UI: push-to-talk transcription with a local FunASR engine and optional LLM polish.
- omdsh-dev/toybox — Toybox of playful DSH plugins: fun skills, quirky MCP servers, and other just-for-fun experiments.
- qyw233/dsh-deeplink — Deep links for the Web UI: open a given session or workspace directly via
?session=/?workspace=. - renat3u/tonghuashun-webui — Tonghuashun-style (stock-terminal) Web UI skin plugin.
- SenmuuuuW/dsh-group-photo — Beta-farewell photo wall: a Polaroid-style group-photo site with zero-permission GitHub OAuth and an allowlist check, wrapped as a DSH skill.
⭐12 - Small-tailqwq/dsh-tps — A simple TPS (tokens-per-second) plugin.
- SnowCrescenter-tech/dsh-launcher — One-click portable Windows launcher (no Node.js, pnpm, or CLI required).
- vlln/dsh-navbar — Conversation node navigation bar: jump between user messages from a right-edge node strip.
- vlln/dsh-task-status — Background task status bar with task progress and live output tail on the conversation page.
- yuezengwu/dsh-explain — Local-first learning mode: cross-session global learning threads, per-source explanations, and a diagnosable settings UI.
- yuxino/dsh-blue-whale-maid — Blue-whale-maid desktop pixel pet living in the DSH Web GUI.
- MashedPotato817/dsh-tui — Terminal client with Vim-mode keybindings.
- NEXTINDIE/DeepSeek-Harness-for-VS-Code — VS Code integration for DSH.
- luo-ross/dsh-desktop — Unofficial desktop client.
- Missher12/deepseek-harness-desktop — Unofficial desktop client.
- ningbainb/deepseek-harness-desktop — Unofficial desktop client.
- xccElephant/deepseek-harness-desktop — Unofficial desktop client.
- Tom6814/dsh-web — Docker-based web deployment.
- skitse/dsh-dev-actions — One-click shortcuts for common dev commands.
- Wine-Red/dsh-prompt-stash — Stash and recall prompts.
- crystalWinter666/dsh-header-status — Moves the info bar next to the title.
- Luaphes/dsh-web-attention-badge — Attention badge for the web UI.
- 01Virex/dsh-status-rotator — Replaces the "Deep diving…" turn-status label with phase-aware, typewriter-animated, rainbow-gradient phrases, configurable from a JSON file.
- cakeni/harness-whale — Unofficial community pet for DeepSeek Harness — a native DSH web plugin.
- Carleo10032/deepseek-harness-mac — Unofficial SwiftUI macOS shell for the DeepSeek Harness local web UI.
- causebefore/dsh-pomodoro — Pomodoro-timer plugin for the DSH Web UI: configurable focus/break durations, sidebar entry, and a draggable floating panel.
- ccch1mneyyy/dsh-TUI — Claude-Code-style full-screen interactive terminal plugin: pixel-whale top bar, live work-status line, streaming thought expansion, double-Esc rollback, context progress bar, and a TPS gauge.
- CCMu04/DSHDesktop — Unofficial Windows desktop client for the unmodified DeepSeek Harness Web UI.
- cyberlieflife/dsh-model-thinking — Thinking-intensity / reasoning-effort settings for custom OpenAI-compatible models.
- czzzlq/deepseek-harness-desktop — Desktop client for DeepSeek Harness.
- FreeCodeCampXYG/starline-dsh-desktop — Cross-platform Go and Wails desktop host for DeepSeek Harness, with proxy controls and native packaging.
- Han-1413141/dsh-sticky-disclosure — Pins off-screen expanded collapsible tags (Think / tool cards) to the top of the conversation viewport, with a collapse hotkey.
- lynkas/dsh-think-flow-flow — Constant-rate typewriter reveal for assistant output and reasoning, with per-model gating.
- pingfanfan/hello-dsh — Zero-to-plugin tutorial for DeepSeek Harness's "everything is a plugin" architecture, with 22 example skills.
- qingchunnh/dsh-desktop — Desktop client for DeepSeek Harness that auto-detects the local environment and launches/connects to the Web UI.
- sleep2agi/DeepSeek-Harness-Desktop — Unofficial community desktop shell for the public DeepSeek Harness runtime.
- tttnny/DSH-Launcher — macOS menu-bar app that manages the DeepSeek Harness web service via launchd.
- xiaoshihou514/dsh-tui — Terminal UI for DeepSeek Harness.
- xing-shuyin/ds-web-ui — Web UI plugin for DeepSeek Harness.
- zimzaza4/dsh-bash-win — Provides Git Bash and WSL2 bash tools for DeepSeek Harness on Windows, with a bwrap sandbox, approval mode, and background tasks.
- arcmosin/dsh-wordbox — DSH Web GUI common-words box, for storing and pasting frequently used project terms.
- bill9109/dsh-101 — Document reading mode for DSH.
- BrambleXu/dsh-prompt-profile — Reusable Markdown prompt profiles for DeepSeek Harness with per-turn model selection, argument substitution, and state restoration.
- ChengChe106/dsh-web-auto-open — Web auto-open plugin for DeepSeek Harness.
- ChisaAlter/Deepseek-Harness-Desktop — Electron desktop shell for the DeepSeek Harness web UI.
- dancingmemory/dskin — DSKIN: DeepSeek Harness (DSH) cartoon pixel skin plugin for the DSH Web GUI — the original interface stays put, while living pixel pets stroll, blink, and hop.
- Easyhoov/deepseek-harness-desktop — Unofficial in-process desktop app for DeepSeek Harness: the host composition boots inside the Electron main process with zero ports and an IPC bridge.
- Eveerme/deepseek-harness-desktop — Unofficial Electron desktop shell for DeepSeek Harness (dsh web).
- jiangnanquan/dsh-ux — DSH web UI enhancement plugin plus a borderless Electron desktop shell.
- KevPH2026/deepseek-harness-desktop — A native macOS desktop experience for DeepSeek Harness — multimodal generation, community plugin discovery, safe updates, and bilingual docs.
- LodyAI/acp-extension-dsh — ACP extension for DeepSeek Harness.
- lukethecat/mdPresenter — Markdown-driven macOS presentation tool, iA Presenter-compatible with Liquid Glass visuals — vibe-coded with DeepSeek Harness.
- luoyu-xingu/dsh-background — DeepSeek Harness Web background-image plugin: replaces the web background with a local image path, with an appearance-settings row and live preview.
- orxz/deepseek-harness-themes — A collection of UI themes for DeepSeek Harness.
- phper666/dsh-hull-desktop — Desktop developer tool built around DeepSeek Harness — native shell, in-app upgrades, no forking.
- realchenwenqiao/dash — DASH — a pi-tui terminal front door for DeepSeek Harness, installed as a dsh bundle plugin.
- sorsama/deepseek-harness-mobile — Android companion for DeepSeek Harness: chat, goals, approvals, and notifications from your phone over your LAN (Kotlin + Jetpack Compose).
- suzike/freestyle-dsh-theme — DeepSeek Harness theme-experience plugin: OKLCH theme proposals plus a theme designer with cross-restart persistence.
- xiaoshihou514/dsh-desktop-pet — DeepSeek Harness: a whale-girl desktop pet!
- xuender/dsh-history — Recall and re-run the current session's command history with ↑/↓ keys in the DSH Web composer.
- xydadada/adhd-one — An unofficial, batteries-included Windows desktop for DeepSeek Harness.
- zprolab/WhaleKit — Superpowers customized for DeepSeek Harness.
Skills
Packaged task capabilities (markdown-based skills, tool packs).
- Anionex/dsh-vision-toolkit — Vision tools for text-only models: intent-aware image Q&A, long-screenshot OCR, UI restoration, grounding, pixel diff, artifacts, and a Web UI.
⭐150 - omdsh-dev/dsh-toolkit — Zero-dependency deterministic tool pack — time, encoding, JSON, calculator, CSV, regex, markdown, diff, stats, and schema — with a unified one-command install.
⭐10 - Anionex/dsh-computer-use — Accessibility-first macOS computer-use bundle with fresh observations, stale-state rejection, scoped permissions, and safe input.
⭐12 - omdsh-dev/dsh-plugin-dev — Field notes on DSH plugin development (skill + docs): cordis dual copies, tsconfig setup, Windows junctions, multi-frame zstd, and other tested findings.
- omdsh-dev/dsh-tool-csv — CSV data tool (RFC 4180): parse, query, aggregate, and convert CSV text with a zero-dependency state-machine parser.
- emredeveloper/deepseek-harness-huggingface — Read-only Hugging Face Hub model discovery; registers an
hf_search_modelstool that needs no API key. - omdsh-dev/dsh-plugin-skills — Agent skills for building and testing DSH plugins — from scaffolding a new package to choosing test tiers — entirely inside an agent session.
- omdsh-dev/dsh-book2skill — Book-to-skill pipeline: a five-stage long task (fetch, parse, understand, generate, install) with three human gates and a browser timeline panel.
- omdsh-dev/dsh-github-integration — Static skill source for structured GitHub issue and pull-request campaigns: batch survey, triage, isolated fixes, and tracking-table updates.
- omdsh-dev/dsh-tool-calculator — Calculator tool: safe math-expression evaluator with a zero-dependency recursive-descent parser.
- omdsh-dev/dsh-tool-diff — Diff tool: structured comparison and unified diffs for text, JSON, CSV, and Markdown; zero-dependency and read-only.
- omdsh-dev/dsh-tool-encoding — Encoding/hash tool: base64/base64url/url/hex codecs, md5/sha1/sha256/sha512 hashes, and UUID generation; zero-dependency.
- omdsh-dev/dsh-tool-json — JSON query tool: JMESPath-subset queries with a zero-dependency recursive-descent parser.
- omdsh-dev/dsh-tool-markdown — Markdown tool: HTML-Markdown conversion, GFM table normalization, and TOC generation with a lightweight parser.
- omdsh-dev/dsh-tool-regex — Regex tool: test matches, extract capture groups, replace safely, and statically explain patterns without executing code.
- omdsh-dev/dsh-tool-schema — JSON Schema validation tool: validate/paths/explain/normalize with zero network access and no dynamic execution.
- omdsh-dev/dsh-tool-stat — Statistics tool: descriptive stats, percentiles, frequency distributions, and correlations; zero-dependency pure functions.
- omdsh-dev/dsh-tool-time — Time tool: strict ISO 8601 parsing, IANA timezone conversion, UTC calendar math, and fixed-duration differences; zero-dependency.
- cyanseek/dsh-native-playbook — Skill guide covering native-capability usage patterns.
- cui-stack/dsh-workspace-digest — DeepSeek Harness bundle providing a
workspace_digesttool. - LayneChai/superpowers-dsh — Superpowers skills for DeepSeek Harness: TDD, debugging, planning, and collaboration skills adapted from obra/superpowers.
- xiaoxiaosrm/dsh-mattpocock-skills — Unofficial DSH port of mattpocock/skills — Engineering (18) + Productivity (7) skills as a DeepSeek Harness bundle plugin.
Resources
- deepseek-ai/deepseek-harness — Official source repo.
⭐38238 - DeepSeek Harness overview (ai-bot.cn) — Third-party writeup.
- Finding the Best Harness for DeepSeek V4 Flash (Composio)
- flaqai/deepeseek-harness-guide — Guide for development with DeepSeek Harness; building a plugin for the DeepSeek Harness project.
Contributing
PRs welcome! To add a plugin:
- Make sure your repo carries the
#dshGitHub topic. - Add one entry under the most fitting category, format:
- [Name](https://link) — Concise one-line description. - Keep the list alphabetical within each section where practical.
- One PR per logical change; keep descriptions factual and hype-free.
See CONTRIBUTING.md for details.
License
To the extent possible under law, the contributors have waived all copyright and related or neighboring rights to this work.
