Auto Memory Refine — Development skill for Claude Code
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
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
Full documentation available on GitHub
View Source RepositoryRelated Skills
Gauntlet Loop
Fast path for a throwaway proof of concept — set a named outside bar, run a builder against a separate blind c
Goal Loop
Pursue a developer-authored goal contract by iterating build -> verify -> refine until its verifiable criteria
Ralplan
Iterative planning with Planner, Architect, and Critic until consensus
Plan Consensus
Run plan-consensus skill — Claude↔Codex independent-critic review on a plan file until consensus or impasse
Proposal Tick
Run proposal refine/review/deep-lit loops in parallel until proposals are ready.
Cr Tune
Mine the CR ledger for disproved classes per critic and draft citation-backed tuning proposals (.coderabbit.ya
Related Agents
Eval Improver
Improver role of the D365FO agent eval loop. Reads the corpus of run records, ranks failure clusters, reproduc
Ralph Orchestrator
by mikeyobrien - Ralph Orchestrator implements the simple but effective "Ralph Wiggum" technique for autonomou
Decision Loop
Autonomous PIVOT/REFINE/PROCEED decision agent — evaluates iteration results and autonomously decides whether