ディレクトリに戻る

dsh-plugin-claude-bridge

キュレーション掲載メンテナンス: 活発

yytbit/dsh-plugin-claude-bridge

Claude Code の memory/skills/config を DeepSeek Harness にブリッジ

インストール方法

dsh には中央のインストールコマンドはありません。このプラグインのエントリ(下の README に記載)をプロファイルまたはパッチ設定に追加し、再起動します。

インストールの仕組み

9

スター

2

フォーク

TypeScript

言語

MIT

ライセンス

2026-08-13

作成日

2026-08-14

最終プッシュ

README

dsh-plugin-claude-bridge

Bridge Claude Code's memory, skills, and configuration into DeepSeek Harness -- zero migration, full compatibility.

What it does

Reads Claude Code's standard file locations directly -- no migration scripts, no file copying, no symlinks:

  • ~/.claude/projects/<project>/memory/*.md -- Injects memories as dynamic system prompt context
  • ~/.claude/skills/<name>/SKILL.md -- Adds skills to the available catalog
  • ~/.claude/CLAUDE.md -- Injects global instructions into system prompt

Install

dsh plugin --profile your-profile add dsh-plugin-claude-bridge

Configuration

Works out of the box with zero configuration. All options are optional:

- id: claude-bridge
  name: dsh-plugin-claude-bridge
  config:
    claudeHome: '~/.claude'
    enableMemory: true
    maxMemoryBytes: 8192
    enableSkills: true
    maxSkills: 30
    enableGlobalInstructions: true
    extraSkillDirs:
      - '~/.agents/skills'

How it works

Memory injection

Claude Code stores memories as individual markdown files with YAML frontmatter. This plugin reads all memory files, sorts them by type priority (feedback > project > reference > user), and injects them as a dynamic system prompt context section. The context is re-read on each request, so new memories take effect immediately.

Skill catalog

Skills from ~/.claude/skills/ are discovered and their names and descriptions are injected as a catalog in the system prompt.

Global instructions

The content of ~/.claude/CLAUDE.md is injected as an early system prompt section (order 5), so global instructions and model routing rules are preserved.

  • dsh-plugin-codex-bridge -- Bridge OpenAI Codex
  • dsh-plugin-opencode-bridge -- Bridge OpenCode
  • dsh-plugin-pi-bridge -- Bridge Pi Agent
  • awesome-dsh-bridges -- Curated list of all bridge plugins

License

MIT -- YYTbit

DSH Plugins は DeepSeek Harness プラグインの独立したコミュニティ ディレクトリです。DeepSeek との提携・公認はありません。サードパーティ製プラグインはセキュリティ監査を受けていません。インストール前にソースコードをご確認ください。

DeepSeek Harnessの新着プラグインを毎週お届け。スパムはありません。