recover

Reconstruct full task context from session history and repository state.

6|Updated Apr 22, 2026
One-click install
npx skills add https://github.com/GeekKingCloud/skills --skill recover-geekkingcloud
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recover
Source: https://github.com/GeekKingCloud/skills/tree/main/recover
Command: npx skills add https://github.com/GeekKingCloud/skills --skill recover-geekkingcloud

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

When coding sessions time out, crash, or get unexpectedly interrupted, you lose critical context about your active task, forcing you to waste time reconstructing what you were working on from memory. This Skill eliminates that friction by automatically gathering and synthesizing all available evidence to rebuild your full task context so you can pick up right where you left off.

Core Features & Use Cases

  • Evidence-Based Context Reconstruction: Aggregates session history, handoff notes, workspace artifacts, git state, command logs, and recent file changes to build a complete picture of your interrupted work.
  • Intelligent Recovery Modes: Automatically selects the appropriate recovery path (continue, summarize, ask for confirmation, offer task options, or stop) based on the strength of available evidence and risk level.
  • Use Case: If your development session crashes mid-debug of a failing authentication flow, this Skill will pull your recent test logs, code diffs, and error output to identify exactly where you left off and suggest the next safe debugging step.

Quick Start

Use the recover skill to resume the interrupted work from your last coding session after the unexpected timeout.

Frequently Asked Questions about recover

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

FAQPage Schema
How do I recover interrupted coding work after a session timeout?

Recovering interrupted coding work requires reconstructing full task context from session history, handoff notes, workspace artifacts, and git state. This skill aggregates available evidence to rebuild your context and automatically selects the appropriate recovery path to resume work safely.

How does context reconstruction work for a crashed development session?

Context reconstruction for a crashed development session works by gathering and synthesizing evidence from session history, handoff notes, command logs, and recent file changes. It evaluates the strength of this evidence to determine exactly where you left off and what actions are safe to take next.

Can I resume a stalled coding task without manually rebuilding the context?

Yes, you can resume a stalled coding task without manual context reconstruction. The skill automatically pulls git diffs, test logs, and error output to identify your previous state, eliminating the need to manually recall what you were working on before the interruption.

What is the best way to resume a partially handed off coding project?

The best way to resume a partially handed off coding project is to use evidence-based context reconstruction. The skill reads handoff notes alongside repository state and workspace artifacts to build a complete picture of the interrupted work and offer task options for continuation.

Are there guardrails to prevent destructive actions during workflow resumption?

Yes, guardrails are applied during workflow resumption to avoid destructive actions. The skill evaluates the risk level of available evidence and selects intelligent recovery modes, such as asking for confirmation or stopping, to ensure no irreversible changes are made to your codebase.