Preface

DSH adopts an “everything is a plugin” organizational structure. The community directory is an independent site with no official affiliation to DeepSeek / Huafang. For multi-step development tasks, relying on a single command or a single agent is usually insufficient; it is necessary to handle stages such as exploration, planning, implementation, review, and debugging separately. oh-my-dsh is a plugin designed to provide such multi-agent orchestration capabilities for DSH.

What is it

The plugin is named yytbit/oh-my-dsh, maintained by YYTbit, and is licensed under the MIT license. Its positioning is “Multi-agent orchestration for DeepSeek Harness.”

Core Features

The plugin provides the following categories of capabilities:

  • 5 specialized agents: Explorer, Architect, Implementer, Reviewer, Debugger
  • 4 workflow skills: Autopilot, Deepwork, Review, Reflect
  • A preset system for switching model configurations at runtime
  • Task orchestration: parallel execution and dependency tracking

These capabilities are used to break down a development task into multiple executable steps and dispatch and advance them among various agents.

Installation and Enablement

First, confirm your DSH profile, then add the plugin under the corresponding profile:

dsh plugin --profile your-profile add oh-my-dsh

The command above adds oh-my-dsh to the specified your-profile.

Typical Usage

Below are examples of workflow skills given in the README:

/autopilot "add input validation to auth module"
/deepwork "refactor the database layer"
/review src/auth.ts
/reflect

These commands correspond respectively to the four workflow skills: Autopilot, Deepwork, Review, and Reflect.

Applicable Scenarios and Notes

Suitable for the following users:

  • Wish to use multiple agents to collaborate on tasks within DSH
  • Need more explicit flow splitting for multi-file changes, code reviews, and debugging processes
  • Wish to switch model configurations at runtime instead of manually adjusting every time

Notes before use:

  • The plugin runs with the permissions of the current dsh process; you should check the source code before installing.
  • The plugin uses the MIT license; please confirm that the license meets team requirements before installing.
  • The community directory is an independent site with no official affiliation to DeepSeek / Huafang; do not interpret it as an official app store.

Conclusion

With the steps above, oh-my-dsh can extend DSH from a single command entry point to a multi-agent orchestration entry point, covering agent roles such as Explorer, Architect, Implementer, Reviewer, and Debugger, as well as workflow skills like Autopilot, Deepwork, Review, and Reflect.

Project Address: https://github.com/YYTbit/oh-my-dsh

Directory Page (from plugin info): https://www.skillhub.cn/plugins/YYTbit/oh-my-dsh