save-context

Saves a timestamped snapshot of your working context to a file in contexts/ for later reuse.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Save-context saves the current working context snapshot to a file that can be loaded in a future session. Use before long breaks, when context is getting large, or before /clear.

Core Features & Use Cases

  • Context capture: records the label, saved date, branch, last commit, decisions, and open questions into a single markdown file.
  • Persistent storage: writes to the auto memory contexts/ subdirectory as <timestamp>-<label>.md for easy retrieval.
  • Load and reuse: enables reloading prior context to resume work with minimal setup.

Quick Start

Run the save-context command with a label to create a timestamped context file in contexts/ for later reuse.

Frequently Asked Questions about save-context

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

FAQPage Schema
How do I save task context before clearing my work session?

To save task context before clearing your work session, use a command that captures decisions, open questions, and modified files into a timestamped markdown file. This snapshots your current working state to disk for future reloading.

What is a context snapshot and when do I need to capture it?

A context snapshot is a markdown file recording your task summary, git branch, and open questions. You need to capture context before long breaks, when the working context grows too large, or before executing a clear command to reload it later.

How does session memory tracking work with git branches and commits?

Session memory tracking records your current git branch and last commit into a markdown file alongside task summaries and open questions. This ensures your version control state is preserved and can be reused to resume work later.

Can I reload a previous context snapshot to resume work with minimal setup?

Yes, you can reload a previous context snapshot to resume work with minimal setup. The saved markdown file in the contexts subdirectory contains all necessary decisions and modified files to restore your working state.

What's the best way to track decisions and open questions during long breaks?

The best way to track decisions and open questions during long breaks is saving a context snapshot to disk. This generates a timestamped markdown file that preserves your task summary and modified files for easy retrieval when returning.

Does decision-tracking require any external dependencies to save context?

No, decision-tracking to save context requires no external dependencies. The process writes directly to an auto memory contexts subdirectory as a markdown file, capturing metadata like labels, dates, and git branches natively.