From manta
Health-check your Manta environment — Node, the claude CLI, the bus MCP registration, and git.
How this command is triggered — by the user, by Claude, or both
Slash command
/manta: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 Manta's environment health check via the bundled binary. This is the setup diagnostic referenced in `/manta:help`: it checks your Node version, whether the `claude` CLI is on PATH, the `manta-bus` MCP registration, and that cwd is a git repo. Relay the report as-is; a non-zero exit means at least one check failed — surface the failing line so the user can fix it.
Run Manta's environment health check via the bundled binary.
node "${CLAUDE_PLUGIN_ROOT}/dist/bin/manta.cjs" doctor $ARGUMENTS
This is the setup diagnostic referenced in /manta:help: it checks your Node version, whether the claude CLI is on PATH, the manta-bus MCP registration, and that cwd is a git repo. Relay the report as-is; a non-zero exit means at least one check failed — surface the failing line so the user can fix it.
npx claudepluginhub tr00x/manta --plugin manta/doctorRuns diagnostic checks on pro-workflow and Claude Code setup including installation, hooks functionality, context health, CLAUDE.md size, git status, and settings.
/doctorDiagnoses the Repowise setup — checks installation, API keys, and index/store consistency — and optionally repairs drift.
/doctorDiagnoses babysitter run health (optional run-id uses most recent), checking 10 areas: journal integrity, state cache, effects, locks, sessions, logs, disk usage, and more. Produces structured report with PASS/WARN/FAIL statuses.
/doctorRuns Lean4 diagnostics on environment, plugin structure, workspace build, and MCP tools; detects legacy migrations and stale files for cleanup. Supports env, migrate [--global], cleanup [--apply] modes.
/doctorChecks KARIMO installation health across files, templates, GitHub auth, CLAUDE.md, and version. Provides issues and recommendations. Supports --test for quick 4-test verification.
/doctorDiagnoses OCR setup by checking installation files, Git availability, optional GitHub CLI authentication, and reports readiness status.