recall

recall is a skill for Claude Code, Codex from foliveira/harmonia. It costs 33 tokens per session (199 once invoked), scanned A, original, MIT.

A workflow for finding relevant lessons already recorded for the current code repository.

In plain words
What is it for?
Use it mid-task to retrieve matching project memories and older solution notes within a chosen line limit.
Why use it?
It reduces repeated investigation by bringing earlier solutions and project-specific guidance back into the current session.

Skill for Claude CodeCodex

Installs and runs on its own, but its text points at files inside its plugin — anything it tells you to read at a ${CLAUDE_PLUGIN_ROOT} path is only there once the plugin is installed. Installing the plugin gets both.

Part of the harmonia plugin — 16 skills, 12 agents, 1 hook shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/foliveira/harmonia/recall
Any agent
npx skills add foliveira/harmonia --skill recall
Clone the repo
git clone --depth 1 https://github.com/foliveira/harmonia

Made for: Claude Code, Codex.

Or install harmonia, the plugin that ships this one along with the rest of its 16 skills, 12 agents, 1 hook.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for recall

README.md
[![agentmods](https://agentmods.dev/badge/skills/foliveira/harmonia/recall.svg)](https://agentmods.dev/skills/foliveira/harmonia/recall)
Your own site
<a href="https://agentmods.dev/skills/foliveira/harmonia/recall"><img src="https://agentmods.dev/badge/skills/foliveira/harmonia/recall.svg" alt="Measured on agentmods" height="20"></a>
Per session 33 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 199 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00033 $0.00199
Opus 5 $0.00016 $0.00100
Sonnet 5 $0.00007 $0.00040
Haiku 4.5 $0.00003 $0.00020

Measured 4d ago against content hash d93d5e39b354, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

recall scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/recall/SKILL.md · 14 lines

What it actually says

Run the recall script and surface the summaries it returns:

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.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 14 lines · 33 tokens per session scan A d93d5e39b354

Subscribe to this mod's changes

recall is a skill published in the GitHub repository foliveira/harmonia (2 stars, last pushed 20d ago), licensed MIT. It adds 33 tokens to every session and 199 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

memory-sync

Review the auto-extracted candidates in .claude/memory/pending.md and commit keepers to the canonical memory files (landmarks.md, libraries.md, decisions.md, landmines.md, conventions.md, pending-questions.md, backlog.md). Invoke at session start when the SessionStart hook reports pending candidates, or any time…

friedbotstudio/baseline · 99 tokens

kb-answer

Answer questions using your project's knowledge base with evidence-backed citations. Every answer must cite literal quotes from KB files to prevent hallucinations. Use this for any question that should be answered from documented knowledge rather than general knowledge.

techwolf-ai/ai-first-toolkit · 46 tokens

kb-import

Import knowledge from existing documents into structured KB entries. Reads source documents (Markdown, PDF, DOCX, plain text), extracts key information, and creates properly formatted KB entries with YAML frontmatter.

techwolf-ai/ai-first-toolkit · 42 tokens

kb-refresh

Add new sources to your knowledge base or re-scrape existing ones to pick up changes. Supports Notion, Slack, Confluence, and local files. Can be run anytime after /setup-knowledge-base.

techwolf-ai/ai-first-toolkit · 46 tokens

setup-knowledge-base

Interactive onboarding to create a structured knowledge base. Defines categories, scaffolds the directory structure, creates the index, and optionally imports initial content. Run this first before using /kb-answer or /kb-import.

techwolf-ai/ai-first-toolkit · 47 tokens

session-search

Find context from past Claude Code (CLI) and Claude Cowork (desktop) sessions on this Mac. Use when the user wants to recall something they did before but can't find it , phrasings like "where did I work on X", "find that session where I…", "when did I last do Y", "pull up the conversation about Z", "that time I…

techwolf-ai/ai-first-toolkit · 113 tokens