session-recovery이란?
대화 누락, 세션 손상, 세션 파일 문제 등 Claude Code 세션 문제를 진단하고 복구합니다. 사용자에게 '재개할 대화를 찾을 수 없습니다.'가 표시되거나, 세션이 잘못된 위치에 나타나거나, 세션 파일이 누락되거나 손상될 때마다 사용하세요. 일반적인 Claude Code 구성이나 세션 지속성 및 복구와 관련되지 않은 문제에는 사용하지 마십시오. 출처: terrylica/cc-skills.
대화 누락, 세션 손상, 세션 파일 문제 등 Claude Code 세션 문제를 진단하고 복구합니다. 사용자에게 '재개할 대화를 찾을 수 없습니다.'가 표시되거나, 세션이 잘못된 위치에 나타나거나, 세션 파일이 누락되거나 손상될 때마다 사용하세요. 일반적인 Claude Code 구성이나 세션 지속성 및 복구와 관련되지 않은 문제에는 사용하지 마십시오.
명령줄에서 session-recovery AI 스킬을 개발 환경에 빠르게 설치
출처: terrylica/cc-skills.
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 |
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/terrylica/cc-skills --skill session-recovery대화 누락, 세션 손상, 세션 파일 문제 등 Claude Code 세션 문제를 진단하고 복구합니다. 사용자에게 '재개할 대화를 찾을 수 없습니다.'가 표시되거나, 세션이 잘못된 위치에 나타나거나, 세션 파일이 누락되거나 손상될 때마다 사용하세요. 일반적인 Claude Code 구성이나 세션 지속성 및 복구와 관련되지 않은 문제에는 사용하지 마십시오. 출처: terrylica/cc-skills.
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/terrylica/cc-skills --skill session-recovery 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다
https://github.com/terrylica/cc-skills