← ClaudeAtlas

ccc-resume-sessionlisted

Load the last saved session file from ~/.claude/sessions/ and orient fully before doing any work. Reads the complete file, formats a structured briefing (project,…
KevinZai/commander · ★ 3 · AI & Automation · score 79
Install: claude install-skill KevinZai/commander
# /ccc-resume-session — Resume Session State Load the last saved session state and orient fully before doing any work. This skill is the counterpart to `/ccc-save-session`. ## When to Use - Starting a new session to continue work from a previous day - After starting a fresh session due to context limits - When handing off a session file from another source (provide the file path as argument) - Any time you have a session file and want Claude to fully absorb it before proceeding ## Usage ``` /ccc-resume-session # loads most recent file in ~/.claude/sessions/ /ccc-resume-session 2024-01-15 # loads most recent session for that date /ccc-resume-session ~/.claude/sessions/2024-01-15-session.tmp # loads a specific legacy-format file /ccc-resume-session ~/.claude/sessions/2024-01-15-abc123de-session.tmp # loads a current short-id session file ``` ## Process ### Step 1: Find the session file If no argument provided: 1. Check `~/.claude/sessions/` 2. Pick the most recently modified `*-session.tmp` file 3. If the folder does not exist or has no matching files, tell the user: ``` No session files found in ~/.claude/sessions/ Run /ccc-save-session at the end of a session to create one. ``` Then stop. If an argument is provided: - If it looks like a date (`YYYY-MM-DD`), search `~/.claude/sessions/` for files matching that date and load the most recently modif