HKUDS

Auto Memory — Design skill for Claude Code

Design community

End-to-end memory system creation — design, implement, and refine.

How to install Auto Memory

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

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

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

What Auto Memory does


name: auto-memory description: End-to-end memory system creation — design, implement, and refine argument-hint: agent-repo-path [user-requirements] alwaysApply: true

auto-memory

**Target agent repository**: $ARGUMENTS

Goal

Orchestrate the full memory-building pipeline by running each phase in sequence. This is a convenience wrapper — each sub-command can also be run independently.

Pipeline

1. Design

/auto-memory-design  [user-requirements]

Explore

Alternatives in Design

Full documentation available on GitHub

View Source Repository