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.
npx agentmods add commands/naimkatiman/continuous-improvement/recallgit clone --depth 1 https://github.com/naimkatiman/continuous-improvementWrote 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.
[](https://agentmods.dev/commands/naimkatiman/continuous-improvement/recall)<a href="https://agentmods.dev/commands/naimkatiman/continuous-improvement/recall"><img src="https://agentmods.dev/badge/commands/naimkatiman/continuous-improvement/recall.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00044 | $0.00464 |
| Opus 5 | $0.00022 | $0.00232 |
| Sonnet 5 | $0.00009 | $0.00093 |
| Haiku 4.5 | $0.00004 | $0.00046 |
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.
What it actually says
/recall — Episodic Search Over Past Sessions
Search this project's observation history for relevant prior activity and return the most relevant past tool calls, ranked.
What it does
Builds an in-memory BM25 index over ~/.claude/instincts/<project-hash>/observations.jsonl and returns the top matches with redacted snippets, relevance scores, and timestamps. Backed by the ci_recall MCP tool (expert mode) and the recall skill.
How to invoke
ci_recall query="permission denied push" # top 5 matches
ci_recall query="jq command not found" k=3 # cap results
ci_recall query="auth login" since=7d # only the last 7 days
since accepts an ISO timestamp or a relative window: 7d, 24h, 30m.
Output shape
## Recall: "permission denied push"
2 match(es), most relevant first:
- [2026-05-20T10:00:00Z] **Bash** (score 3.41)
…git push origin main Permission denied: harness blocked direct push to main…
- ...
Privacy
Snippets are passed through a secret redactor (AWS keys, JWT-shaped triplets, bearer tokens, KEY/SECRET/TOKEN/PASSWORD assignments, long hex strings) before display.
Notes
- Lexical, not semantic — search with the vocabulary that actually appeared in the tool calls; try several phrasings if the first returns nothing.
- Searches the full captured history, not just the recent window.
Pairs with
recallskill — the discipline this command runs.continuous-improvement(core SKILL.md, Law 1 — Research Before Executing).gateguard— recall a past failure before clearing a high-risk action.
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.
- 4d ago First seen · 50 lines · 44 tokens per session scan A ad4a23529711
recall is a command published in the GitHub repository naimkatiman/continuous-improvement (7 stars, last pushed 9d ago), licensed MIT. It adds 44 tokens to every session and 464 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.
Other commands, from other repositories
meta-learn
Capture post-session learnings and compound intelligence across skills.
meta-synthesis
Detect cross-skill patterns and propose brain updates.
rust-teach
One-time setup that scans your Rust project, understands its patterns and conventions, and writes a Rust-specific context section to your CLAUDE.md. Run once per project to establish persistent Rust guidelines.
f5-ctx
Context and session management - save, restore, optimize.
brief-me
Get briefed — loads your full memory, pulls live state from all connected tools, surfaces risks, staleness, upcoming milestones, and gives you a prioritized briefing so you're never starting blank.
retro
Run a post-ship retrospective — measure outcomes vs. predictions, extract lessons, update memory, and feed insights back into the PM system.