Session Resume
Skill Verified ActiveGenerates a context recovery prompt from a past Claude Code session so a new session can pick up where it left off. Use when the user says "resume from", "pick up where I left off", "continue that session", "context recovery", or wants to start a new session with context from an old one.
To provide developers with a way to easily pick up where they left off in Claude Code sessions by generating a structured summary of past work.
Features
- Generate context recovery prompts from past sessions
- List and identify recent sessions
- Extract resume data from session files
- Synthesize structured context documents
- Offer alternative session continuation methods
Use Cases
- When a user wants to resume a previous coding session using phrases like "resume from" or "pick up where I left off".
- To start a new session with the context of an old one.
- When a session ended abruptly and needs to be reconstructed.
- To understand what was being worked on in a past session.
Non-Goals
- Modifying active sessions directly.
- Providing real-time collaboration features.
- Replacing the core functionality of Claude Code.
Installation
First, add the marketplace
/plugin marketplace add apappascs/claude-code-sessions/plugin install claude-code-sessions@claude-code-sessionsQuality Score
VerifiedTrust Signals
Similar Extensions
Validate Plugin
100Validate a Claude Code plugin structure, frontmatter, and MCP tool references
Guard
100Protect Claude Code sessions from context overflow by running a background daemon that monitors session size and auto-prunes before compaction hits. Use when the user says "guard", "protect session", "context getting long", "prevent compaction", "session management", or is running agent teams that need continuous context protection.
Session Export
100Exports a Claude Code session as a clean, readable markdown transcript. Use when the user wants to export a session, create a transcript, save session history to a file, or says "export this session".
Claude Handoff
100Run /handoff to capture session data, then write a phased implementation plan that references it. Creates beads for tracking.
Ctx Doctor
100Run context-mode diagnostics. Checks runtimes, hooks, FTS5, plugin registration, npm and marketplace versions. Trigger: /context-mode:ctx-doctor
Session Init
99Lightweight session initialization with context recovery