DeepSeek Harness のネイティブプラグイン。すべての Web 会話の冒頭に部署レベルのシステムプロンプト接頭辞と固定の参考やり取りを追加し、セッションログには書き込みません。
DSH 統合
ネイティブ実行
作者による申告
安全性監査
未監査
最終検証日
2026-09-01
ライセンス
MIT
01どんなタスクに使えるのか?
Insert a deployment-configured system-prompt prefix and fixed reference exchanges into every DeepSeek Harness conversation
Ordered system-prompt sections rendered ahead of the deployment persona, plus reference user/assistant messages injected as real alternating messages on every ordinary request
Teams running DeepSeek Harness (dsh) web deployments who need a stable, cache-friendly system-prompt prefix and fixed few-shot examples
02DeepSeek Harness への導入方法
インストール手順
- 01
Add from GitHub (recommended — built artifacts are committed, so no build approval is needed): `dsh plugin --profile web add github:WM-CODER/custom-first-control-prompt`
$ dsh plugin --profile web add github:WM-CODER/custom-first-control-prompt
- 02
Add from npm: `dsh plugin --profile web add @wm-coders/dsh-custom-first-control-prompt`
$ dsh plugin --profile web add @wm-coders/dsh-custom-first-control-prompt
- 03
Add from a local directory during development: `dsh plugin --profile web add ./path/to/custom-first-control-prompt`
$ dsh plugin --profile web add ./path/to/custom-first-control-prompt
- 04
After installation, restart the web app (`dsh --profile web` or run `restart-web.ps1` / `restart-web.sh`)
$ dsh --profile web
導入成功の確認
作者は未記載
ロールバック
- Uninstall the plugin: `dsh plugin --profile web remove @wm-coders/dsh-custom-first-control-prompt`
03DSH 統合と能力の範囲
Native DSH plugin installed via `dsh plugin add` — injects a deployment-configured system-prompt prefix
Ordered system-prompt sections
deployment-configured text fragments (sections[].text)→sections rendered ahead of the deployment persona on every request
Reference user/assistant exchanges injected per request
config.history entries (user / assistant pairs)→real alternating messages prepended on the request path for every ordinary conversation request
intercepts `llm/stream` and injects messages on the request path; writes nothing to session logsPrefix-cache reuse via byte-identical static content
static prompt content→byte-identical rendering on every request, preserving prefix-cache reuse
04誰に向いているのか?使うべきでない場面は?
向いている用途
- Teams running DeepSeek Harness (dsh) web deployments who need a stable, cache-friendly system-prompt prefix and fixed few-shot examples
05互換性・メンテナンス・セキュリティ上の注意
- By default the prefix and reference exchanges are not applied to subagents (`includeSubagents: false`); enable it explicitly in config if subagents should receive them.
- If `sections` is absent or empty, the plugin registers nothing — no system-prompt prefix is injected.
- Reference exchanges are injected by intercepting the `llm/stream` request path and are not written to session logs; they appear only on the request, not in stored history.
MIT · latest release v0.2.3 (2026-08-21), last push 2026-08-21
06よくある質問
DeepSeek Harness に custom-first-control-prompt をインストールするには?
`dsh plugin --profile web add github:WM-CODER/custom-first-control-prompt`(GitHub、推奨)、`dsh plugin --profile web add @wm-coders/dsh-custom-first-control-prompt`(npm)、またはローカルディレクトリを指定します。その後、`dsh --profile web` または `restart-web.ps1` / `restart-web.sh` で Web アプリを再起動してください。
このプラグインは実際に何を会話に注入しますか?
順序付きのシステムプロンプト節をデプロイメントの persona より前に配置し、設定された参考 user/assistant のやり取りを本物の交互メッセージとしてすべての通常リクエストに注入します。これは `llm/stream` のインターセプトにより実現され、セッションログには書き込まれません。
プロンプトキャッシュは維持されますか?
はい。静的コンテンツはリクエストごとにバイト単位で同一に描画されるため、プレフィックスキャッシュがリクエスト間で再利用されます。
サブエージェントにも影響しますか?
デフォルトでは影響しません。`includeSubagents` 設定はデフォルトで false のため、明示的に有効にしない限りサブエージェントには接頭辞も参考やり取りも渡されません。
削除するには?
`dsh plugin --profile web remove @wm-coders/dsh-custom-first-control-prompt` でアンインストールします。
07関連する DSH ワークフロー
dsh-routing-suite
by yjh051108
DeepSeek Harness(dsh)向けのルーティング套件。まずランタイムインジェクターを導入し、続いてタスク認識型の推論モードルーター(P1〜P23 を計測済み)を組み込めます。
brooks-lint
by hyhmrright
12 の古典的な工学書に基づく AI コードレビュー。書籍の引用付きで劣化リスクを診断し、重要度ラベルと全走査の自動修正を含む 6 つの分析モードを提供
oh-dsh
by hust-open-atom-club
1 つの DSH ランタイムで TUI、デスクトップ、Web UI の 3 つの開発体験を提供するコミュニティディストリビューション。レイヤードインストール対応
perfect-web-clone
by ericshang98
任意の Web ページをピクセル単位で再現するクローン作成ツール。URL を貼り付けるだけで、計測済みの Vite + React レプリカを生成します。
08データと出典
dsh plugin --profile web add github:WM-CODER/custom-first-control-prompt
Deployment-configured prompt prefix. Ordered system-prompt sections render ahead of the deployment persona
このページは、プロジェクトの公開ドキュメント、リポジトリのメタデータ、および DSH Plugins の構造化解析に基づいて生成されています。最終検証日:2026-09-01。誤りを見つけた場合は、修正を送信してください。
dsh プラグイン おすすめ
最初に入れたい 12 のプラグイン。全カタログ・全カテゴリから厳選しました。
