claude-session-migrate

Community

Migrate Claude session storage after moves.

Authorkevintraver
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps you migrate Claude Code session storage when you move or rename project directories.

Core Features & Use Cases

  • Path encoding: Claude stores session directories with hyphenated paths; this Skill updates them to the new path.
  • Migration steps: Verify old path, convert to Claude's folder format, and move directories.
  • Edge-case handling: Missing old, existing new, multiple sessions, invalid paths.

Quick Start

cd ~/.claude/projects/ && mv -- -old-encoded-path -new-encoded-path

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: claude-session-migrate
Download link: https://github.com/kevintraver/dotfiles/archive/main.zip#claude-session-migrate

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository