End Session banner
SergeyKhval SergeyKhval

End Session

Development community

Description

--- description: End the current D&D session and save all game state disable-model-invocation: true --- # Session End End the current session by following these steps exactly: 1. Find a natural stopping point (safe location, narrative pause) 2. Save all game state: a. Write the full session log to `game/sessions/log/session-NNN.md` using the template at `${CLAUDE_PLUGIN_ROOT}/skills/dm/templates/session-log.md` b. Append 3-5 bullet points to `game/sessions/journal.md` covering key event

Installation

Installs to ~/.claude/skills/sergeykhval-claude-dnd-end-session/SKILL.md

Terminal
mkdir -p ~/.claude/skills/sergeykhval-claude-dnd-end-session && curl -fsSL https://raw.githubusercontent.com/SergeyKhval/claude-dnd/HEAD/commands/end-session.md -o ~/.claude/skills/sergeykhval-claude-dnd-end-session/SKILL.md

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

Full documentation available on GitHub

View Source Repository