corgispec-memory-migrate

Migrate project knowledge into corgispec memory and wiki structures.

113|9|Updated Apr 30, 2026
One-click install
npx skills add https://github.com/ricoyudog/Coding_Corgi_flow --skill corgispec-memory-migrate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: corgispec-memory-migrate
Source: https://github.com/ricoyudog/Coding_Corgi_flow/tree/main/.opencode/skills/molecules/corgispec-memory-migrate
Command: npx skills add https://github.com/ricoyudog/Coding_Corgi_flow --skill corgispec-memory-migrate

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires corgispec-memory-init.

What problem does it solve?

It converts scattered project knowledge (agent configs, archived changes, documentation, and existing vault pages) into the structured memory/wiki format so your AI can reuse it reliably across future sessions.

Core Features & Use Cases

  • Hybrid migration with guardrails: Auto-populates unambiguous sources (agent configs and archived change structure) while asking for user input only for ambiguous docs/vault pages.
  • Creates references, not destructive moves: Source files are never moved or deleted; wiki entries are created as references to the originals.
  • Keeps memory healthy: Enriches memory/MEMORY.md, updates key wiki hubs (hot/index/log), applies size caps, and performs wikilink integrity checks.

Quick Start

Run the corgispec-memory-migrate skill to migrate existing docs, archived changes, agent configs, and vault pages into the memory/wiki structure.

Frequently Asked Questions about corgispec-memory-migrate

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

FAQPage Schema
How do I migrate existing project documentation into an Obsidian vault for AI reuse?

To migrate project documentation into an Obsidian vault, this skill converts scattered docs, archived changes, and agent configs into structured wiki pages and enriches MEMORY.md. It creates reference wiki entries without moving or deleting your original source files.

What's the best way to import archived changes into a memory system without losing data?

Importing archived changes into a memory system is done safely by creating reference wiki pages instead of moving source files. This approach populates the memory structure while keeping your original archived change documents intact and untouched.

How do I update MEMORY.md and wiki hubs without creating broken wikilinks?

Updating MEMORY.md and wiki hubs safely requires automated wikilink integrity checks and size cap enforcement. This skill applies those guardrails during knowledge migration to ensure your vault remains navigable and structurally healthy.

Can I automate knowledge migration from agent config files into a wiki structure?

Knowledge migration from agent config files into a wiki structure can be automated. This skill auto-populates unambiguous sources like agent configs directly, only prompting for user input when handling ambiguous documentation or existing vault pages.

Does this memory migration tool require an existing wiki to run?

This memory migration tool requires an initialized corgispec memory and wiki structure to run. You must use a memory initialization skill first to set up the vault environment before migrating existing project knowledge sources into it.