dsh-plugin-claude-bridge¶
| Type | agent | Category | Multi-agent |
| Stars | ⭐5 | Status | ✅ active |
| Capabilities | multi-agent, memory | Updated | 2026-08-14 |
📖 About¶
Bridge Claude Code's memory, skills, and configuration into DeepSeek Harness -- zero migration, full compatibility.
✨ Key Features¶
~/.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
🚀 Quick Start¶
- id: claude-bridge
name: dsh-plugin-claude-bridge
config:
claudeHome: '~/.claude'
enableMemory: true
maxMemoryBytes: 8192
enableSkills: true
maxSkills: 30
enableGlobalInstructions: true
extraSkillDirs:
- '~/.agents/skills'