Skills Development Context Mode Doctor

Context Mode Doctor

v20260405
ctx-doctor
Runs context-mode diagnostics by invoking the ctx_doctor MCP or fallback CLI to check runtimes, hooks, plugins, and marketplace versions, then returns results as a markdown checklist for troubleshooting the conversation environment.
Get Skill
130 downloads
Overview

Context Mode Doctor

Run diagnostics and display results directly in the conversation.

Instructions

  1. Call the ctx_doctor MCP tool directly. It runs all checks server-side and returns a markdown checklist.
  2. Display the results verbatim — they are already formatted as a checklist with [x] PASS, [ ] FAIL, [-] WARN.
  3. 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:
    CLI="<PLUGIN_ROOT>/cli.bundle.mjs"; [ ! -f "$CLI" ] && CLI="<PLUGIN_ROOT>/build/cli.js"; node "$CLI" doctor
    
    Re-display results as a markdown checklist.
Info
Category Development
Name ctx-doctor
Version v20260405
Size 897B
Updated At 2026-04-06
Language