Skill
ctx-doctor
Run context-mode diagnostics. Checks runtimes, hooks, FTS5, plugin registration, npm and marketplace versions. Trigger: /context-mode:ctx-doctor
From context-modeInstall
1
Run in your terminal$
npx claudepluginhub mksglu/context-mode --plugin context-modeTool Access
This skill uses the workspace's default tool permissions.
Skill Content
Context Mode Doctor
Run diagnostics and display results directly in the conversation.
Instructions
- Call the
ctx_doctorMCP tool directly. It runs all checks server-side and returns a markdown checklist. - Display the results verbatim — they are already formatted as a checklist with
[x]PASS,[ ]FAIL,[-]WARN. - Fallback (only if MCP tool call fails): Derive the plugin root from this skill's base directory (go up 2 levels — remove
/skills/ctx-doctor), then run with Bash:
Re-display results as a markdown checklist.CLI="<PLUGIN_ROOT>/cli.bundle.mjs"; [ ! -f "$CLI" ] && CLI="<PLUGIN_ROOT>/build/cli.js"; node "$CLI" doctor
Similar Skills
Stats
Stars5802
Forks372
Last CommitMar 21, 2026