ijfw-agents-md
Maintain canonical AGENTS.md (open spec). Trigger: 'agents.md', 'update AGENTS.md', or auto-fired by ijfw-team after agent generation.
Session handoff generation and loading. Trigger: session end, context full, /handoff
$ npx -y skills add FerroxLabs/ijfw --skill ijfw-handoff --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/ijfw-handoffContext preview
The summary Claude sees to decide when to auto-load this skill.
Session handoff generation and loading. Trigger: session end, context full, /handoff
name: ijfw-handoff description: "Session handoff generation and loading. Trigger: session end, context full, /handoff"
Generate a structured handoff for session continuity.
Capture in .ijfw/memory/handoff.md:
Handoff: <timestamp> ==================== Status ------ | Phase N | Wave NA | Step N.M | <done/in-progress/blocked> | <What's done. What's in progress. What percentage complete.> Decisions --------- <Key decisions made this session with rationale. 1 line each.> Modified Files -------------- <Files created/edited with brief description of changes.> Next Steps ---------- <Ordered list. What to do first when resuming.> Blockers -------- <Open questions, missing info, external dependencies.>
Rules:
Read .ijfw/memory/handoff.md. Display a 2-3 line summary. Set context for continuation.
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.…