compress
Compress a memory/context file into terse form. Saves ~40-50% tokens per session. Usage: /compress <filepath>
Run IJFW health check (files, MCP server, hooks, memory, caps, framing)
$ npx -y skills add FerroxLabs/ijfw --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/doctorContext preview
What this command does when you run it.
Run IJFW health check (files, MCP server, hooks, memory, caps, framing)
description: "Run IJFW health check (files, MCP server, hooks, memory, caps, framing)" allowed-tools: ["Bash"]
Resolution order for the doctor script:
1. `$IJFW_REPO/scripts/doctor.sh` -- if `$IJFW_REPO` is set (dev-tree override). 2. `$IJFW_HOME/scripts/doctor.sh` -- if `$IJFW_HOME` is set (custom install root). 3. `$HOME/.ijfw/scripts/doctor.sh` -- default install location.
If none of those paths resolve, surface: `IJFW doctor script not found -- run \`npm install -g @ijfw/install && ijfw install\` to restore it.`
Run the resolved script with `bash <path>`. Report the output as-is. Do not summarize -- the doctor output is already positive-framed and scannable.
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:…