compress
Compress a memory/context file into terse form. Saves ~40-50% tokens per session. Usage: /compress <filepath>
Open the full IJFW guide. Terminal-paged by default, or rendered in a browser tab with `--browser`. Use when the user asks how to use IJFW, what commands exist, or how to do something specific.
$ npx -y skills add FerroxLabs/ijfw --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/ijfw-helpContext preview
What this command does when you run it.
Open the full IJFW guide. Terminal-paged by default, or rendered in a browser tab with `--browser`. Use when the user asks how to use IJFW, what commands exist, or how to do something specific.
name: ijfw-help description: "Open the full IJFW guide. Terminal-paged by default, or rendered in a browser tab with `--browser`. Use when the user asks how to use IJFW, what commands exist, or how to do something specific."
Dispatch the IJFW guide to the user.
1. If the user passed `--browser` (or asked for "browser", "render", "pretty view") run `ijfw help --browser` in a Bash tool call. This renders the guide as HTML at `~/.ijfw/guide/index.html` and opens it in the default browser. 2. Otherwise, run `ijfw help` in a Bash tool call. The guide prints to terminal paged through `less -R`.
Examples: "how do I run a cross audit?", "what does `ijfw memory recall` do?", "what are the workflow modes?".
Do NOT open the full guide. Instead:
1. Read `docs/GUIDE.md` from the repo root (fallback: `~/.ijfw/docs/GUIDE.md`). 2. Grep for the section the user asked about. 3. Quote the relevant block (command reference row, FAQ entry, or quickstart win) in your reply. Keep it under 20 lines. 4. Offer: "Full guide: `ijfw help --browser` for the rendered version, or `ijfw help` in the terminal."
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
Compress a memory/context file into terse form. Saves ~40-50% tokens per session. Usage: /compress <filepath>
Dream cycle -- promote patterns, prune stale, reconcile contradictions, optionally promote to global.
Second-model review. Picks an auditor (codex/gemini/opencode/aider/copilot), excludes the caller, writes a prompt to paste, reads the response back. Usage:…
Adversarial multi-angle critique. All three auditors fire in parallel (codex=technical, gemini=strategic, claude=ux). Counter-args ranked by rebuttal survival…
Two-phase multi-model research. Phase A fans codex+gemini in parallel (benchmarks + citations angles); Phase B synthesises via fresh Claude session. Usage:…
Run IJFW health check (files, MCP server, hooks, memory, caps, framing)