migrate-memory

Migrate learned.md content into a structured MEMORY.md index with categorized topic files.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/son-nguyen-301/hydra-claude --skill migrate-memory
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: migrate-memory
Source: https://github.com/son-nguyen-301/hydra-claude/tree/main/skills/migrate-memory
Command: npx skills add https://github.com/son-nguyen-301/hydra-claude --skill migrate-memory

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Migrate a project's learned.md content into a structured MEMORY.md index and per-topic files to enable organized memory and faster context rehydration.

Core Features & Use Cases

  • Automates the extraction of learned entries from learned.md and distributes them into category topic files under memory/ with an up-to-date MEMORY.md index.
  • Ensures safe migrations with pre-flight checks, backups, and idempotent reruns for reliable memory organization.
  • Applies to projects with evolving knowledge bases that require consistent categorization and quick lookup of topics for injected context.

Quick Start

Run the migration to convert learned.md into categorized MEMORY.md topic files and update MEMORY.md.

Frequently Asked Questions about migrate-memory

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I migrate learned.md into a structured MEMORY.md index?

The migration tool extracts learned entries from learned.md, distributes them into categorized topic files under memory/, and updates the MEMORY.md index for organized memory and faster context rehydration.

What is the best way to organize project memory into topic files?

Organizing project memory into topic files is best handled by applying tokenized categorization to distribute learned entries into scalable memory structures, ensuring consistent memory reuse and quick topic lookup.

Can I safely rerun a learned.md migration without losing data?

Yes, you can safely rerun a learned.md migration because the process includes pre-flight checks, creates backups, and supports idempotent reruns for reliable memory organization without data loss.

Does migrating learned.md require an existing memory/ directory?

Migrating learned.md applies to projects with a learned.md that should be organized into a scalable memory structure, and the pre-flight checks ensure the required memory/ directory and topic files are set up correctly.

Why does my project need a structured MEMORY.md index?

A project needs a structured MEMORY.md index to enable organized memory and faster context rehydration by providing an up-to-date, categorized lookup of topic files for injected context.