---
name: Ijfw Recall
slug: ijfw-recall
category: AI Engineering
description: Ijfw Recall surfaces relevant project memory at session start or when asked with recall-related prompts. It summarizes working and project memory entries and points to full text on request.
github: "https://github.com/FerroxLabs/ijfw/tree/main/claude/skills/ijfw-recall"
language: JavaScript
stars: 210
forks: 40
install: "npx degit https://github.com/FerroxLabs/ijfw/tree/main/claude/skills/ijfw-recall ~/.claude/skills/ijfw-recall"
installs_to: ~/.claude/skills/ijfw-recall
source_path: claude/skills/ijfw-recall/SKILL.md
collection_size: 25
category_size: 2970
collection_url: "https://dirskills.com/collections/FerroxLabs/ijfw"
added: 2026-09-04T05:26:38.259Z
last_synced: 2026-09-04T05:26:38.259Z
canonical_url: "https://dirskills.com/skills/ijfw-recall"
---

# Ijfw Recall

Ijfw Recall surfaces relevant project memory at session start or when asked with recall-related prompts. It summarizes working and project memory entries and points to full text on request.

**Install:**

```bash
npx degit https://github.com/FerroxLabs/ijfw/tree/main/claude/skills/ijfw-recall ~/.claude/skills/ijfw-recall
```

## README

## Execution

1. Call `ijfw_memory_recall` with the current task or goal as the query.
   If no specific query, use the last user message or the project name.

2. Also call `ijfw_metrics` to get tier sizes and last-update timestamps.

3. Present findings grouped by tier:

```
WORKING MEMORY (hot -- .ijfw/memory/)
  <N> entries found
  - <key>: <one-line summary>  [<date>]
  ...

PROJECT MEMORY (project-level decisions)
  - <key>: <one-line summary>  [<date>]
  ...

NOTHING RECALLED
  Clean slate -- no relevant entries found for "<query>".
  Start a session to begin building memory.
```

4. After presenting, offer in one line:
   > `<N> things recalled. Want the full text of any entry? (name it)`

## Rules

- Never dump raw file contents. Summarize each entry to one line.
- If memory is empty or the MCP tool is unavailable, check `.ijfw/memory/knowledge.md`
  directly -- it is plain markdown.
- Omit tiers with zero matches. Show "Clean slate" only when all tiers are empty.
- Do not fabricate entries. If recall returns nothing, say so clearly.
