save

Create timestamped markdown files for active tasks and session memory.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill addresses the critical issue of Claude's context window limitations by ensuring all current work and memory are preserved before potential data loss due to compaction.

Core Features & Use Cases

  • Task Management: Creates a timestamped markdown file to log ongoing and completed tasks, updating Claude's memory to reference it.
  • Context Dumping: Generates a comprehensive memory dump into a timestamped markdown file, also updating Claude's memory to reference it.
  • Use Case: Before a long coding session or when anticipating a context reset, invoking this skill ensures that all progress and learned information are safely stored for future reference.

Quick Start

Run the save skill to preserve current tasks and memory.

Frequently Asked Questions about save

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

FAQPage Schema
How do I save context and tasks before Claude context window compaction?

To save context before compaction, run the save skill to generate timestamped markdown files for active tasks and memory dumps, updating internal references to prevent data loss.

What is a memory dump and when do I need it for a coding session?

A memory dump is a comprehensive markdown file preserving your complete session context. You need it before context window compaction or when anticipating a context reset during long coding sessions.

Can I preserve active tasks in markdown format before a context reset?

Yes, you can preserve active tasks by invoking the save skill, which creates a timestamped markdown tasks log and updates Claude's memory to reference the saved file.

What's the best way to prevent data loss during context window compaction?

The best way to prevent data loss during compaction is creating timestamped markdown files for both tasks and memory dumps, ensuring all progress and learned information are safely stored.

Why does my Claude session lose task history after context compaction?

Your session loses task history because compaction overwrites the context window. Running a context dump beforehand generates timestamped markdown files to safely store ongoing and completed tasks.