context-save

Capture git state, decisions, and remaining tasks for session resumption.

Updated May 14, 2026
One-click install
npx skills add https://github.com/lemig/transcriptor --skill context-save-lemig
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: context-save
Source: https://github.com/lemig/transcriptor/tree/main/.claude/skills/gstack/context-save
Command: npx skills add https://github.com/lemig/transcriptor --skill context-save-lemig

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Saving working context after long sessions, including git state, decisions, and remaining tasks, so future sessions can resume without losing progress.

Core Features & Use Cases

  • Save comprehensive context: git state, decisions, remaining work.
  • Restore seamlessly with /context-restore to pick up where you left off.
  • Improve auditability and knowledge transfer across sessions.

Quick Start

Run /context-save to capture your current session context.

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 to resume a long coding session later?▼

You can preserve working context by capturing your current git state, decisions, and remaining tasks. This allows long, multi-step workflows like code reviews and research sprints to resume seamlessly in future sessions without losing progress.

What is the best way to maintain context continuity across multi-step research sprints?▼

The best way to maintain context continuity is recording your session state with deterministic steps and safe prompts. This ensures reliable context recovery for future sessions, improving auditability and knowledge transfer across long research sprints.

How do I restore a previously saved session state after taking a break?▼

To restore a previously saved session state, use the /context-restore command. It recovers the persisted git state and decision history, allowing you to pick up your workflow exactly where you left off without losing progress.

Does context-save work for tracking git state and decision history during audits?▼

Yes, context-save works for audits by capturing comprehensive git state and decision history. It records state with deterministic steps and safe prompts, improving auditability and enabling reliable recovery of your exact working context.

When should I use a dedicated context save workflow instead of manual notes?▼

You should use a dedicated context save workflow for long, multi-step processes like code reviews where context continuity is essential. It captures deterministic state and decisions safely, ensuring reliable recovery that manual notes cannot guarantee.