72-session-close-150

Save and restore session context across conversations for continuity.

Updated Jan 30, 2025
One-click install
npx skills add https://github.com/MykhailoDmytriakha/my-preacher-helper --skill 72-session-close-150
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 72-session-close-150
Source: https://github.com/MykhailoDmytriakha/my-preacher-helper/tree/main/.codex/skills/72-session-close-150
Command: npx skills add https://github.com/MykhailoDmytriakha/my-preacher-helper --skill 72-session-close-150

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Never lose progress across conversations by saving session context and restoring it when you start a new session.

Core Features & Use Cases

  • Save mode captures current state, decisions, and next steps at session end to enable seamless handoff.
  • Restore mode reads saved context to rehydrate working state at session start and continue where you left off.
  • Triggers include "save session", "end session", "preserve context", "handoff", "continue from last time", or when context window is running low.

Quick Start

Say "save session" to capture the current state and "restore session" to rebuild context in a new session.

Frequently Asked Questions about 72-session-close-150

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

FAQPage Schema
How do I save session context before ending a conversation?

Restore session context by saying "restore session" or "continue from last time" in a new conversation. The restore mode reads the saved handoff data to rehydrate your working state and continue where you left off.

What is session context handoff and when do I need it?

Session context handoff is the process of saving current state, decisions, and next steps to preserve continuity across multi-turn workflows. You need it when ending a session or when your context window is running low to avoid losing progress.

Can I use this to preserve context when the context window is running low?

Yes, you can preserve context when the context window is running low by triggering the save mode. It captures the current working state and decisions, allowing you to start a new session and restore the saved context seamlessly.

What's the best way to continue a multi-turn workflow from last time?

The best way to continue a multi-turn workflow is to use explicit handoff data. Save the session context at the end of your previous conversation, then use the restore mode at the start of a new session to reconstruct the working state.

Does saving and restoring session context require any external dependencies?

Saving and restoring session context requires no external dependencies. The skill uses robust save and restore rules with explicit handoff data to reconstruct your context natively across conversations.