load-context

Restore saved session contexts and present concise briefings from snapshot files.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/henderni/minecraft-mega-knights --skill load-context-henderni
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: load-context
Source: https://github.com/henderni/minecraft-mega-knights/tree/main/.claude/skills/load-context
Command: npx skills add https://github.com/henderni/minecraft-mega-knights --skill load-context-henderni

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill eliminates the friction of resuming interrupted conversations or projects by finding, previewing, and restoring saved context snapshots so work can continue without manual reconstruction.

Core Features & Use Cases

  • List available contexts: Enumerates files in the auto memory contexts/ directory and shows each filename plus a three-line preview to help you choose.
  • Restore and brief: Loads a selected snapshot, summarizes what was being worked on, enumerates open questions and next steps, and highlights referenced files and branches.
  • Sanity checks and cleanup: Verifies whether referenced files and branches still exist and offers to prune old snapshots to keep the history manageable.
  • Use case: Quickly recover the state of a prior planning session, continue a paused code review, or audit past assistant decisions before moving forward.

Quick Start

Load the context named 2026-03-09_review to resume the previous session and summarize outstanding tasks and next steps.

Frequently Asked Questions about load-context

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

FAQPage Schema
How do I restore a previous AI session context after closing my project?

Restore previous session context by reading snapshot files from the auto memory contexts/ directory, previewing the first three lines of each file, and loading the selected snapshot to summarize open items and next steps.

How do I resume interrupted work across different git branches?

Resume interrupted work across git branches by loading a saved context snapshot that verifies branch existence, summarizes what was being worked on, and highlights referenced files to continue your session.

Can I preview saved session snapshots before deciding which one to restore?

Preview saved session snapshots before restoring by enumerating files in the contexts/ directory and displaying each filename alongside a three-line preview to help you choose the correct context.

What is the best way to manage old context snapshots and keep my session history clean?

Manage old context snapshots and keep session history clean by using the Skill's cleanup feature, which verifies referenced files and branches still exist and offers to prune older snapshots to maintain a manageable history.

Does restoring a session context verify whether referenced files still exist?

Restoring a session context performs sanity checks that verify whether referenced files and git branches still exist in your project, ensuring the recovered state remains valid before you continue working.

Why does my resumed session context show outdated file references after switching branches?

Resumed session context shows outdated file references because the snapshot captures the state at a specific time, and the Skill's sanity checks will verify whether those referenced files and branches still exist before proceeding.