pop

Restore stashed conversation context after a chat clear.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It allows users to bring back a conversation that was previously saved with /stash after the chat has been cleared, preventing loss of important context.

Core Features & Use Cases

  • Read saved snapshot: Retrieves the stashed conversation file from the auto‑memory location.
  • Present context: Displays the restored chat content to the user as a briefing.
  • Cleanup: Removes the snapshot file after restoration to keep the memory area tidy.
  • Prompt next steps: Asks the user what they would like to do after the context is restored.
  • Use case: After accidentally clearing a chat but having saved a crucial discussion with /stash, running this skill recovers the dialogue so work can continue uninterrupted.

Quick Start

Run the pop skill to retrieve the previously saved conversation context.

Frequently Asked Questions about pop

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

FAQPage Schema
How do I restore a saved conversation after clearing the chat?

Restoring chat context after a clear requires running the pop skill to read your previously stashed snapshot from the auto-memory directory. It presents the restored conversation as a briefing and removes the snapshot file to keep the memory area tidy.

How does restoring stashed chat context work?

Restoring stashed chat context works by reading the saved snapshot file from the auto-memory location and presenting the restored dialogue as a briefing. After restoring the conversation, the skill runs a cleanup script to delete the snapshot file.

What happens to the saved snapshot file after I restore my chat context?

After you restore your chat context, the snapshot file is automatically deleted by executing a cleanup script. This removes the retrieved snapshot from the auto-memory directory to keep the memory area tidy.

When do I need to restore previously saved conversation context?

You need to restore previously saved conversation context when you have run a clear command but still need to revisit a crucial discussion saved earlier. This recovers the stashed dialogue so you can continue work uninterrupted.

Can I use this to recover an accidentally cleared chat?

Yes, you can recover an accidentally cleared chat if you previously saved the discussion with a stash command. Running the pop skill retrieves the saved snapshot from the auto-memory directory and restores the dialogue.

What do I need to do before restoring a stashed conversation?

Before restoring a stashed conversation, you must have previously saved the chat context using a stash command. This creates the snapshot file in the auto-memory directory that the pop skill will later read and restore.