YYTbit/dsh-plugin-claude-bridge ↗★ 2
dsh-plugin-claude-bridge
Bridge Claude Code's memory, skills, and configuration into DeepSeek Harness — zero migration, full compatibility
AI Analysis
核心用途是无缝继承 Claude Code 的本地记忆、自定义技能和全局指令配置,使其直接在 DSH 中生效。适合从 Claude Code 生态迁移至 DSH 且希望保留原有资产的用户。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:YYTbit/dsh-plugin-claude-bridgeREADME
Read the full README ↗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'