context-save

Save current working context including git state, decisions, and remaining work.

Updated Apr 15, 2026
One-click install
npx skills add https://github.com/256javy/safia --skill context-save-256javy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-save
Source: https://github.com/256javy/safia/tree/main/.claude/skills/gstack/context-save
Command: npx skills add https://github.com/256javy/safia --skill context-save-256javy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Save working context. Captures git state, decisions made, and remaining work so any future session can pick up without losing a beat. Use when asked to "save progress", "save state", "context save", or "save my work". Pair with /context-restore to resume later. Formerly /checkpoint — renamed because Claude Code treats /checkpoint as a native rewind alias in current environments, which was shadowing this skill.

Core Features & Use Cases

  • Save the current working context including git state and decisions to resume later.
  • Pair with /context-restore to pick up where you left off with minimal context drift.
  • Deterministic, lightweight saves of remaining work to ensure continuity across sessions.

Quick Start

Ask me to save your current context to capture git state and decisions for later restoration.

Frequently Asked Questions about context-save

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

FAQPage Schema
How do I save my working context and git state to resume later?

Saving working context captures your current git state, decisions, and remaining work into a deterministic checkpoint. Trigger it by asking to "save progress" so future sessions can resume without losing progress.

What is context saving and when do I need it for my workflow?

Context saving is the process of recording your git state and project decisions to ensure continuity across sessions. You need it when you want to pause work and resume later without losing a beat or experiencing context drift.

How do I restore a saved session after saving my progress?

To restore a saved session, you pair this Skill with the /context-restore command. This applies the saved git state and decisions, allowing the new session to pick up exactly where the previous one left off.

Does this context save Skill work with native checkpoint commands?

This Skill does not work with native checkpoint commands because Claude Code treats /checkpoint as a native rewind alias, which shadows the Skill. It was renamed to context-save to avoid this conflict in current environments.

Can I use context save to track remaining work across multiple sessions?

Yes, you can use context save to track remaining work across multiple sessions. It performs deterministic, lightweight saves of your remaining tasks and git state to ensure continuity and minimal context drift when you resume.