hmem-wipe

Save high-value knowledge before a context reset via /wipe.

23|5|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/Bumblebiber/hmem --skill hmem-wipe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hmem-wipe
Source: https://github.com/Bumblebiber/hmem/tree/main/skills/hmem-wipe
Command: npx skills add https://github.com/Bumblebiber/hmem --skill hmem-wipe

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Wipe provides a safe, structured way to prepare for a context reset by optionally saving high-value knowledge so critical insights aren't lost.

Core Features & Use Cases

  • Pre-clear knowledge capture: Save important lessons, decisions, and errors according to the configured checkpointMode.
  • Guided clear workflow: Step-by-step prompts ensure a clean, deterministic reset.
  • Automatic context restoration: After /clear, the agent reloads project context and briefing automatically.

Quick Start

Type /wipe to prepare for the clear, then type /clear to automatically restore your project context.

Frequently Asked Questions about hmem-wipe

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

FAQPage Schema
How do I save AI memory context before clearing an LLM session?

You can save AI memory context before clearing by using a pre-clear checkpoint process that optionally saves high-value knowledge like lessons and decisions before resetting the session.

What is context clearing in AI memory management and when should I use it?

Context clearing in AI memory management resets the session to remove accumulated noise and prevent threshold overloads. You should use it when a context-threshold warning appears or when the conversation becomes too long to process effectively.

How do I restore project context automatically after wiping an AI session?

To restore project context automatically after wiping, run a clear command that triggers a SessionStart hook. This hook automatically reloads the project context and briefing without requiring manual re-entry of previous information.

Does the context clear workflow support automatic checkpointing of decisions and errors?

Yes, the context clear workflow supports automatic checkpointing of decisions and errors according to configured checkpointMode settings. This ensures critical insights are safely captured before the reset operation is executed.

What's the best way to prevent memory loss during a context reset?

The best way to prevent memory loss during a context reset is to follow a guided two-step wipe workflow that saves high-value knowledge first, then clears the context and automatically restores the project environment upon restart.