Back to Skills

mpm-doctor

MacPhobos
Updated 3 days ago
0
View on GitHub
Othermpm-commandsystempm-requireddiagnosticstroubleshooting

About

The mpm-doctor skill runs diagnostic checks on Claude MPM installations to verify setup and identify issues. It validates installation, configuration, connectivity, and system components, optionally with detailed output or automatic fixes. Developers should use it after installation, when troubleshooting problems, or before reporting bugs.

Quick Install

Claude Code

Recommended
Primary
npx skills add MacPhobos/research-mind -a claude-code
Plugin CommandAlternative
/plugin add https://github.com/MacPhobos/research-mind
Git CloneAlternative
git clone https://github.com/MacPhobos/research-mind.git ~/.claude/skills/mpm-doctor

Copy and paste this command in Claude Code to install this skill

GitHub Repository

MacPhobos/research-mind
Path: .claude/skills/mpm-doctor
0

Related Skills

mpm

Other

The mpm skill provides multi-agent orchestration capabilities within Claude Code, allowing developers to delegate work to specialized agents and manage project workflows. It includes commands for agent management, diagnostics, ticketing, and configuration. Use this skill when you need to coordinate multiple AI agents or manage complex project tasks through Claude's project management system.

View skill

mpm-ticket-view

Other

The mpm-ticket-view skill orchestrates a ticketing agent to handle project management workflows, delegating all operations like organizing tickets and analyzing project boards. It provides high-level commands for reviewing, transitioning states, updating priorities, and identifying next actionable steps. Developers should use this skill when they need to manage ticketing workflows without directly interacting with MCP tools.

View skill

mpm-status

Other

The mpm-status skill displays comprehensive Claude MPM system status including version, services, agents, memory, and configuration details. It's primarily used to verify system health, check agent availability before delegation, and debug installation or configuration issues. This diagnostic tool provides developers with a quick overview of the entire MPM ecosystem's operational state.

View skill

mpm-session-resume

Other

This skill loads and displays context from the most recently paused Claude Code session, automatically created when context reaches 70% capacity. It shows session summaries, completed work, current tasks, Git context, and pending TaskList items to help developers resume work seamlessly. The skill reads existing session files without creating new ones and uses approximately 20-40k tokens of context.

View skill