context-save

Persist and retrieve structured session context using YAML frontmatter and rootline.

Updated Mar 4, 2026
One-click install
npx skills add https://github.com/pablontiv/praxis --skill context-save-pablontiv
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-save
Source: https://github.com/pablontiv/praxis/tree/main/.claude/skills/context-save
Command: npx skills add https://github.com/pablontiv/praxis --skill context-save-pablontiv

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill prevents the loss of work and context between coding sessions by saving and restoring structured session states, ensuring continuity and preventing wasted effort.

Core Features & Use Cases

  • Save Context: Captures current project state, git status, active work, decisions, and next steps into a structured markdown file.
  • Restore Context: Loads a previously saved session, allowing you to pick up exactly where you left off.
  • List Sessions: Provides an overview of all saved sessions for a project.
  • Use Case: After a long coding session, you can save your progress. The next day, you can restore that session and immediately resume working on your tasks without needing to re-orient yourself.

Quick Start

Save your current progress by typing /context-save save.

Frequently Asked Questions about context-save

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

FAQPage Schema
How do I save and restore session context across coding sessions?

You can save and restore session context by capturing project state, git status, and active work into structured markdown snapshots using YAML frontmatter, then retrieving that session later to resume your development tasks seamlessly.

What is the best way to prevent context loss in long-running development tasks?

Preventing context loss involves creating queryable markdown snapshots of your project state and decisions, ensuring you can immediately pick up exactly where you left off without needing to re-orient yourself.

How do I list saved sessions for a specific project?

Listing saved sessions provides an overview of all structured markdown snapshots associated with a project, allowing you to browse and select the specific session state you need to restore.

Do I need rootline installed to manage workflow continuity?

Yes, you need rootline installed and available because it is required for validation and data querying operations when persisting and retrieving your structured session context.

What information is captured when saving developer session state?

Saving developer session state captures current project status, git information, active work, decisions, and next steps into a structured markdown file for later retrieval.