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.
npx claudepluginhub wunki/amplify --plugin ask-questions-if-underspecifiedThis skill uses the workspace's default tool permissions.
Store and apply project-specific memory from `MEMORY.md` in the repository root.
Organizes, extracts, prunes, and verifies Claude Code persistent memory files: MEMORY.md index, topic extraction, staleness detection, accuracy checks. Use near 200-line limit, after insights, or project changes.
Saves key project knowledge explicitly to MEMORY.md via /si:remember for reliable recall. Checks duplicates, warns on size, suggests CLAUDE.md promotion.
Loads and applies project memories from prior sessions for consistent decisions, conventions, and preferences. Stores new entries automatically or via /remember.
Share bugs, ideas, or general feedback.
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.