DrLux

Memory Update — Development skill for Claude Code

Development community

Updates .claudememory with decisions and tasks completed in the session.

How to install Memory Update

Installs to ~/.claude/commands/drlux-claude-code-template-memory-update.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/DrLux/claude-code-template/HEAD/.claude/commands/memory-update.md -o ~/.claude/commands/drlux-claude-code-template-memory-update.md

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

What Memory Update does


name: memory-update description: Updates .claudememory with decisions and tasks completed in the session

Analyze the current session and update `.claudememory`:

  1. Add to "Recent Technical Decisions" the choices made today (with date).
  2. Mark resolved TODOs as completed [x].
  3. Add new TODOs identified during work.
  4. Update "Features in Development" with the current status.

Do not delete history: add at the top of sections. Keep the file under 100 lines: archive decisions > 30 days

Alternatives in Development

  • Session Update — Update the current development session by 1.2k ★
  • Projectmem — Open-source coding agent memory 766 ★
  • Harness Improvement — Update Kandev harness files from session learnings or explicit cross-platform harness requests 697 ★

Full documentation available on GitHub

View Source Repository