/wipe

Clear the current AI session and generate a context handoff summary.

49|12|Updated Jan 8, 2026
One-click install
npx skills add https://github.com/DavidROliverBA/ArchitectKB --skill wipe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: /wipe
Source: https://github.com/DavidROliverBA/ArchitectKB/tree/main/.claude/skills/wipe
Command: npx skills add https://github.com/DavidROliverBA/ArchitectKB --skill wipe

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps you cleanly end a conversation session and start a new one with a summarized context, preventing loss of information and managing AI context windows effectively.

Core Features & Use Cases

  • Context Handoff: Generates a concise summary of the current conversation state, decisions, and next steps.
  • Environment Detection: Automatically detects if you are in a tmux session for automated clearing or guides you through a manual process.
  • Use Case: After a long coding session where many files were edited and decisions were made, you can use /wipe to generate a summary that you can then use to start a fresh session with Claude, ensuring all critical information is retained.

Quick Start

Type /wipe detailed to generate a comprehensive context handoff and clear the current session.

Frequently Asked Questions about /wipe

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

FAQPage Schema
How do I clear an AI session and resume in a new conversation without losing context?

To clear an AI session and resume in a new conversation without losing context, generate a context handoff summary of your current state and decisions before ending the session, then use that summary to initialize the new conversation.

How does tmux environment detection work for automated session clearing?

Tmux environment detection for automated session clearing works by checking if the current terminal is running inside a tmux session. If detected, the system automates the clearing process; otherwise, it provides a guided manual workflow for context handoff.

When do I need to generate a context handoff summary for AI workflow management?

You need to generate a context handoff summary for AI workflow management when a long coding session has filled the context window or reached a natural conclusion, ensuring critical information and decisions are retained for the next session.

Can I manage conversation state manually if I am not using tmux?

Yes, you can manage conversation state manually if you are not using tmux. The system detects your terminal environment and provides a guided manual workflow to help you clear the session and transfer context without tmux automation.

What is the best way to prevent context window loss during long coding sessions?

The best way to prevent context window loss during long coding sessions is to periodically generate a detailed context handoff summary of decisions and next steps, clear the current session, and resume in a new conversation using that summary.

Do I need shell scripting to detect terminal environment for conversation state clearing?

Yes, shell scripting is required to detect the terminal environment for conversation state clearing. The scripts automate tmux detection and generate the necessary context handoff summary for resuming your AI session.