extraforthesystem-beep

Memory Migrate — Design skill for Claude Code

Design community

Migrate flat legacy .memory/ (PROGRESS.md, CONTEXT.md) to OKF concept layout.

How to install Memory Migrate

Installs to ~/.claude/commands/extraforthesystem-beep-knowledge-harness-memory-migrate.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/extraforthesystem-beep/knowledge-harness/HEAD/.claude/commands/memory-migrate.md -o ~/.claude/commands/extraforthesystem-beep-knowledge-harness-memory-migrate.md

Restart Claude Code, or start a new session, for it to be picked up.

What Memory Migrate does


description: Migrate flat legacy .memory/ (PROGRESS.md, CONTEXT.md) to OKF concept layout.

Upgrade an **old harness** `.memory/` bundle to the OKF-native layout.

Detect legacy layout

Legacy (flat) if any of these exist at `.memory/` root **and** `.memory/context/project.md` is missing:

  • PROGRESS.md
  • CONTEXT.md
  • DECISIONS.md
  • DECISIONS-archive.md
  • INDEX.md

OKF-native if `.memory/context/project.md` exists with YAML frontmatter (`type: Project Context`).

Run migr

Alternatives in Design

  • Figma — Fetch design context, screenshots, and assets from Figma for implementation 14.6k ★
  • Interface Design — Design engineering for Claude Code 4.3k ★
  • Scaffold Project — Scaffold a new design-product project that matches the recommended Claude Code layout (the reference structure 781 ★

Full documentation available on GitHub

View Source Repository