全部插件

DSH / BUNDLE / BUNDLES

oh-my-deepseek-harness

v1.4.0hatsuyuki0103 / oh-my-deepseek-harnesse86800527d

可安装组合包组合包与其他模块社区 · Topic 自动分析

概览

oh-my-deepseek-harness

OMX 风格工作流技能集(oh-my-deepseek-harness):移植自 oh-my-codex(MIT)的 deep-interview / ralplan / ralph / plan / autopilot / team / code-review 等技能,全部重写为 DeepSeek Harness 原生机制(goal / workflow / ralph / subagent / ask_user_question / read_image 工具),含视觉技能 visual-ralph。

README / ZH

插件文档

oh-my-deepseek-harness

OMX-style workflow skills, rewritten for DeepSeek Harness.

Adapted from the skill designs of oh-my-codex (MIT) and rewritten around DeepSeek Harness native capabilities:

  • omx questionask_user_question structured per-round questioning
  • Codex goal mode → DSH create_goal / get_goal / update_goal
  • native subagent role routing → subagent / subagent_fork + role prompts
  • tmux team orchestration → workflow tool + background jobs
  • omx ralph CLI → DSH native ralph tool
  • .omx/ workspace conventions (context / interviews / specs / plans) preserved

Vision is supported: visual-ralph (implement or restyle frontend UI against an approved reference / URL baseline, with DSH vision model + read_image structured verdict and pixel iteration, leaving reusable design tokens). visual-verdict / frontend-ui-ux / vision are OMX-internal mechanisms and were not ported standalone; hud is terminal-HUD orchestration and does not depend on a vision model — not included yet.

Bundled skills

Skill Description
deep-interview Socratic deep interview: per-round structured questions + ambiguity scoring, converging to an executable spec

(v0.1.0 pilot; ralplan / ralph / plan / autopilot / team / ultrawork / code-review / security-review / analyze / tdd / visual-ralph ... are on the roadmap.)

Install

dsh plugin --profile web add oh-my-deepseek-harness

Restart dsh web; the skills then appear in the session skill catalog and are loadable via the skill tool.

Development

node --test test/*.test.mjs   # provider contract tests

Adding a skill = writing skills/<name>/SKILL.md with frontmatter (name + description required, argument-hint optional) and a body. No code changes needed.

License

MIT · skill workflow designs derived from oh-my-codex (MIT); see NOTICE and THIRD_PARTY_NOTICES.md.