stash

Save conversation context to auto-memory before /clear for later restoration with /pop.

Updated Feb 22, 2026
One-click install
npx skills add https://github.com/marcelocantos/skills --skill stash-marcelocantos
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stash
Source: https://github.com/marcelocantos/skills/tree/main/skills/stash
Command: npx skills add https://github.com/marcelocantos/skills --skill stash-marcelocantos

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires memory-path.sh.

What problem does it solve?

Save conversation context to auto-memory before /clear to avoid losing important details, enabling seamless continuation after resets.

Core Features & Use Cases

  • Auto-save before clears to preserve context across resets
  • Restore context later with /pop to resume conversations
  • Works across multi-turn chats and long-running sessions

Quick Start

Invoke /stash to save the current conversation, then invoke /pop to restore it later.

Frequently Asked Questions about stash

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

FAQPage Schema
How do I preserve chat context before clearing a conversation?

To preserve chat context before clearing, invoke /stash to save the current conversation state to a local auto-memory directory, writing details to a markdown file for seamless continuity.

What is the best way to restore conversation context after a session reset?

The best way to restore conversation context after a reset is invoking /pop, which retrieves the previously saved session state from local memory to resume the chat seamlessly.

Does saving conversation memory work across multi-turn chats?

Yes, saving conversation memory works across multi-turn chats and long-running sessions by writing context to a local memory directory before resets occur.

How do I avoid losing important details when resetting an interactive chat?

To avoid losing important details when resetting an interactive chat, use the /stash command to auto-save context, enabling seamless continuation and recall after the session is cleared.

What dependencies do I need to save and restore conversation context locally?

You need a local memory directory and the memory-path.sh helper script to save and restore conversation context locally, ensuring session data persists across resets.