session-recovery

Restore active tasks and project context after session interruptions.

33|5|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/Sir-chawakorn/power-ranger-toolkit --skill session-recovery-sir-chawakorn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-recovery
Source: https://github.com/Sir-chawakorn/power-ranger-toolkit/tree/main/src/skills/session-recovery
Command: npx skills add https://github.com/Sir-chawakorn/power-ranger-toolkit --skill session-recovery-sir-chawakorn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures that your work is not lost due to unexpected interruptions like system crashes, IDE restarts, or context switches, allowing you to seamlessly resume your tasks.

Core Features & Use Cases

  • Automatic Context Loading: Restores your last working state, including active tasks, project context, and recent decisions.
  • Progress Resumption: Allows you to continue from where you left off, minimizing downtime and context-switching overhead.
  • Use Case: After an unexpected computer restart, you can use this skill to quickly get back to the specific code file and task you were working on before the interruption.

Quick Start

Use the session recovery skill to restore your last working session.

Frequently Asked Questions about session-recovery

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

FAQPage Schema
How do I restore my working context after an unexpected IDE restart or system crash?

To restore your working context after a system crash, this skill analyzes active task files, recent git changes, unsaved work, and error logs to reconstruct your previous state. It prioritizes loading active task details and recent decisions from memory files for seamless task resumption.

What is session recovery and how does it help with task resumption?

Session recovery is the process of reconstructing your previous working state after interruptions. It analyzes active task files, recent git changes, and memory files to load project summaries and recent decisions, enabling seamless resumption of interrupted tasks and minimizing context-switching overhead.

How do I recover unsaved work and recent decisions after an interruption?

You can recover unsaved work and recent decisions by using this skill to analyze recent git changes, active task files, and error logs. It specifically loads recent decisions from memory files to ensure you can continue exactly where you left off before the interruption occurred.

Can I use this to restore project context and active tasks after a computer restart?

Yes, you can use this skill to restore project context and active tasks after a computer restart. It analyzes your active task files and recent git changes to reconstruct the previous state, allowing you to quickly get back to the specific code file you were working on.

Do I need git changes or memory files to restore my last working session?

Git changes and memory files are not strictly required but are highly beneficial for session recovery. The skill actively analyzes recent git changes, unsaved work, and loads recent decisions from memory files to accurately reconstruct your previous working state and enable seamless task resumption.