askill
mpm-init

mpm-initSafety 65Repository

Initialize or update project for Claude Code and MPM

72 stars
1.4k downloads
Updated 2/14/2026

Package Files

Loading files...
SKILL.md

/mpm-init

Initialize or intelligently update project for Claude Code and Claude MPM.

Usage

/mpm-init [update|context|resume|catchup] [options]

Core Modes

Project Setup

/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:

  • CLAUDE.md creation/update (with priority rankings πŸ”΄πŸŸ‘πŸŸ’βšͺ)
  • AST analysis and code structure docs
  • Single-path workflows (ONE way to do ANYTHING)
  • Tool configuration, memory system, gitignore management

Smart Update Mode: Auto-detects existing CLAUDE.md and offers update vs recreate.

Context Analysis

/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:

  • Active work streams (from commit patterns)
  • Intent and motivation (from messages)
  • Risks and blockers
  • Recommended next actions

catchup: Direct CLI execution, instant output.

Resume from Logs

/mpm-init resume [--list] [--session-id ID]

Reads stop event logs from .claude-mpm/resume-logs/ and .claude-mpm/responses/ showing:

  • What was being worked on
  • Tasks completed, files modified
  • Next steps, stop reason, token usage
  • Git context (branch, status)

Key Options

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 only

Organization:

  • --organize: Organize misplaced files
  • --preserve-custom: Keep custom sections (default)
  • --review: Review without changes

What Gets Created

New Projects:

  • βœ… CLAUDE.md (priority-ranked instructions)
  • βœ… Single-path workflows (make build/test/deploy)
  • βœ… Tool configs (linting, formatting, testing)
  • βœ… Memory system (.claude-mpm/memories/)
  • βœ… DEVELOPER.md, CODE_STRUCTURE.md (with AST)
  • βœ… .gitignore updates (auto-adds .claude-mpm/)

Updates:

  • βœ… Smart merging (preserves custom sections)
  • βœ… Automatic archival (docs/_archive/)
  • βœ… Change tracking

Examples

# 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

Implementation Notes

Delegation patterns:

  • Project init/update: β†’ Agentic Coder Optimizer agent
  • context: β†’ PM β†’ Research agent (structured analysis)
  • catchup: β†’ Direct CLI (git log wrapper)
  • resume: β†’ PM (reads logs, no delegation)

Token budgets:

  • context analysis: 10-30s processing time
  • resume display: ~10-20k tokens
  • catchup: instant, minimal tokens

See docs/commands/init.md for comprehensive documentation.

Install

Download ZIP
Requires askill CLI v1.0+β–Ά

AI Quality Score

73/100Analyzed 2/20/2026

Well-structured skill with comprehensive documentation covering project initialization modes, context analysis, and resume functionality. Excellent clarity and actionability with clear command syntax, examples, and delegation patterns. Slightly penalized for missing explicit trigger section and lacking safety warnings. Moderate reusability as it's tailored to the MPM tool ecosystem but patterns could inspire similar skills. Located in proper skills folder with good metadata."

65
88
60
75
85

Metadata

Licenseunknown
Version1.0.0
Updated2/14/2026
Publisherbobmatnyc

Tags

apici-cdllmtesting