DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Crew — DSH Plugin for DeepSeek Harness
← Plugins

dsh-crew

Crew

DeepSeek Harness (dsh) plugin: run work as a small crew of role agents (product manager, researcher, architect, engineer, test engineer, code engineer, QA, code reviewer, security reviewer, doc reviewer) that talk through files on disk, with the PM as the

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add dsh-crew@0.10.0
READMECompatibilityVersions

Compatibility and provenance

Crew is published as dsh-crew and currently resolves to version 0.10.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
npm
Registry updated
9/20/2026

Versions

0.10.0stable
8/24/2026
0.9.0stable
8/21/2026
0.8.0stable
8/21/2026
Show 14 more versionsCollapse versions
0.7.0stable
8/20/2026
0.6.0stable
8/20/2026
0.5.0stable
8/19/2026
0.4.3stable
8/18/2026
0.4.2stable
8/18/2026
0.4.1stable
8/18/2026
0.4.0stable
8/18/2026
0.3.0stable
8/18/2026
0.2.0stable
8/18/2026
0.1.5stable
8/18/2026
0.1.4stable
8/18/2026
0.1.3stable
8/18/2026
0.1.2stable
8/18/2026
0.1.1stable
8/18/2026

Related plugins

Loading related plugins…

Latest
0.10.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
591.7 kB
Files
25
Surface
any
License
MIT
Source
npm
GitHub
★ 7
Weekly downloads
156
Security scan
✓ v0.10.0 scan passed
Last push
8/23/2026
View source ↗Project homepage ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in developer-tools.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Sdk Minimal@deepseek-ai/dsh-sdk-minimalThe standalone minimal SDK profile bundle: JSON-RPC, one DeepSeek adapter, persistent shell, and JSONL sessionsSdk App@deepseek-ai/dsh-sdk-appThe dsh SDK profile bundle: stdio JSON-RPC serving and process lifecycle over dsh-baseSubagent Codex@deepseek-ai/dsh-subagent-codexOne-shot Codex subagent provider over the official app-server protocol

README

dsh-crew

Version 0.9.0.

dsh-crew is a plugin for DeepSeek Harness (dsh). It turns your dsh session into a product manager (PM) that runs a crew of role agents: architect, engineer, test engineer, code engineer, QA, code reviewer, security reviewer, doc reviewer, and researcher.

What it is

You talk to the PM. The PM starts role agents for the work, and every decision is written down in documents that stay in the repository.

Two lanes:

  • ask — you want an answer. The PM answers. Nothing changes.
  • team — you want a change. The PM runs the crew: one task per change, one round of QA, one round of each review, then a commit. Pushing and publishing still need your own yes, every time.

Install

dsh plugin --profile tui add dsh-crew     # or --profile web

Restart dsh. Pick the Crew preset for a session.

Quick start

  1. Install the plugin (above).
  2. Restart dsh.
  3. Start a session on the Crew preset. Your session becomes the PM.
  4. Ask a question, or ask for a change.

Configuration

Everything is optional. Settings live in two places:

  • The dsh-crew-core and dsh-crew-git-guard rows in your profile's cordis.patch.yml: roles folder, live-agent limit, review rounds, job folder, and the git guard.
  • The dsh-crew-roles row in ~/.dsh/.agent-presets/crew/agent.cordis.yml: per-role tools and models.

License

MIT