Unity Session Resume banner
XeldarAlz XeldarAlz

Unity Session Resume

Development community

Description

--- name: unity-session-resume description: "Restore a named session snapshot into the live .claude/state/session.json so the next SessionStart picks it up." user-invocable: true args: label --- # /unity-session-resume — Resume a Saved Session Restore a snapshot created with `/unity-session-save` so the next session restore reads this state: **$ARGUMENTS** ## Steps 1. Parse label from `$ARGUMENTS`. If missing, run `/unity-sessions` and tell the user to pick one. 2. Confirm `.claude/state/ses

Installation

Installs to ~/.claude/commands/xeldaralz-everything-claude-unity-unity-session-resume.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/XeldarAlz/everything-claude-unity/HEAD/.claude/commands/unity-session-resume.md -o ~/.claude/commands/xeldaralz-everything-claude-unity-unity-session-resume.md

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

Full documentation available on GitHub

View Source Repository