Skip to content
Development
Command

/doctor

Run IJFW health check (files, MCP server, hooks, memory, caps, framing)

From plugin
ijfw
20522 skills37 agents22 commands1 MCP
Install
$ npx -y skills add FerroxLabs/ijfw --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/doctor

Context preview

What this command does when you run it.

Run IJFW health check (files, MCP server, hooks, memory, caps, framing)

Command definition

doctor.md
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.

Ships withijfw

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.

Get the whole plugin