recover

Detect and resume incomplete work after CLI crashes or agent errors.

17|3|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/insightflo/claude-impl-tools --skill recover-insightflo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recover
Source: https://github.com/insightflo/claude-impl-tools/tree/main/plugin/skills/recover
Command: npx skills add https://github.com/insightflo/claude-impl-tools --skill recover-insightflo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically detects and resumes work that was left incomplete after CLI crashes, network drops, or agent errors.

Core Features & Use Cases

  • Detects incomplete tasks listed in TASKS.md and related artifacts (e.g., progress logs).
  • Scans recent conversations and Git worktree state to identify the best recovery path.
  • Proposes recovery actions and supports automatic or manual resume flows.

Quick Start

Run /recover to inspect and resume your last interrupted task.

Frequently Asked Questions about recover

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

FAQPage Schema
How do I recover interrupted Claude Code tasks after a CLI crash?

The /recover command resumes interrupted Claude Code tasks by scanning TASKS.md, conversation history, and Git worktree state. It detects incomplete work after CLI crashes or network drops and proposes specific recovery actions to restore progress.

How does task tracking with TASKS.md handle network drops during code generation?

Task tracking with TASKS.md handles network drops by logging incomplete work in the task file. The recovery process scans these progress logs and Git worktree state to identify exactly where work ceased and proposes a resume action.

Can I automatically restore progress in a Git worktree after an agent error?

Yes, you can automatically restore progress in a Git worktree after an agent error. The recovery mechanism inspects the worktree state alongside conversation history to integrate automated or manual recovery actions and resume the task.

Does the Claude Code task recovery workflow require manual Git commits to resume?

No, the Claude Code task recovery workflow does not require manual Git commits to resume. It detects incomplete tasks from TASKS.md and conversation history, proposing recovery paths that support both automated and manual resume flows.

What is the best way to inspect artifacts and resume incomplete work in Claude Code?

The best way to inspect artifacts and resume incomplete work in Claude Code is running /recover. It inspects TASKS.md based artifacts, evaluates Git worktree state, and proposes a targeted recovery path to continue the interrupted task.