Dsh Cc Import banner
Mreate Mreate

Dsh Cc Import

Development community

Description

Import high-quality conversations into Claude Code and provide CLAUDE.md recognition, add basic features like the "/init" command, and help speed up migration progress | 高质量导入Claude Code中的对话,并提供CLAUDE.md识别,添加"/init"命令等基础功能,帮助快速迁移进度

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

dsh-cc-import

简体中文 · English

GitHub Repo GitHub Stars GitHub Forks CI MIT License status platform

把 Claude Code 的记忆与对话迁移进 DeepSeek Harness(DSH):CLAUDE.md 记忆加载、 `/init` 一键生成 AGENTS.md、Claude Code `.jsonl` 对话高保真导入为**可回溯、可 resume 的 DSH 会话**。 零核心改动,纯插件挂载。安装插件即可启用,卸载后不留任何核心补丁。

核心能力

  • 记忆加载(CLAUDE.md):按 Claude Code 官方文档 的 memory 层级注入 ~/.claude/CLAUDE.md./CLAUDE.md./CLAUDE.local.md、子目录 CLAUDE.md (路径索引、按需读)与 @import 引用。AGENTS.md 家族由 DSH 原生自动加载,本插件不重复注入。
  • /init 命令:输入 /init 先选择文档语言(中文 / English,DSH 选项选择 UI), 再把「分析代码库 → 创建 AGENTS.md」的提示词提交给当前模型,由模型探索项目并写入 AGENTS.md(参考 Claude Code 的 /init 流程;创建结果即时可见)。
  • 对话高保真导入:把 CC .jsonl 会话转换为可回溯、可 resume 的真实 DSH 会话 (user/assistant 回合、工具调用与结果、thinking → reasoning、时间戳、token 用量), 导入即附加到当前工作区