# Recall

> Harmonia recall - surface relevant past learnings for the current repo mid-session. Use ONLY when explicitly invoked as /harmonia:recall.

- Skill: `foliveira/recall` (Agent Skill)
- Install (CLI): `npx skillmds@latest add foliveira/recall`
- Raw SKILL.md: https://api.skillmd.com/api/skills/foliveira/recall/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: foliveira (https://skillmd.com/u/foliveira)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/foliveira/recall

---


Run the recall script and surface the summaries it returns:

```bash
bash ${CLAUDE_PLUGIN_ROOT}/bin/memory/recall.sh
```

Forward `--repo <path>` and `--budget-lines <n>` when the developer asks to widen or narrow the pull; otherwise the defaults apply. The script is the single source of truth: it filters the global tier by language-tag overlap with the repo, keeps project-tier and legacy `docs/solutions/` entries unfiltered as always relevant to their own repo, and returns what is left newest-first under a line budget. This wraps the same script the session-start hook and roster agents call directly, so it is a convenience over that mechanism, not a separate one; do not fork its logic.

