Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/bobmatnyc/claude-mpm --skill mpm-init명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | mpm-init |
| description | Initialize or update project for Claude Code and MPM |
| user-invocable | true |
| version | 1.0.0 |
| category | mpm-command |
| tags | ["mpm-command","system","pm-required","setup"] |
Initialize or intelligently update project for Claude Code and Claude MPM.
/mpm-init [update|context|resume|catchup] [options]
/mpm-init # Auto-detect: offer update or create
/mpm-init update # Quick update (30-day git activity)
/mpm-init --update # Full documentation refresh
/mpm-init --force # Force recreate from scratch
Delegates to Agentic Coder Optimizer agent for:
Smart Update Mode: Auto-detects existing CLAUDE.md and offers update vs recreate.
/mpm-init context [--days N] # Intelligent git history analysis (default: 7 days)
/mpm-init catchup # Quick commit history (last 25 commits, no analysis)
context: Delegates to Research agent for deep analysis of:
catchup: Direct CLI execution, instant output.
/mpm-init resume [--list] [--session-id ID]
Reads stop event logs from .claude-mpm/resume-logs/ and .claude-mpm/responses/ showing:
Configuration:
--project-type TYPE: web, api, cli, library--framework NAME: react, django, fastapi, etc.--ast-analysis / --no-ast-analysis: Enable/disable code analysis--comprehensive / --minimal: Full setup vs CLAUDE.md onlyOrganization:
--organize: Organize misplaced files--preserve-custom: Keep custom sections (default)--review: Review without changesNew Projects:
Updates:
# Quick start
/mpm-init # Auto-detect mode
# Quick update (lightweight)
/mpm-init update # 30-day activity report
# Resume work
/mpm-init context --days 14 # Analyze last 2 weeks
/mpm-init resume # Show latest session from logs
/mpm-init catchup # Quick commit history
# Full configuration
/mpm-init --project-type web --framework react --comprehensive
Delegation patterns:
Token budgets:
See docs/commands/init.md for comprehensive documentation.