ctx-doctor

Run context-mode diagnostics. Checks runtimes, hooks, FTS5, plugin registration, npm and marketplace versions. Trigger: /context-mode:ctx-doctor

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "ctx-doctor" with this command: npx skills add mksglu/claude-context-mode/mksglu-claude-context-mode-ctx-doctor

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.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

context-mode

No summary provided by upstream source.

Repository SourceNeeds Review
General

ctx-stats

No summary provided by upstream source.

Repository SourceNeeds Review
General

ctx-cloud-status

No summary provided by upstream source.

Repository SourceNeeds Review
General

ctx-upgrade

No summary provided by upstream source.

Repository SourceNeeds Review