with one click
with one click
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | memory-update |
| description | Update project memory files with new learnings |
| disable-model-invocation | true |
You are updating the project's persistent memory files. Follow these steps exactly.
The project auto-memory file is at the path shown in the system context under "user's auto-memory". It typically lives at:
~/.claude/projects/<project-path-encoded>/memory/MEMORY.md
Read this file to understand the current contents.
Ask the user:
Wait for the user's response before proceeding.
Before adding anything:
Count the current number of lines in MEMORY.md.
~/.claude/projects/<path>/memory/gui-patterns.md)MEMORY.md should be organized by topic sections, NOT chronologically. Standard sections include:
When adding new content, place it in the appropriate existing section or create a new section if none fits.
Present the proposed changes to the user as a clear before/after diff:
--- CHANGES ---
Section: <section name>
- Removed: <old content> (if applicable)
+ Added: <new content>
Ask for confirmation: "Apply these changes? (yes/no)"
Only after user confirmation, write the updated MEMORY.md.
Do NOT commit — memory files are in the user's Claude config, not in the git repo.
Print confirmation of what was changed.