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.

Yanxu Dsh Plugin — DSH Plugin for DeepSeek Harness
← Plugins
Y

yanxu-dsh-plugin

Yanxu Dsh Plugin

DeepSeek Harness skill bundle for Yanxu Dev's evidence-bound AI coding delivery workflow.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:guannan1031/yanxu-dsh-plugin#974731fcdf6a99d7085542d4c89b006a37c0bd76
READMECompatibilityVersions

Compatibility and provenance

Yanxu Dsh Plugin is published as yanxu-dsh-plugin and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
github
Registry updated
9/14/2026

Versions

0.1.0stable
9/14/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/14/2026
View source ↗
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.

DSCODE@toddzheng024/dscode-bundleA complete DeepSeek coding agent with persistent shell, Ultra collaboration and automatic permission review.Plugindsh-pluginA community plugin marketplace for DeepSeek Harness, built to the official plugin spec — browse, search and install 9000+ human-curated community plugins without leaving the app. · DeepSeek Harness 社区插件市场(遵循官方开发规范):9000+ 人工精选社区插件,每日更新。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 sessions

README

Yanxu Dev DSH Plugin

yanxu-dsh-plugin is an installable DeepSeek Harness Bundle. It adds one model- and user-loadable skill, yanxu-delivery-workflow, for using Yanxu Dev as an evidence-bound AI coding delivery workflow.

The skill guides an agent through repository readiness, requirement contracts, explicit source allowlists, isolated tests, PR/CI evidence, Draft PR boundaries and measured efficiency. It deliberately uses DSH's existing bash or pwsh tools, so command execution stays inside the Harness permission and sandbox model.

Install

Install the public GitHub release into a DSH profile:

dsh plugin --profile web add github:guannan1031/yanxu-dsh-plugin#v0.1.0

Restart that profile after installation. DSH adds the package to the profile's bundle list because this package declares dsh.bundle.patch.

For a local checkout during development:

dsh plugin --profile web add /absolute/path/to/yanxu-dsh-plugin
dsh --profile web --dump-config

The configuration dump must include a yanxu-dsh-plugin layer before use.

Use

In DSH, load the skill named yanxu-delivery-workflow, then ask the agent to work on an authorized repository. The skill requires it to:

  1. Run doctor and create a task contract before AI code generation.
  2. Use an explicit source-file allowlist and test command for implement.
  3. Keep generated changes in the isolated archive until human review.
  4. Treat Draft PR, CI success, merge, and deployment as separate states.
  5. Measure developer-efficiency claims with matched, quality-passing real tasks.

Yanxu Dev itself must be installed in the target project environment. Follow its Windows guide or repository README.

What this plugin does not do

It does not bypass DSH permissions, run arbitrary host processes from the plugin process, store credentials, automatically merge a PR, or deploy an application. It supplies workflow instructions; DSH's existing sandboxed tools execute any approved commands.

Verify

npm test
dsh --profile web --dump-config

The first command validates the bundle's exported contract. The second proves that DSH has composed the bundle layer. A normal dsh session should list yanxu-delivery-workflow in its skills catalog.

Discovery

The repository is tagged with GitHub topic dsh-plugin, which community DSH marketplaces use for discovery. The official DSH installation mechanism is dsh plugin --profile <profile> add <package-or-git-spec>; no official central registry has been used for this release.

License

MIT. DeepSeek Harness and Yanxu Dev are independent projects with their own licenses and authentication requirements.