smithery/bobmatnyc

mpm-doctor

Run diagnostic checks on Claude MPM installation

Installation

$ npx skills add smithery/bobmatnyc --skill mpm-doctor

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/bobmatnyc · top by installs.

npx skills add smithery/bobmatnyc

Browse all from smithery/bobmatnyc

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Version1.0.0
Declared agents claude-code

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,367 B
  • docs SUMMARY.md 66 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

/mpm-doctor

Run comprehensive diagnostics on Claude MPM installation.

Usage

/mpm-doctor [--verbose] [--fix]

Options

  • --verbose: Show detailed diagnostic output
  • --fix: Attempt to automatically fix detected issues

What It Checks

  • Installation: MPM package installation and version
  • Configuration: Config file validity and required settings
  • WebSocket: WebSocket server connectivity and health
  • Agents: Agent availability and configuration
  • Memory: Memory system health and accessibility
  • Hooks: Hook system setup and functionality

When to Use

  • After initial MPM installation (verify setup)
  • When experiencing issues with commands or delegation
  • Before reporting bugs (gather diagnostic information)
  • After configuration changes (verify correctness)
  • When WebSocket monitoring isn't working

Example Output

✅ MPM Installation: OK (v5.4.105)
✅ Configuration: Valid
⚠️  WebSocket Server: Not running (start with /mpm-monitor start)
✅ Agents: 15 available
✅ Memory System: Healthy
✅ Hooks: Configured

See docs/commands/doctor.md for details.