strategic-compact

Save session state to a structured Markdown checkpoint file.

1|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/eroslifestyle/Claude-Orchestrator-Plugin --skill strategic-compact-eroslifestyle
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: strategic-compact
Source: https://github.com/eroslifestyle/Claude-Orchestrator-Plugin/tree/main/github-package/skills/strategic-compact
Command: npx skills add https://github.com/eroslifestyle/Claude-Orchestrator-Plugin --skill strategic-compact-eroslifestyle

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill prevents the loss of critical information during context window compaction by saving the current session state.

Core Features & Use Cases

  • Session State Saving: Captures decisions, file changes, task status, and next steps.
  • Context Preservation: Ensures vital details are not lost when the conversation history is shortened.
  • Use Case: Before running a /compact command or when a conversation becomes very long, use this Skill to create a snapshot of your progress.

Quick Start

Use the strategic-compact skill to save the current session state.

Frequently Asked Questions about strategic-compact

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

FAQPage Schema
How do I preserve session context before context window compaction?

To preserve session context before context window compaction, you can save the current session state, including decisions, file changes, and task status, to a structured Markdown checkpoint file. This prevents critical information loss.

What is the best way to save conversation history state to a checkpoint file?

The best way to save conversation history state to a checkpoint file is by scanning the conversation log and writing a structured Markdown file. This captures task status and next steps to a designated directory.

When should I use a session state checkpoint during a lengthy conversation?

You should use a session state checkpoint during a lengthy conversation right before running a compact command. This creates a snapshot of your progress, ensuring vital details and decisions are not lost when history is shortened.

What information is included when saving a session state checkpoint?

Saving a session state checkpoint captures critical session information including past decisions, file modifications, current task status, and planned next steps. This data is written into a structured Markdown format.

Do I need any dependencies to write a structured Markdown checkpoint file?

You do not need any dependencies to write a structured Markdown checkpoint file for session compaction. The Skill operates independently using its internal scripts to scan history and save the state.