Harmonia recall - surface relevant past learnings for the current repo mid-session. Use ONLY when explicitly invoked as /harmonia:recall.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add foliveira/harmonia --skill recall --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Recall?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/foliveira-recall)More formats (shields.io, HTML) on the badges page.
---
name: recall
description: Harmonia recall - surface relevant past learnings for the current repo mid-session. Use ONLY when explicitly invoked as /harmonia:recall.
disable-model-invocation: true
---
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.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!