continue

Load prior session state from data/session.json to resume problem-solving.

Updated Feb 9, 2026
One-click install
npx skills add https://github.com/diana-uk/senior-interview-mentor --skill continue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: continue
Source: https://github.com/diana-uk/senior-interview-mentor/tree/main/.claude/skills/continue
Command: npx skills add https://github.com/diana-uk/senior-interview-mentor --skill continue

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you resume the last problem-solving session by loading the previous state and re-engaging you where you left off.

Core Features & Use Cases

  • Session restoration: Load last problem, mode, progress, and hints from data/session.json.
  • Contextful greeting: Reconnect with a warm, mentor-like recap of prior progress.
  • Flow continuation: Guide the user back into the problem-solving path, including next steps and any missing items.

Quick Start

Resume the last session by loading the previous state from data/session.json and picking up where you left off.

Frequently Asked Questions about continue

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

FAQPage Schema
How do I resume a problem-solving session after taking a break?

To resume a problem-solving session, the Skill loads your previous state from data/session.json, identifies your last problem and mode, then greets you with a recap to re-engage where you left off.

Can I continue an interview or teacher mode session in a new conversation?

Yes, you can continue interview or teacher mode sessions in a new conversation by loading prior progression and last activity details from data/session.json to seamlessly re-enter the problem-solving flow.

What information is restored when I resume my last mentor session?

Resuming your last mentor session restores the previous problem, active mode, current progression, and any hints stored in data/session.json to provide contextful continuation of your work.

Do I need a saved session file to continue my problem-solving progression?

Yes, you need a prior data/session.json file containing your last problem, mode, and progression state to load context and successfully continue your problem-solving session.

What's the best way to pick up where I left off in a problem-solving session?

The best way to pick up where you left off is to load the previous session state from data/session.json, which identifies your last problem and activity, then guides you through the next steps.

Why does my session continue from the wrong problem after a break?

Your session may continue from the wrong problem if data/session.json contains outdated or overwritten state, since the Skill reads the last saved problem, mode, and progression to restore your context.