Help us improve
Share bugs, ideas, or general feedback.
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.
npx claudepluginhub mksglu/context-mode --plugin context-modeHow 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.
Runs health checks for context-optimizer plugin: verifies versions, hooks, data dir, model config, Node version, and reports fixes. Use via /cco-doctor when plugin issues arise.
Troubleshoots ctx system with structural health checks, event log analysis, and config reviews; suggests actions for hook failures, stale context, and anomalies.
Runs health diagnostics on OrchestKit installation, validating plugins, skills, agents, hooks, permissions, schemas, coordination, memory, MCP status, and Claude Code version. Use for troubleshooting plugin issues.
Share bugs, ideas, or general feedback.
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.