save

Save session progress and project state to persistent status files.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows you to save your current work and progress within a Claude session to persistent status files, enabling you to checkpoint your work mid-session or before ending.

Core Features & Use Cases

  • Session Checkpointing: Saves detailed progress, including decisions, observations, and implementation specifics.
  • Project State Management: Updates cumulative project history, test results, and next steps.
  • Use Case: Before taking a break or switching tasks, use this skill to ensure all your work is saved and you can easily resume later.

Quick Start

Use the save skill to checkpoint your current session progress.

Frequently Asked Questions about save

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

FAQPage Schema
How do I checkpoint Claude session progress to a file?

To checkpoint Claude session progress, this skill saves decisions, observations, and implementation details into persistent status tracking files for seamless session resumption.

What is the best way to save project state and history for later resumption?

Saving project state and history requires updating cumulative files with test results and next steps, managed under `~/.claude/status/<project-name>/` for reliable project state management.

How do I track session progress and test results in Claude?

Session progress and test results are tracked by capturing the current test state and writing cumulative history into `session-progress.md` and `project-status.md` files.

Can I save my current work mid-session before switching tasks?

Yes, you can save your current work mid-session by checkpointing detailed progress to persistent status files, ensuring all work is saved before taking a break or switching tasks.

Does saving session status require a specific project name?

Saving session status requires determining the project name from context or user input to correctly write progress files to the corresponding `~/.claude/status/<project-name>/` directory.

What is included when checkpointing session progress?

Checkpointing session progress includes saving detailed decisions, observations, implementation specifics, cumulative project history, test results, and planned next steps into persistent files.