Retrieve relevant learnings from memory
Searches memory for relevant learnings, decisions, and patterns based on your query.
/plugin marketplace add sethdford/claude-toolkit/plugin install memory@claude-toolkit<query>Search memory for relevant learnings, decisions, and patterns.
/recall authentication
/recall "how did we fix the race condition"
/recall error handling patterns
Run the recall script:
"${CLAUDE_PLUGIN_ROOT}/scripts/memory.sh" recall --query "$ARGUMENTS" --limit 5
Present results clearly:
## Memory Recall: "authentication"
### 1. [WORKING_SOLUTION] High Confidence
JWT auth requires checking token expiry before validation
*Stored: 2024-01-10*
### 2. [ARCHITECTURAL_DECISION] High Confidence
Using refresh tokens with 7-day expiry, access tokens 15 min
*Stored: 2024-01-08*
### 3. [FAILED_APPROACH] Medium Confidence
Don't store tokens in localStorage - use httpOnly cookies
*Stored: 2024-01-05*
If no results found, suggest checking different terms or offer to search more broadly.