Dsh Auto Memory — Design skill for Claude Code
Claude Code-style auto-memory plugin for DeepSeek Harness (dsh): typed memory files + MEMORY.md index auto-injected into the system prompt.
How to install Dsh Auto Memory
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open AskTheWay/dsh-auto-memory and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Dsh Auto Memory does
Claude Code-style auto-memory plugin for DeepSeek Harness (dsh): typed memory files + MEMORY.md index auto-injected into the system prompt. File-only, no external services.
Alternatives in Design
- Interface Design — Design engineering for Claude Code 4.3k ★
- Deepclaude — Use Claude Code's autonomous agent loop with DeepSeek V4 Pro, OpenRouter, or any Anthropic-compatible backend 2.3k ★
- Taiyi Forge — TaiyiForge engine control — init, next, harness, continue (OMX-style) 881 ★
README
dsh-auto-memory
[](https://github.com/AskTheWay/dsh-auto-memory/actions/workflows/ci.yml) [](https://www.npmjs.com/package/dsh-auto-memory) [](https://www.npmjs.com/package/dsh-auto-memory) [](LICENSE) [](package.json)
[English](README.md) | [中文](README.zh.md)
Your dsh agent forgets everything you tell it. Every. Single. Session.
**Fix it with one command.** Claude Code-style persistent memory for [DeepSeek Harness](https://github.com/deepseek-ai/deepseek-harness) — native, zero servers, zero embeddings, zero setup.
dsh plugin --profile demo add dsh-auto-memory
Say *"Remember: I'm a Python backend engineer preparing for interviews"* today — open a brand-new session tomorrow, ask *"what do you know about me?"*, and it **remembers**.
What's new in 0.3.0 (P2)
- Pinned memories (
pinned: trueon memory_write): pinned entries lead the index, survive budget truncation, and are exempt from staleness eviction — a trust anchor the user controls. - Eval-driven fix: the injection budget now covers the whole section (index + guidance); it used to overshoot by ~800 bytes. Caught by the new deterministic evaluation layer on its first run.
- Deterministic eval layer (evals/) in CI: injection budget curves, eviction zero-misfire, link-expansion bounds, and a signal-to-noise characterization — which pinned-priority truncation then improved from 38% → ≥80% probe retention under half-budget pressure. Same budget, better memories.
What's new in 0.2.0 (P1)
- Auto-consolidation (
autoSummarize: true): when a root session ends, a background LLM pass extracts durable n
Related Skills
Dsh Claude UX
DSH plugin: Claude-style Chinese risk control & conversation autonomy for DeepSeek Harness web
Dsh Permission Rules
Claude Code-style declarative permission rules for DeepSeek Harness: ordered allow/deny/ask rules with tool-na
Dsh Code
Claude-Code-style TUI bundle for DeepSeek Harness. 充分结合 DSH 的核心机制和高级特性与Codex CLI 、Claude Code 等主流交互机制,打造的 DSH-
Dsh Tui
Claude Code-style terminal UI for DeepSeek Harness agents, as an out-of-tree dsh plugin bundle
Dsh File Upload
DeepSeek Harness (dsh) file-message plugin: Claude-style drag-and-drop / paperclip upload, content sniffing, d
Dsh Claude Style
Claude Code Desktop theme for DeepSeek Harness| 为 DeepSeek Harness 网页 GUI 打造的 Claude Code 桌面主题
Related Agents
Ds Flash
DSH (DeepSeek Harness) worker on the flash tier - fast and cheap. Delegate simple, well-scoped subtasks: mecha
Agent Tuner
Reflexion-style agent tuner. Given evidence of a recurring failure by a specific agent, proposes the smallest
Auto Continue Template
Reusable auto-continue template that can be injected into any agent YAML config