/lp-migrate-memory
Migrate Claude Code built-in auto-memory files into agentic-memory with the /lp-migrate-memory skill: dedupe, type assignment, and importance scoring in one pass.
Skill that ports your existing ~/.claude/projects/*/memory/*.md files into the agentic-memory system. Installed automatically when you run claude-launchpad memory with Claude shared placement. For local placement, run /lp-migrate-memory inside Claude Code. Cursor Agent uses the same SQLite store after memory install --harness cursor; this skill is Claude Code's legacy-file importer.
/lp-migrate-memoryWhen to use
After installing memory on a project that already has built-in Claude Code memories. The skill reads legacy files, deduplicates against existing memories, and stores them with appropriate types and importance.
What it does
- Finds legacy memory files matching your project path in
~/.claude/projects/*/memory/ - Parses YAML frontmatter (name, description, type) and body content
- Checks for duplicates via
memory_searchbefore storing - Maps legacy types to memory types:
user-> semantic (importance 0.7)feedback-> semantic (importance 0.8)project-> semantic (importance 0.6)reference-> semantic (importance 0.5)
- Reports what was migrated, skipped, or failed
Important
- Does NOT delete original files - you verify and clean up manually
- Skips
MEMORY.mdindex files (not actual memories) - Skips content that's purely code-derived (belongs in CLAUDE.md, not memory)
- Low-value memories will naturally decay over time
Next
/lp-enhance
AI-powered instruction-file improver — runs as a /lp-enhance skill inside Claude Code or Cursor Agent.
Workflow — Backlog and Sprints
How Launchpad keeps BACKLOG.md and TASKS.md from rotting on Claude Code and Cursor Agent. Includes the WP template, path-scoped rules, and the staleness hook that catches drift.