session-resume

Installation
SKILL.md

Claude Session Resume

  1. Check for an active session by reading the .claude/sessions/.current-session file.
  2. If the file is empty or doesn't exist, inform the user that there is no active session to resume and stop the process.
  3. If the file exists, read contents and provide summary to user. Also provide points on possible next steps to potentially resume that session.

Token Optimization

Optimization status: ✅ Fully Optimized (Phase 2 Batch 4A, 2026-01-27)

Current Implementation Efficiency

Baseline: 3,000-5,000 tokens → Optimized: 1,000-2,000 tokens Target Reduction: 60-75% (60-80% achieved)

This skill is HIGHLY optimized through aggressive session state caching. Session resumption is the strongest use case for caching strategies, achieving 70-80% token savings by loading cached state instead of re-analyzing the entire session history.

Cache-First Architecture

Related skills
Installs
12
GitHub Stars
1
First Seen
Feb 21, 2026