編集者注

Oh My DSH

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

これは DeepSeek Harness(DSH)プラグインです。当サイトは GitHub README、インストール情報、メンテナンス状況、公開セキュリティシグナルをまとめています。

上流で中国語 README が提供されていないため、リポジトリのオリジナルコンテンツを表示しています。

oh-my-dsh

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-dsh

Agents

AgentRoleBest For
explorerScans codebaseStarting new tasks, finding relevant code
architectDesigns solutionsPlanning, technical decisions
implementerWrites codeImplementation, file changes
reviewerReviews codeQuality checks, security audits
debuggerFixes bugsDiagnosing 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:

PresetDescription
balancedMix of quality and speed (default)
qualityStrongest models for all agents
speedFastest models for all agents
costCheapest models for all agents

Configuration

- id: oh-my-dsh
  name: oh-my-dsh
  config:
    enableAutopilot: true
    enableDeepwork: true
    enableReview: true
    enableReflect: true
    defaultModel: deepseek-v4
    maxParallel: 3

License

MIT -- YYTbit

REPOSITORY SIGNALS

セキュリティとインストールエビデンス

このスコアは公開リポジトリメタデータと当サイトに登録されたインストールエビデンスのみに基づくもので、コードセキュリティ監査とは異なります。

出所の追跡可能性

公開プラグインカタログから取得し、公開 GitHub リポジトリにリンクしています。

ライセンス

リポジトリは MIT ライセンスを宣言しています。

メンテナンス活動

過去180日以内にコードの更新があります。

インストールエビデンス

再現可能な正確なインストールメタデータはまだ登録されていません。リポジトリの説明に従って手動で確認してください。

インストールライフサイクルスクリプト

確認したパッケージメタデータにインストールライフサイクルスクリプトは宣言されていません。