YashAmrutiya

Resume Session — Data skill for Claude Code

Data community

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

Terminal
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 Repository