Claude-context-mode ctx-doctor
install
source · Clone the upstream repo
git clone https://github.com/mksglu/context-mode
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/mksglu/context-mode "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/ctx-doctor" ~/.claude/skills/mksglu-claude-context-mode-ctx-doctor && rm -rf "$T"
manifest:
skills/ctx-doctor/SKILL.mdsource content
Context Mode Doctor
Run diagnostics and display results directly in the conversation.
Instructions
- Call the
MCP tool directly. It runs all checks server-side and returns a markdown checklist.ctx_doctor - Display the results verbatim — they are already formatted as a checklist with
PASS,[x]
FAIL,[ ]
WARN.[-] - Fallback (only if MCP tool call fails): Derive the plugin root from this skill's base directory (go up 2 levels — remove
), then run with Bash:/skills/ctx-doctor
Re-display results as a markdown checklist.CLI="<PLUGIN_ROOT>/cli.bundle.mjs"; [ ! -f "$CLI" ] && CLI="<PLUGIN_ROOT>/build/cli.js"; node "$CLI" doctor