Research-mind mpm-status

Display Claude MPM system status

install
source · Clone the upstream repo
git clone https://github.com/MacPhobos/research-mind
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/MacPhobos/research-mind "$T" && mkdir -p ~/.claude/skills && cp -r "$T/.claude/skills/mpm-status" ~/.claude/skills/macphobos-research-mind-mpm-status && rm -rf "$T"
manifest: .claude/skills/mpm-status/SKILL.md
source content

/mpm-status

Show MPM system status. Delegates to PM agent.

Usage

/mpm-status

What It Shows

Displays comprehensive system information:

  • Version: MPM version and installation details
  • Services: WebSocket server status, monitoring dashboard
  • Agents: Available agents and their versions
  • Memory: Memory system statistics and health
  • Configuration: Current MPM configuration settings
  • Project Info: Project-specific context and setup

When to Use

  • Check if MPM is properly installed and configured
  • Verify agent availability before delegation
  • Debug system issues or unexpected behavior
  • Get quick overview of system health

See docs/commands/status.md for details.