kirkchinese/claude2dsh

kirkchinese★ 1TypeScript最后同步: 2026-08-16

在 GitHub 打开

README 摘要

Claude2DSH Migrate Claude Code conversations, skills and plugin assets into DeepSeek Harness (DSH) as native, resumable sessions — then export and sync DSH sessions back into Claude Code JSONL transcripts. Claude Code is the first session-source adapter of a multi-tool migration layer. Quickstart (empty machine) Requirements: Node.js =22.19.0 , pnpm, and the dsh CLI. The profile installs @deepseek-ai/dsh-base automatically and adds @claude2dsh/plugin as a bundle. Restart DSH after installation. Capabilities Tool Behavior claude2dsh import Read Claude Code JSONL read-only and write DSH-native session logs through ctx.sessionPersistence . Idempotent; a grown Claude transcript appends only new turns. preview:true is zero-side-effect. includeSubagents:true imports subagent/workflow transcripts as origin:"subagent" child sessions. claude2dsh import skills Copy kebab-case Claude skills into $DSH HOME/skills ; identical skills are skipped and conflicts are never overwritten. claude2dsh export Serialize one DSH session into a Claude Code JSONL transcript under $DSH HOME/claude2dsh/exports . Writing below the real /.claude requires allowOriginalClaudeDir:true ; existing files require force:…

在 GitHub 查看完整 README →
工具/开发dshdsh-plugindsh-plugins

分类