Unity Sessions banner
XeldarAlz XeldarAlz

Unity Sessions

Git community

Description

--- name: unity-sessions description: "List all saved sessions with branch, phase, modified-file count, and timestamp. Sessions are snapshots in .claude/state/sessions/ created by /unity-session-save." user-invocable: true args: none --- # /unity-sessions — List Saved Sessions Show every saved session snapshot with enough context to decide which to resume. ## Steps 1. Read the directory `.claude/state/sessions/` (create if missing, then report "no sessions saved yet"). 2. For each `*.json` f

Installation

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

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

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

Full documentation available on GitHub

View Source Repository