project-migrate
Installation
SKILL.md
Migrate Project
Copy the current project directory to a new path while preserving Claude Code project memory and persisting project knowledge for continuity.
Prerequisites
This skill depends on the project-memory skill. Before proceeding with any migration step, verify it is installed:
ls ~/.claude/skills/*/SKILL.md 2>/dev/null | xargs grep -l 'name: project-memory' 2>/dev/null
Also check plugin-installed skills:
find ~/.claude/plugins -name "SKILL.md" -exec grep -l 'name: project-memory' {} \; 2>/dev/null
If neither command returns a result, tell the user: