Plugin directory / Developer / oh-my-deepseek-harness
oh-my-deepseek-harness
Unverified YYTbit
What it does
Multi-agent orchestration for DeepSeek Harness
Unverified — not yet verified
Multi-agent orchestration for DeepSeek Harness Not yet verified — install and test it yourself.
“Unverified” means our automated CI has not yet installed this plugin. Feature descriptions and version compatibility are the author’s claims. This is not a security audit and not an endorsement of third-party code.
README
oh-my-deepseek-harness
Multi-agent orchestration for DeepSeek Harness.
What it does
Turns dsh into a multi-agent development environment with:
- 5 specialized agents: Explorer, Architect, Implementer, Reviewer, Debugger
- 4 workflow skills: Autopilot, Deepwork, Review, Reflect
- Preset system: Switch model configurations at runtime
- Task orchestration: Parallel execution with dependency tracking
Install
dsh plugin --profile your-profile add oh-my-deepseek-harness
Agents
| Agent | Role | Best For |
|---|---|---|
| explorer | Scans codebase | Starting new tasks, finding relevant code |
| architect | Designs solutions | Planning, technical decisions |
| implementer | Writes code | Implementation, file changes |
| reviewer | Reviews code | Quality checks, security audits |
| debugger | Fixes bugs | Diagnosing issues, tracing errors |
Skills
autopilot
Fully autonomous execution. Breaks down a goal, assigns to agents, executes in parallel.
/autopilot "add input validation to auth module"
deepwork
Focused work session for complex, multi-file changes.
/deepwork "refactor the database layer"
review
Systematic code review with structured findings.
/review src/auth.ts
reflect
Retrospective analysis after completing work.
/reflect
Presets
Switch model configurations:
| Preset | Description |
|---|---|
| balanced | Mix of quality and speed (default) |
| quality | Strongest models for all agents |
| speed | Fastest models for all agents |
| cost | Cheapest models for all agents |
Configuration
- id: oh-my-dsh
name: oh-my-deepseek-harness
config:
enableAutopilot: true
enableDeepwork: true
enableReview: true
enableReflect: true
defaultModel: deepseek-v4
maxParallel: 3
License
MIT -- YYTbit
Install
Install the catalog once, then DeepSeek Harness can find and install any plugin from this site automatically:
dsh plugin add dshbase-catalog Then say "install oh-my-deepseek-harness for me" — your agent finds it in the directory and installs it. Docs: dshbase-catalog · verified packs.
This plugin is GitHub source (not published to npm) — install it straight from the repo:
Web profile:
dsh plugin --profile web add github:YYTbit/oh-my-deepseek-harness Headless (CLI) profile:
dsh plugin --profile headless add github:YYTbit/oh-my-deepseek-harness Test report
Not yet L3-verified — see failure note below if we already ran it.