continue

Restore context from session files and MEMORY.md to resume work.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Liquilab/Bottie --skill continue-liquilab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: continue
Source: https://github.com/Liquilab/Bottie/tree/main/.claude/skills/continue
Command: npx skills add https://github.com/Liquilab/Bottie --skill continue-liquilab

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Restores context from session files and MEMORY.md, then continues where you left off.

Core Features & Use Cases

  • Session restoration: Rehydrates prior task state from today's session file and MEMORY.md.
  • Context continuity: Maintains active task, next steps, and git state to minimize context switching.
  • Use Case: When a pause interrupts a long-running task, quickly resume with the exact previous state.

Quick Start

Use /continue to restore the last session from data/sessions/YYYY-MM-DD-session.md and MEMORY.md, then proceed with the next step.

Frequently Asked Questions about continue

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

FAQPage Schema
How do I resume an AI assistant workflow after a pause?

To resume an AI assistant workflow after a pause, you can restore context from session files and MEMORY.md to pick up exactly where you left off. This minimizes context switching by rehydrating your active task state.

How do I restore context from a previous session using git and memory files?

Restoring context from a previous session involves loading today's session file and consulting MEMORY.md to identify the next actionable step. This restores your git state and active task details to continue work.

Can I use session files to maintain context continuity in long-running automation tasks?

Yes, you can use session files to maintain context continuity in long-running automation tasks. The system rehydrates prior task state from saved sessions and memory files to minimize context switching.

What is the best way to continue interrupted work without losing task state?

The best way to continue interrupted work without losing task state is to restore context from saved session files and MEMORY.md. This maintains your active task, next steps, and git state to resume work instantly.

Do I need a specific session file format to restore my last AI assistant session?

You need today's session file formatted as YYYY-MM-DD-session.md stored in the data/sessions directory, along with MEMORY.md. Loading these files restores the exact previous state to proceed with the next step.