Resume Session — Data skill for Claude Code
Load the most recent session file from ~/.claude/session-data/ and resume work with full context from where the last session ended.
How to install Resume Session
Installs to ~/.claude/skills/yashamrutiya-claude-agent-toolkit-resume-session/SKILL.md
mkdir -p ~/.claude/skills/yashamrutiya-claude-agent-toolkit-resume-session && curl -fsSL https://raw.githubusercontent.com/YashAmrutiya/claude-agent-toolkit/HEAD/commands/resume-session.md -o ~/.claude/skills/yashamrutiya-claude-agent-toolkit-resume-session/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Resume Session does
description: Load the most recent session file from ~/.claude/session-data/ and resume work with full context from where the last session ended.
Resume Session Command
Load the last saved session state and orient fully before doing any work. This command is the counterpart to `/save-session`.
When to Use
- Starting a new session to continue work from a previous day
- After starting a fresh session due to context limits
- When handing off a session file from another source (just
Alternatives in Data
- Context Mode — Benchmark Results — Benchmarked against real outputs from popular Claude Code MCP servers, Skills, and dev tools 5.6k ★
- Claude Code Memory Setup — Up to 71.5x fewer tokens per session on Claude Code with Obsidian + Graphify 947 ★
- Resume — Resume — Resume Pipeline from Last Checkpoint 613 ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Pbi Load
Parse the full PBIP semantic model (TMDL or TMSL format) and build structured session context. Extracts all ta
Load Dango Pipeline
by Mjvolk3 - Sets context for model training by referencing pipeline files, establishing working context, and
Check Daily
Check the daily pipeline's state — last run, today's report files, Sonnet quota, recent failures
Maker Resume
Resume MAKER pipeline from last checkpoint
Task Resume
Resume an in-progress or crashed pipeline run for a Jira ticket or REQ-ID, using persisted state and real repo
/improve
looks at your recent git history, session data, and current CLAUDE.md to figure out what instructions are miss
Related Agents
Context Pack Loader
Loads a mode-scoped context pack instead of the full agent-facing reference docs. Operator invokes via "load c
Hatch3r Learnings Loader
Session-start agent that surfaces relevant project learnings, recent decisions, and context from previous sess
Final Reviewer
Use for the final whole-branch/whole-system review after all tasks are complete — the last quality gate before