Research-mind mpm
Access Claude MPM functionality and manage multi-agent orchestration
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" ~/.claude/skills/macphobos-research-mind-mpm && rm -rf "$T"
manifest:
.claude/skills/mpm/SKILL.mdsource content
/mpm
Access Claude MPM functionality and manage your multi-agent orchestration.
Available MPM Commands
- Show available agents and versions/mpm-agents
- Run diagnostic checks/mpm-doctor
- Show command help/mpm-help
- Show MPM status/mpm-status
- Ticketing workflow management (organize, proceed, status, update, project)/mpm-ticket
- Manage configuration/mpm-config
- Create session resume files/mpm-resume
- Display version information for project, agents, and skills/mpm-version
What is Claude MPM?
Claude MPM extends Claude Code with:
- Multi-agent orchestration - Delegate work to specialized agents
- Project-specific PM instructions - Tailored guidance for your project
- Agent memory management - Context-aware agent interactions
- WebSocket monitoring - Real-time system monitoring
- Hook system for automation - Automate workflows and tasks
Quick Start
Use
/mpm-help to explore commands or /mpm-status to check system health.
For more information, use
/mpm-help [command] for specific command details.