What problem does it solve?
This Skill fixes the frustration of losing progress when Claude Code or OMC sessions get interrupted, by helping you resume seamlessly from the latest available external session data.
Core Features & Use Cases
- Session Detection & Listing: Scans for available sessions via
omg_detect_external_session and prompts you when none are found.
- Checkpoint Comparison & Selection: Compares OMG checkpoints against external session timestamps using
omg_compare_checkpoints, then lets you choose a source via vscode_askQuestions.
- Import & Provenance Reporting: Imports the selected session with
omg_import_external_session, backs up previous checkpoints when applicable, and summarizes imported/modified files while handling partial JSONL parsing and corrupted state files.
Quick Start
Ask to resume your interrupted Claude Code work by running the /resume-claude slash command and selecting the external session checkpoint you want to import.