mem-recall

Installation
SKILL.md

mem-recall — On-Demand Memory Search

Retrieves short-term context: recent daily logs, candidates, and open handoffs. Durable instructions should come from auto-loaded AGENTS.md / CLAUDE.md; suggest referencing ~/.agents/MEMORY.md from ~/.agents/AGENTS.md or ~/.claude/CLAUDE.md when the runtime supports it.

How to recall

# Recent project daily logs
grep -rn "pattern" .memories/ 2>/dev/null

# Recent global daily logs
grep -rn "pattern" ~/.agents/memories/ 2>/dev/null

# Newest open handoff to resume (one without a later [Handoff:done])
grep -rn "\[Handoff" .memories/ 2>/dev/null | tail
Installs
1
First Seen
1 day ago
mem-recall — akunzai/agent-skills