sessionlog:continue
Installation
SKILL.md
Session Continue
Find and load a compacted session file to resume work from a previous session.
Steps
1. Find compact files
ls -t docs/sessionlogs/*-compact.md 2>/dev/null
2. Select the compact file
- If no files found: Tell the user no compact files exist. Suggest running
/sessionlog:compactfirst. - If exactly one file found: Use it automatically.
- If multiple files found: Show the user a numbered list with the session ID and file modification date for each. Ask which one to continue from. Format:
Related skills