recovering-sessions
CommunityRecover Claude Code sessions and resume work.
Authormiethe
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill provides a standardized workflow to recover from crashed, failed, or interrupted Claude Code sessions. It analyzes agent logs, verifies on-disk state, and creates a structured recovery report with ready-to-execute resumption commands, helping teams resume work quickly without losing progress.
Core Features & Use Cases
- Discover, analyze, and correlate recent agent logs to map completed and in-progress work
- Verify on-disk state against session deliverables to ensure accurate recovery
- Generate a detailed recovery report with per-task status, verifications, and remediation commands
- Produce ready-to-run Task() commands to resume interrupted work
- Integrate with artifact-tracking and Git workflows to record recovery progress and commits
Quick Start
- Identify recent logs: run
node scripts/find-recent-agents.jsfor your project - Analyze a log:
node scripts/analyze-agent-log.js <path-to-agent-log.jsonl> - Generate a recovery report:
node scripts/generate-recovery-report.js - Review recovered work and commit changes
- Resume interrupted tasks using the provided Task() commands from the report
Dependency Matrix
Required Modules
None requiredComponents
scriptsreferences
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: recovering-sessions Download link: https://github.com/miethe/meatycapture/archive/main.zip#recovering-sessions Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.