Stats
Actions
Tags
From context-mode
Run context-mode diagnostics. Checks runtimes, hooks, FTS5, plugin registration, npm and marketplace versions. Trigger: /context-mode:ctx-doctor
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 markdown checklist.[x] PASS, [ ] FAIL, [-] WARN./skills/ctx-doctor), then run the installer to repair:
node "<PLUGIN_ROOT>/install.js"
Display the install output to the user. If all 7 steps pass and the server probe shows 9/9 tools, tell the user to run /reload-plugins (CLI) or start a new conversation (Cowork/desktop) to load the repaired plugin. If the install itself fails, show the error — it will say what went wrong and how to fix it.npx claudepluginhub scottconverse/context-mode --plugin context-modeCreates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.