crash-recovery

Reconstruct development session state from git status and scratchpad artifacts.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Euda1mon1a/Autonomous-Assignment-Program-Manager --skill crash-recovery-euda1mon1a
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: crash-recovery
Source: https://github.com/Euda1mon1a/Autonomous-Assignment-Program-Manager/tree/main/.claude/archive/skills/crash-recovery
Command: npx skills add https://github.com/Euda1mon1a/Autonomous-Assignment-Program-Manager --skill crash-recovery-euda1mon1a

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill ensures that your work is not lost due to unexpected crashes, context resets, or terminations, allowing for seamless continuation of your tasks.

Core Features & Use Cases

  • Checkpoint Creation: Saves the current state before risky operations.
  • Post-Crash Reconstruction: Reconstructs session state from available artifacts like git and scratchpad.
  • Handoff Note Generation: Creates clear notes to resume work.
  • Use Case: After an unexpected IDE crash, use this skill to automatically restore your working environment, identify in-progress tasks, and get a clear instruction on where to pick up.

Quick Start

Use the crash-recovery skill to reconstruct the session state after a crash.

Frequently Asked Questions about crash-recovery

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

FAQPage Schema
How do I recover my development session state after an unexpected IDE crash?

To recover your development session state after a crash, this Skill reconstructs your working environment by analyzing git status, scratchpad artifacts, and session history to identify in-progress tasks and generate handoff notes for seamless resumption.

What is the best way to create a checkpoint before risky git operations?

Creating a checkpoint before risky git operations involves saving your current working state. This Skill manages checkpoint creation automatically, capturing your environment context so you can safely execute commands and restore the exact state if a failure occurs.

How does session state reconstruction work using git status and scratchpad artifacts?

Session state reconstruction works by extracting uncommitted changes from git status and combining them with scratchpad artifacts and session history. This process rebuilds the context lost during an unexpected termination, allowing you to resume development seamlessly.

Can I generate handoff notes for task resumption after a context loss?

Yes, you can generate handoff notes for task resumption after a context loss. This Skill creates clear, actionable instructions detailing where you left off, enabling seamless continuation of your development tasks without manually retracing your steps.

Does crash recovery work without any external dependencies?

Yes, crash recovery works without external dependencies. This Skill relies solely on your existing development environment artifacts, specifically git status, scratchpad files, and session history, to reconstruct your state and generate recovery notes.

When do I need to reconstruct session state for seamless continuation?

You need to reconstruct session state for seamless continuation whenever you experience unexpected context resets, IDE crashes, or terminations. This Skill ensures your work is not lost by automatically restoring the environment and identifying in-progress tasks.