Agent skill
mpm-doctor
Run diagnostic checks on Claude MPM installation
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/mpm-doctor
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.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?