ctx-doctor
Original:🇺🇸 English
Translated
Run context-mode diagnostics. Checks runtimes, hooks, FTS5, plugin registration, npm and marketplace versions. Trigger: /context-mode:ctx-doctor
3installs
Sourcemksglu/context-mode
Added on
NPX Install
npx skill4agent add mksglu/context-mode ctx-doctorTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Context Mode Doctor
Run diagnostics and display results directly in the conversation.
Instructions
- Derive the plugin root from this skill's base directory (go up 2 levels — remove ).
/skills/ctx-doctor - Run with Bash:
CLI="<PLUGIN_ROOT>/cli.bundle.mjs"; [ ! -f "$CLI" ] && CLI="<PLUGIN_ROOT>/build/cli.js"; node "$CLI" doctor - 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:
Use
## 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.1for PASS,[x]for FAIL,[ ]for WARN.[-]