Dm Save — Development skill for Claude Code
/dm-save — Session Save + Consistency Check + Handoff.
How to install Dm Save
Installs to ~/.claude/commands/drseedon-claude-code-game-master-dm-save.md
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 RepositoryRelated Skills
Artel Handoff
Save an Artel session handoff so the next session or agent can continue
Mnemo
Persistent memory layer for Claude Code and Codex — your Obsidian vault on autopilot. Seven skills: recall, sa
Vulyk Handoff
Save session state to .claude/handoff/ before /clear or a restart
Handoff Save
Save a durable context handoff bundle for the current project/session.
Check Continuity
Validate consistency across the screenplay.
World Check
🔍 WORLD CHECK - Campaign Consistency Validator
Related Agents
Memory Manager
Invoke when the user wants to save brand knowledge to persistent memory, search past campaign learnings, sync
Project Tracker
Save current Claude Code session as a project in Second Brain for later resumption. Gathers git state, files t
Workspace Sync
Use this agent when the user wants to save work, sync repos, undo changes, check history, or manage branches.