From claudix
Diagnose claudix binary, index, and embedding provider. Use when search errors, the index won't build, or the embedding provider is unreachable.
How this command is triggered — by the user, by Claude, or both
Slash command
/claudix:doctorThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
Run through the node bootstrap so it resolves without `claudix` on PATH, with stderr merged so action hints stay visible:
!`node "${CLAUDE_PLUGIN_ROOT}/bin/claudix-bootstrap.js" doctor 2>&1`
If `embedding_healthy: false`, tell the user to run `claudix install` to download the bundled model, or set `provider = "http"` in `~/.claude/claudix.toml` for LM Studio/Ollama.
If `embedding_model_mismatch: true`, rebuild with the active model:
`node "${CLAUDE_PLUGIN_ROOT}/bin/claudix-bootstrap.js" index --force`
If `index_present: false`, build the index:
`node "${CLAUDE_PLUGIN_ROOT}/bin/claudix-bo...Run through the node bootstrap so it resolves without claudix on PATH, with stderr merged so action hints stay visible:
!node "${CLAUDE_PLUGIN_ROOT}/bin/claudix-bootstrap.js" doctor 2>&1
If embedding_healthy: false, tell the user to run claudix install to download the bundled model, or set provider = "http" in ~/.claude/claudix.toml for LM Studio/Ollama.
If embedding_model_mismatch: true, rebuild with the active model:
node "${CLAUDE_PLUGIN_ROOT}/bin/claudix-bootstrap.js" index --force
If index_present: false, build the index:
node "${CLAUDE_PLUGIN_ROOT}/bin/claudix-bootstrap.js" index
If development_mode: true, note that claudix is running the cargo install binary at binary_path (dev mode), not the downloaded release.
npx claudepluginhub uwuclxdy/claudix --plugin claudix/doctorDiagnoses Repowise setup health — install, API keys, index/store drift — and optionally repairs issues. Supports --repair, --workspace, and path flags.
/doctorRuns a comprehensive diagnostic on pro-workflow setup, hooks, context usage, MCP servers, CLAUDE.md size, git status, and settings to identify configuration issues.
/doctorRuns diagnostics on the Lean4 plugin setup: verifies environment tools, plugin structure, project files, and detects obsolete legacy artifacts. Also supports migrate and cleanup subcommands.
/doctorDiagnoses per-action readiness for campaign-audit and launch-campaign actions, showing manifest-ready vs stub-unconfigured status with setup hints and environment status.
/doctorDiagnoses health of OrchestKit plugin installations across 15 categories: manifest integrity, hook config, skill validation, MCP connectivity, and more. Reports issues with severity and auto-remediation.
/doctorChecks vault health for broken wikilinks, orphan notes, missing frontmatter, placeholders, and dangling canvas references, then proposes fixes.