@hawk2048/oh-my-dsh
oh-my-dsh: DeepSeek Harness multi-agent orchestration layer — OMC-style workflow skills, slash commands, and an agent preset.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:hawk2048/oh-my-dsh说明文档
阅读完整 README ↗Install / usage
Two forms — pick one (bundle for global, preset for per-session).
Form A: bundle (primary, the OMC plugin-marketplace equivalent) — installs the /omd-* commands and 29 skills globally, visible to every session in the profile:
## Usage (in-session)
Two equivalent ways:
**Way 1: natural language** (the agent auto-loads the matching skill)
- `plan how to implement X` → `omd-plan`
- `execute the plan` → `omd-execute`
- `review my changes` → `omd-review`
- `verify — tests must pass` → `omd-verify`
- `team, build a task-management app` → `omd-team`
- `autopilot: build a REST API` → `omd-autopilot`
- `ralph the auth refactor until green` → `omd-ralph`
- `deep interview me — I want to build X` → `omd-deep-interview`
- `ralplan this architecture decision` → `omd-ralplan`
- `research X best practices, with sources` → `omd-research`
- `autoresearch this report to passing` → `omd-autoresearch`
- `ultragoal: break this long goal into subgoals` → `omd-ultragoal`
- `tdd: failing test first` → `omd-tdd`
- `deepsearch: who calls this function` → `omd-deepsearch`
- `deep-analyze this architecture` → `omd-deep-analyze`
- `ultrathink before acting` → `omd-ultrathink`
- `strip the AI slop` → `omd-ai-slop-cleaner`
- `self-check the install` → `omd-doctor`
- `debug this error` → `omd-debug`
- `release v1.2 with changelog` → `omd-release`
- `remember this decision` → `omd-remember`
- `stop the running autopilot` → `omd-cancel`
- `minimal change, no over-engineering` → `omd-minimal-code-discipline`
- `read this issue/link` → `omd-external-context`
- `compare these screenshots` → `omd-visual-verdict`
- `turn this flow into a skill` → `omd-skillify`
- `write this to the wiki` → `omd-wiki`
- `what can omd do` → `omd-help`
**Way 2: slash commands** (type `/omd` for candidates)
| Command | Equivalent skill |
|------|-----------|
| `/omd-plan ` | `omd-plan` |
| `/omd-execute ` | `omd-execute` |
| `/omd-review ` | `omd-review` |
| `/omd-verify ` | `omd-verify` |
| `/omd-team ` | `omd-team` |
| `/omd-autopilot ` | `omd-autopilot` |
| `/omd-ralph ` | `omd-ralph` |
| `/omd-deep-interview ` | `omd-deep-interview` |
| `/omd-ralplan ` | `omd-ralplan` |
| `/omd-research ` | `omd-research` |
| `/omd-autoresearch ` | `omd-autoresearch` |
| `/omd-ultragoal ` | `omd-ultragoal` |
The agent loads the matching skill, runs that mode, and reports progress via the HUD.