ソース情報
- リポジトリ
- bobmatnyc/slack-mpm
- ソースの最終更新活動
- 2026年3月5日 14:37
- 検出された SKILL.md の言語
- 英語
- スター
- 1
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/bobmatnyc/slack-mpm --skill mpmコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SOC 職業分類に基づく
SKILL.md を表示中
| name | mpm |
| description | Access Claude MPM functionality and manage multi-agent orchestration |
| user-invocable | true |
| version | 2.0.0 |
| category | mpm-command |
| tags | ["mpm-command","system","pm-required","framework"] |
Claude MPM (Multi-Agent Project Manager) extends Claude Code with multi-agent orchestration, project-specific PM instructions, persistent agent memory, real-time monitoring via a WebSocket dashboard, and automation hooks. A PM agent coordinates specialized agents to complete work through structured delegation using the Task tool. MPM manages skills deployment, agent selection, session continuity, and cross-project messaging.
The PM receives user requests and delegates to specialized agents via the Task tool:
Task(description="[what to do]", subagent_type="[agent-type]")
Typical workflow: Research -> Engineer -> Ops (deploy) -> Ops (verify) -> QA -> Documentation
| Agent | subagent_type | Role |
|---|---|---|
| Engineer | engineer | Code implementation, refactoring, debugging |
| Research | Research | Investigation, analysis, codebase exploration |
| QA | qa | Testing, validation, quality assurance |
| Documentation | documentation | Docs generation, API specs, guides |
| Ops | ops | Deployment, infrastructure, operations |
| Security | security | Vulnerability assessment, security review |
| Ticketing | ticketing | Ticket tracking and workflow management |
| Agent | subagent_type | Role |
|---|---|---|
| Version Control | version-control | Git operations, PR management, tagging |
| Code Analyzer | code-analyzer | Codebase analysis, architecture review |
| Code Review | code-review | PR review, semantic analysis |
| Data Engineer | data-engineer | Database management, API integrations |
| Product Owner | product-owner | Requirements, user stories, prioritization |
Deployed automatically based on project toolchain detection:
python-engineer, typescript-engineer, javascript-engineer, golang-engineer, rust-engineer, java-engineer, ruby-engineer, php-engineer, dart-engineer
Framework specialists: nextjs-engineer, react-engineer, svelte-engineer, tauri-engineer, phoenix-engineer
local-ops (local dev, PM2, Docker), vercel-ops, gcp-ops, digitalocean-ops, clerk-ops, railway-ops
api-qa, web-qa, code-review, code-analyzer, refactoring-engineer, prompt-engineer, content-agent, imagemagick, memory-manager
Skills are markdown files deployed to .claude/skills/{name}/SKILL.md that provide agents with specialized knowledge and procedures.
/skill-name slash commands (e.g., /mpm, /mpm-help)name, description, user-invocable, version, category, tagsmpm-command, pm-workflow, pm-reference, toolchains-*, universal-*references/ subdirectories for detailed supplementary contentAgent memories provide persistent context across sessions.
.claude-mpm/memories/{agent_id}_memories.mdClaude Code hooks capture tool usage, responses, and agent activity in real-time.
Event flow: Hook -> Connection Manager -> Monitor Server -> Dashboard
Dashboard at http://localhost:8765/ shows:
Monitor commands: /mpm-monitor start, /mpm-monitor stop, /mpm-monitor status
| Command | Description |
|---|---|
/mpm | This guide -- MPM overview and framework reference |
/mpm-help | Detailed help for MPM commands |
/mpm-init | Initialize or update a project for MPM |
/mpm-status | System health and status |
/mpm-doctor | Run diagnostic checks |
/mpm-config | Manage configuration |
/mpm-monitor | Control monitoring server and dashboard |
/mpm-version | Version information |
/mpm-message | Cross-project messaging |
/mpm-organize | Intelligent file consolidation |
/mpm-ticket-view | Ticketing workflow management |
/mpm-session-pause | Save session state for later |
/mpm-session-resume | Resume from paused session |
/mpm-postmortem | Analyze session errors |
/mpm-message sends asynchronous messages between Claude MPM instances running in different projects on the same machine.
~/.claude-mpm/messaging.dbtask, request, notification, replyMessageService API or claude-mpm message CLI -- never query the database directlyWhen you receive a delegated task from PM: