dsh-movein
Move your whole Claude Code setup into DeepSeek Harness (DSH) with one command - skills, MCP servers, hooks, instructions. 从 Claude Code 拎包入住 DSH。
安装
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:sjh9714/dsh-movein说明文档
阅读完整 README ↗dsh-movein
Move your whole Claude Code setup into DeepSeek Harness (DSH) with one command. Skills, MCP servers, hooks and instructions arrive together, so DSH feels like home from the first prompt.
从 Claude Code 拎包入住 DSH。一条命令搬完技能、MCP、hooks 和全局指令。

npx dsh-movein # dry run, shows the moving estimate
npx dsh-movein --apply # actually move in
Or install it as a DSH plugin and ask the agent to do the move for you:
dsh plugin --profile web add dsh-movein
Restart dsh web, then say "move my Claude Code setup over". The plugin exposes a movein_from_claude_code tool (dry run by default, apply=true to move).
📦 dsh-movein · Claude Code -> DeepSeek Harness moving estimate · 拎包入住
→ CLAUDE.md (global) .............. link ~/.dsh/AGENTS.md -> ~/.claude/CLAUDE.md
→ skill computer-use .............. link -> ~/.dsh/skills/computer-use
→ skill design-taste-frontend ..... link -> ~/.dsh/skills/design-taste-frontend
→ MCP servers + hooks ............. write generated block into ~/.dsh/cordis.patch.yml
found: 4 skills · 3 MCP servers · 1 hook configs · 5 subagents · 878 sessions
What moves
| Asset | How |
|---|---|
Project CLAUDE.md | Nothing to do. DSH reads it natively |
Global ~/.claude/CLAUDE.md | Linked to ~/.dsh/AGENTS.md |
Skills (.claude/skills) | Symlinked into DSH skill roots. The SKILL.md format is compatible as is |
MCP servers (.mcp.json) | Converted to dsh-mcp-client rows in ~/.dsh/cordis.patch.yml. Tool names (mcp__server__tool) stay identical |
Hooks (settings.json) | Wired through the first party dsh-hooks-claude-code bridge, your hooks config runs unchanged |
Subagents (.claude/agents) | Converted to DSH skills, the system prompt becomes the skill body |
Permission rules (settings.json) | deny and rules enforced at DSH's gate via the companion plugin. rules stay with the DSH preset |