| name | remember |
| description | Use when user wants to explicitly preserve something permanently in long-term memory's Pinned section |
| user-invokable | true |
Remember Skill
Save a note directly to long-term memory's ## Pinned section. User-invoked /remember indicates importance worth preserving permanently.
Instructions
- If the user provided text after
/remember, use that as the note
- If no text provided, ask what they'd like to remember
- Determine scope:
- If note is project-specific, use project long-term memory
- If note is general/cross-project, use global long-term memory
- When in doubt, ask the user
- Format the note with date and type:
- (YYYY-MM-DD) [type] Title - Description
Common types for pinned notes: pattern, insight, tip
- Append to the
## Pinned section of the appropriate long-term memory file
- Confirm where the note was saved
File Locations
- Global:
~/.claude/memory/global-long-term-memory.md
- Project:
~/.claude/memory/project-memory/{project}-long-term-memory.md
Example
User: /remember The API rate limit is 100 requests per minute
Result: Appends to global ## Pinned section:
- (2026-01-29) [tip] API rate limit - 100 requests per minute
User: /remember Granada uses CoverageTypeId for claim-level coverage
Result: Appends to granada-long-term-memory.md ## Pinned section:
- (2026-01-29) [pattern] CoverageTypeId for claim-level coverage - Granada uses CoverageTypeId to identify which coverage a loss is filed under