estack-vscode-file-recovery

Recover deleted files from editor Local History or Claude session transcripts.

1|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/ElliotDrel/e-stack --skill estack-vscode-file-recovery
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: estack-vscode-file-recovery
Source: https://github.com/ElliotDrel/e-stack/tree/main/skills/estack-vscode-file-recovery
Command: npx skills add https://github.com/ElliotDrel/e-stack --skill estack-vscode-file-recovery

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a solution for recovering files that were permanently deleted and are not recoverable via git or the Recycle Bin, using Local History snapshots or Claude session transcripts.

Core Features & Use Cases

  • Recover Permanently Deleted Files: Restore files deleted via rm, bash, or any method bypassing the Recycle Bin.
  • Local History Snapshots: Utilize VS Code or Cursor Local History to recover files.
  • Claude Session Transcripts: Retrieve deleted files from Claude session transcripts.
  • Use Case: If you've deleted a critical file that was never committed to git and the Recycle Bin can't recover it, this Skill can help you get it back.

Quick Start

Use the 'estack-vscode-file-recovery' skill to recover a deleted file from the editor's Local History.

Frequently Asked Questions about estack-vscode-file-recovery

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

FAQPage Schema
How do I recover permanently deleted files from VS Code or Cursor?

Recover permanently deleted files by extracting snapshots from VS Code or Cursor Local History directories. This tool restores files bypassed by the Recycle Bin or git, supporting Windows, Mac, and Linux operating systems.

Can I recover a deleted file that was never committed to git?

Yes, you can recover a deleted file never committed to git by utilizing editor Local History snapshots or Claude session transcripts. This method retrieves lost code even when standard version control fails.

Does VS Code Local History work for recovering files deleted via bash commands?

VS Code Local History works for recovering files deleted via bash or rm commands. It accesses background snapshots taken by the editor to restore permanently deleted files that bypassed the Recycle Bin.

How do I retrieve deleted code from Claude session transcripts?

Retrieve deleted code from Claude session transcripts by parsing the stored JSONL session files. The recovery process extracts file contents directly from these conversation logs to restore lost work.

What do I need to access Cursor Local History for file recovery?

You need access to the Cursor Local History directories on your local machine. The recovery process requires these stored snapshot folders to extract and restore your permanently deleted files.

What are the limitations of using Local History to restore deleted files?

Local History restoration is limited by the snapshot retention policy of your editor. If the Local History directories were cleared or the file was never opened in the editor, recovery is not possible.