From amplify
Loads, saves, and applies durable project memory from MEMORY.md at repo root. Activates on 'remember this' commands, session starts with file, or mistake corrections.
How this skill is triggered — by the user, by Claude, or both
Slash command
/amplify:project-memoryThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Store and apply project-specific memory from `MEMORY.md` in the repository root.
Store and apply project-specific memory from MEMORY.md in the repository root.
At the start of a session in a project directory:
MEMORY.md at the repository root (the directory containing .git).MEMORY.md does not exist, continue without comment.When the user asks to save memory or corrects recurring behavior:
MEMORY.md does not exist, create it using the format in the "Memory file format" section below.# Project Memory
## User Preferences
### [YYYY-MM-DD] Short title
Context: What triggered this entry
Memory: What to remember
Action: How to behave next time
## Project Conventions
### [YYYY-MM-DD] Short title
Context: ...
Memory: ...
Action: ...
## Past Mistakes
### [YYYY-MM-DD] Short title
Context: ...
Memory: ...
Action: ...
## Environment Notes
### [YYYY-MM-DD] Short title
Context: ...
Memory: ...
Action: ...
Before starting substantial work in a session where MEMORY.md has been loaded:
When the user asks to prune or clean up memory, or when an entry is clearly obsolete:
MEMORY.md.MEMORY.md is always at the repository root. In a monorepo, use the root of the specific sub-project being worked on, not the monorepo root, unless the memory applies repo-wide.npx claudepluginhub wunki/amplify --plugin ask-questions-if-underspecifiedSaves key project knowledge explicitly to MEMORY.md via /si:remember for reliable recall. Checks duplicates, warns on size, suggests CLAUDE.md promotion.
Organizes, extracts, prunes, and verifies Claude Code persistent memory files to keep MEMORY.md under the 200-line truncation limit and topic files up to date with project state.
Loads and applies project memories from prior sessions for consistent decisions, conventions, and preferences. Stores new entries automatically or via /remember.