mem-recall

Installation
SKILL.md

mem-recall — On-Demand Memory Search

Retrieves short-term context: recent daily logs, candidates, and open handoffs. Durable instructions come from auto-loaded AGENTS.md / CLAUDE.md, so this skill stays focused on short-term memory.

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

# Open handoffs to resume — one file per active task, newest creation day last
ls .memories/handoffs/ 2>/dev/null
Installs
16
First Seen
Jun 3, 2026
mem-recall — akunzai/agent-skills