HKUDS

Auto Memory Refine — Development skill for Claude Code

Development community

Run the Critic-Improver refine loop until completion.

How to install Auto Memory Refine

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

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

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

What Auto Memory Refine does


name: auto-memory-refine description: Run the Critic-Improver refine loop until completion argument-hint: agent-repo-path alwaysApply: true

auto-memory-refine

**Target agent repository**: $ARGUMENTS

Prerequisites

`/auto-memory-implement` must have completed, leaving `worktraces/refine_state.json` with `step_status: "ready"`.

Goal

Run the full Critic-Improver refine loop: iterate phases until the Critic stops or `max_phases` is reached. This command owns the outer loop and c

Alternatives in Development

  • Critic 24.1k ★
  • Lazycodex — The one and only agent harness for complex codebases 3.3k ★
  • Ralphy — My Ralph Wiggum setup, an autonomous bash script that runs Claude Code, Codex, OpenCode, Cursor agent, Qwen & 2.8k ★

Full documentation available on GitHub

View Source Repository