mpm-session-resume

Extract context from the most recent paused session for Claude MPM workflows.

Updated Mar 25, 2026
One-click install
npx skills add https://github.com/bobmatnyc/claude-mpm-marketplace --skill mpm-session-resume-bobmatnyc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mpm-session-resume
Source: https://github.com/bobmatnyc/claude-mpm-marketplace/tree/main/plugins/claude-mpm/skills/mpm-session-resume
Command: npx skills add https://github.com/bobmatnyc/claude-mpm-marketplace --skill mpm-session-resume-bobmatnyc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pausing and restarting sessions can disrupt workflow; this skill surfaces the most recent session context to keep work momentum.

Core Features & Use Cases

  • Load and display context from the latest paused session, including session summary, task lists, and Git context.
  • Provide quick access to next actions and recent commits to facilitate rapid resumption across Claude MPM workflows.
  • Integrate with Claude MPM session storage to read existing session files without creating new ones.

Quick Start

Load and display the most recent paused session context to quickly resume work.

Frequently Asked Questions about mpm-session-resume

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I resume a paused Claude MPM session and recover its context?

To resume a paused session, this skill reads existing Claude MPM session files, extracts the session summary and task list, and aggregates progress data to surface next actions without creating new files.

What session context is available when restarting a paused task?

When restarting a paused task, the surfaced context includes the session summary, task lists, Git context, and recent commits aggregated from existing Claude MPM session storage to speed up task resumption.

Can I retrieve Git context and recent commits from a previous session?

Yes, you can retrieve Git context and recent commits. The skill extracts this data from the most recent paused session files to provide quick access to previous repository states and facilitate rapid resumption.

Does resuming a session create new files in my project directory?

No, resuming a session does not create new files. The skill reads existing Claude MPM session storage to aggregate progress data and present next actions without modifying your file system.

What's the best way to surface task lists from a paused Claude MPM workflow?

The best way to surface task lists is to load the most recent paused session. The skill aggregates progress data from existing session files and displays the task list for rapid resumption across Claude MPM workflows.