← Back to list

recall-memory
by senlima-sun
⭐ 0🍴 0📅 Jan 23, 2026
SKILL.md
name: recall-memory description: Search and retrieve from memory. Use when user asks about past conversations, "what did we discuss", "find my notes about", "remember when", or needs historical context. allowed-tools: mcp__aiii__recall_memories, mcp__aiii__list_spaces
Recall from Memory
Search and retrieve previously saved memories from aiii's local store.
When to Use
- User asks about previous conversations
- User needs context from past sessions
- User wants to find specific notes or decisions
- Before making a decision that might contradict past context
Instructions
-
Parse the user's query for:
- Keywords and topics
- Time references ("yesterday", "last week", "when we discussed X")
- Space hints ("my work notes", "health stuff")
-
Formulate the search:
- Extract primary search terms
- Identify space filter if mentioned
- Determine result limit (default 5-10)
-
Call recall_memories tool:
{ "query": "search terms", "space_id": "space_xxx", // optional "limit": 10 } -
Present results clearly:
- Show title and date for each result
- Include brief summary preview
- Indicate the source (claude-code, claude-desktop, etc.)
- Group by space if multiple spaces returned
-
Offer to expand:
- Ask if user wants full content of any specific memory
- Offer to narrow search if too many results
- Suggest related searches if no results found
Result Format
## Found 3 memories
### Work Space
1. **Auth refactoring: JWT to session-based** (Jan 7, 2026)
> Refactored authentication from JWT to session-based approach...
Source: claude-code | Tags: auth, jwt
2. **Rate limiting implementation** (Jan 6, 2026)
> Added sliding window rate limiter to API endpoints...
Source: claude-code | Tags: api, security
### Health Space
3. **Vitamin D discussion** (Jan 5, 2026)
> Discussed optimal vitamin D levels and supplementation...
Source: claude-desktop | Tags: vitamins, supplements
No Results Handling
If no memories match:
- Acknowledge the search found nothing
- Suggest broadening search terms
- List available spaces that might contain relevant info
- Offer to help reformulate the query
Example Interaction
User: "What did we discuss about authentication last week?"
Claude:
- Parses: topic="authentication", time="last week"
- Searches:
query: "authentication", limit: 10 - Finds 2 results in Work space
- Presents formatted results
- Offers: "Want me to show the full content of any of these?"
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon