·session-recovery
""

session-recovery

Diagnose and recover Claude Code session issues including missing conversations, corrupted sessions, and session file problems. Use whenever the user sees 'No conversations found to resume', sessions appear in wrong locations, or session files are missing or corrupted. Do NOT use for general Claude Code configuration or for issues unrelated to session persistence and recovery.

48Installs·1Trend·@terrylica

Installation

$npx skills add https://github.com/terrylica/cc-skills --skill session-recovery

How to Install session-recovery

Quickly install session-recovery AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/terrylica/cc-skills --skill session-recovery
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: terrylica/cc-skills.

SKILL.md

View raw

Claude Code uses $HOME environment variable to determine session storage location. If $HOME is incorrect, sessions go to wrong directory or disappear.

| "No conversations found" | Wrong HOME variable | Verify $HOME matches expected user directory | | Sessions in /tmp/ | HOME set incorrectly | Fix HOME in shell profile, restart terminal | | Session files missing | Disk space or permissions | Check /.claude/projects/ permissions and disk |

| Wrong project sessions shown | Path encoding mismatch | Check encoded path matches current working directory | | Sessions not persisting | File system issues | Verify write permissions to /.claude/projects/ | | IDE sessions separate | Different HOME per environment | Ensure consistent HOME across terminal and IDE |

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/terrylica/cc-skills --skill session-recovery
Category
""Writing
Verified
First Seen
2026-03-07
Updated
2026-03-10

Browse more skills from terrylica/cc-skills

Quick answers

What is session-recovery?

Diagnose and recover Claude Code session issues including missing conversations, corrupted sessions, and session file problems. Use whenever the user sees 'No conversations found to resume', sessions appear in wrong locations, or session files are missing or corrupted. Do NOT use for general Claude Code configuration or for issues unrelated to session persistence and recovery. Source: terrylica/cc-skills.

How do I install session-recovery?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/terrylica/cc-skills --skill session-recovery Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/terrylica/cc-skills