DrSeedon

Dm Save — Development skill for Claude Code

Development community

/dm-save — Session Save + Consistency Check + Handoff.

How to install Dm Save

Installs to ~/.claude/commands/drseedon-claude-code-game-master-dm-save.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/DrSeedon/Claude-Code-Game-Master/HEAD/.claude/commands/dm-save.md -o ~/.claude/commands/drseedon-claude-code-game-master-dm-save.md

Restart Claude Code, or start a new session, for it to be picked up.

What Dm Save does

/dm-save — Session Save + Consistency Check + Handoff

Auto-invoke when: player says "save", "сохранись", "сейв", "на сегодня всё", "закончим", session ending.


STEP 1: SAVE SESSION STATE

bash tools/dm-session.sh end "[1-line summary of what happened this session]"

STEP 2: DATA HOUSEKEEPING

bash tools/dm-consequence.sh check
bash tools/dm-plot.sh threads
  • Resolve any consequences that triggered during session but weren't persisted
  • Complete/fail quests

Alternatives in Development

  • Create Handoff — You are tasked with writing a handoff document to hand off your work to another agent in a new session 10k ★
  • Release & Shipping Burn Patterns — Research Summary — Research completed: 2026-02-10 Sources: ~/.claude/CLAUDE.md (This Has Burned You Before table), SESSION_HANDOF 216 ★
  • Mem Save — Save a curated session-level summary to history 186 ★

Full documentation available on GitHub

View Source Repository