/resume-claude

Resume interrupted Claude Code sessions from external checkpoints.

Updated Feb 23, 2026
One-click install
npx skills add https://github.com/cheafi/Trading-bot-CC --skill resume-claude
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: /resume-claude
Source: https://github.com/cheafi/Trading-bot-CC/tree/main/.github/skills/resume-claude
Command: npx skills add https://github.com/cheafi/Trading-bot-CC --skill resume-claude

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about /resume-claude

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I resume an interrupted Claude Code session from a checkpoint?

To resume an interrupted Claude Code session, this Skill detects available external sessions, compares checkpoints, and lets you import a selected session state to restore your previous work progress.

Can I recover work from a Claude Code JSONL export file?

Yes, you can recover work from JSONL exports. The Skill parses Claude Code JSONL files, handles partial parsing for corrupted data, and imports the recovered state into your current session.

Does session recovery work with OMC state files?

Session recovery fully supports OMC state files. It scans for `.omc` state files using external session detection, compares their timestamps against existing checkpoints, and imports the selected state safely.

What happens to my previous checkpoints when I import an external session?

When importing an external session, the Skill creates a safe backup of your previous checkpoints before overwriting them, ensuring you can revert if the imported session state is not what you expected.

How do I choose which external session to import for state recovery?

The Skill compares checkpoint timestamps from available external sessions and prompts you to select a source interactively, ensuring you import the correct session state for your development needs.

What are the limitations of importing corrupted OMC state files?

The Skill handles corrupted state files by parsing partial JSONL data during import, but severely corrupted checkpoints may result in incomplete state recovery and missing file modification histories.