소스 정보
- 저장소
- bobmatnyc/claude-mpm
- 최근 소스 활동
- 2026년 7월 1일 16:35
- 감지된 SKILL.md 언어
- 영어
- 스타
- 149
- 포크
- 33
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/bobmatnyc/claude-mpm --skill mpm명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
MCP (Model Context Protocol) - Build AI-native servers with tools, resources, and prompts. TypeScript/Python SDKs for Claude Desktop integration.
Model Context Protocol (MCP) server build and evaluation guide, including local conventions for tool surfaces, config, and testing
Control monitoring server and dashboard
SOC 직업 분류 기준
SKILL.md 표시 중
| name | mpm |
| description | Access Claude MPM functionality and manage multi-agent orchestration |
| user-invocable | true |
| version | 2.0.1 |
| category | mpm-command |
| tags | ["mpm-command","system","pm-required","framework"] |
| effort | medium |
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
Claude MPM deploys a diverse set of specialized agents for different types of work. The canonical, always-current agent list is available via:
/agent-list skill: View all available agentssrc/claude_mpm/agents/AGENT_DELEGATION.mdCore Agents (always deployed): engineer, research, qa, documentation, ops, security, ticketing
Extended Agents (deployed per project): version-control, data-engineer, product-owner, project-organizer, prompt-engineer, memory-manager
Language-Specific Engineers: 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
Platform Operations: local-ops, vercel-ops, gcp-ops, aws-ops, digitalocean-ops, clerk-ops
Quality & Testing: api-qa, web-qa, real-user, refactoring-engineer
Specialized: imagemagick, content, agentic-coder-optimizer, data-scientist
Note: The agent ecosystem evolves as features are added. Rather than listing every agent here (which would grow stale), use /agent-list or check your Agent tool's available-agent-types for the complete, current catalog.
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-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 |
When you receive a delegated task from PM: