ctx-doctor

SKILL.md

Context Mode Doctor

Run diagnostics and display results directly in the conversation.

Instructions

  1. Derive the plugin root from this skill's base directory (go up 2 levels — remove /skills/ctx-doctor).
  2. Run with Bash:
    CLI="<PLUGIN_ROOT>/cli.bundle.mjs"; [ ! -f "$CLI" ] && CLI="<PLUGIN_ROOT>/build/cli.js"; node "$CLI" doctor
    
  3. IMPORTANT: After the Bash tool completes, re-display the key results as markdown text directly in the conversation so the user sees them without expanding the tool output. Format as a checklist:
    ## context-mode doctor
    - [x] Runtimes: 6/10 (javascript, typescript, python, shell, ruby, perl)
    - [x] Performance: FAST (Bun)
    - [x] Server test: PASS
    - [x] Hooks: PASS
    - [x] FTS5: PASS
    - [x] npm: v0.7.1
    - [x] Marketplace: v0.7.1
    
    Use [x] for PASS, [ ] for FAIL, [-] for WARN.
Weekly Installs
10
GitHub Stars
3.8K
First Seen
6 days ago
Installed on
claude-code10
opencode9
gemini-cli9
github-copilot9
codex9
kimi-cli9