HKUDS

Auto Memory Implement — Design skill for Claude Code

Design community

Implement a memory system from an existing design document.

How to install Auto Memory Implement

Installs to ~/.claude/skills/hkuds-automemory-auto-memory-implement/SKILL.md

Terminal
mkdir -p ~/.claude/skills/hkuds-automemory-auto-memory-implement && curl -fsSL https://raw.githubusercontent.com/HKUDS/AutoMemory/HEAD/commands/auto-memory-implement.md -o ~/.claude/skills/hkuds-automemory-auto-memory-implement/SKILL.md

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

What Auto Memory Implement does


name: auto-memory-implement description: Implement a memory system from an existing design document argument-hint: agent-repo-path alwaysApply: true

auto-memory-implement

**Target agent repository**: $ARGUMENTS

Prerequisites

Before running this command, `/auto-memory-design` must have completed, producing:

  • /_memory/memory_design.md
  • /_memory/worktraces/note.md

Goal

Implement the memory system described in `memory_design

Alternatives in Design

Full documentation available on GitHub

View Source Repository