From context-mode
Runs context-mode diagnostics checking runtimes, hooks, FTS5, plugin registration, npm and marketplace versions. Invoke via /context-mode:ctx-doctor for plugin troubleshooting.
How this skill is triggered — by the user, by Claude, or both
Slash command
/context-mode:ctx-doctorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run diagnostics and display results directly in the conversation.
Run diagnostics and display results directly in the conversation.
ctx_doctor MCP tool directly. It runs all checks server-side and returns a plain-text status report.[OK] PASS, [FAIL] FAIL, [WARN] WARN. Renderer-safe (no markdown task-list syntax) for cross-client compatibility (e.g., Z.ai GLM)./skills/ctx-doctor), then run with Bash:
CLI="<PLUGIN_ROOT>/cli.bundle.mjs"; [ ! -f "$CLI" ] && CLI="<PLUGIN_ROOT>/build/cli.js"; node "$CLI" doctor
Re-display results verbatim with the same [OK]/[FAIL]/[WARN] prefixes.npx claudepluginhub hgxszhj/mksglu-context-mode --plugin context-modeRuns context-mode diagnostics checking runtimes, hooks, FTS5, plugin registration, npm and marketplace versions. Displays results with [OK]/[FAIL]/[WARN] status prefixes.
Verifies plugin installation health: checks versions, hooks, data directory, model config, and reports issues. Run via /cco-doctor or when plugin malfunctions.
This skill should be used when the user asks to "check my setup", "run diagnostics", "doctor", "health check", "verify my installation", "are my plugins working", "check plugin status", "what's broken", "fix my setup", "debug my environment", "check dependencies", "environment check", "troubleshoot setup", or invokes /midnight-expert:doctor. Provides comprehensive health reporting for the midnight-expert ecosystem — plugin installation, MCP servers, external tools, cross-plugin references, and NPM registry.