ijfw-agents-md
Maintain canonical AGENTS.md (open spec). Trigger: 'agents.md', 'update AGENTS.md', or auto-fired by ijfw-team after agent generation.
Surface relevant project memory at session start or on demand. Trigger: session start, 'recall', 'remember', 'what do you know', 'context', /recall
$ npx -y skills add FerroxLabs/ijfw --skill ijfw-recall --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/ijfw-recallContext preview
The summary Claude sees to decide when to auto-load this skill.
Surface relevant project memory at session start or on demand. Trigger: session start, 'recall', 'remember', 'what do you know', 'context', /recall
name: ijfw-recall description: "Surface relevant project memory at session start or on demand. Trigger: session start, 'recall', 'remember', 'what do you know', 'context', /recall"
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)`
directly -- it is plain markdown.
IJFW — It Just F*cking Works. Ferrox Labs' local-first infrastructure for AI coding agents: shared memory, smart routing, multi-AI cross-audits, disciplined workflow.
Repo: FerroxLabs/ijfw
Maintain canonical AGENTS.md (open spec). Trigger: 'agents.md', 'update AGENTS.md', or auto-fired by ijfw-team after agent generation.
Session-end auto-extraction of lessons, errors, fixes, and user feedback into structured memory. Fires at session end. Requires consent on first run.
Terse conventional commits. Trigger: commit, git commit, /ijfw-commit
Use when a milestone is shipping and you need to archive its artifacts, generate a summary, and seed the next milestone. Trigger: 'milestone complete', 'ship…
Compress memory/context files into terse form. Trigger: /compress, compress file
Use when the user says: 'compute', 'crunch this', 'analyze logs', 'aggregate the data', 'run a script', 'dedupe', 'count by', 'top N', or any data-shaping ask.…