memory_flush
Work in Progress This skill is currently under development and may change significantly.
Type: Shared Skill
Scope: All agents
Location: /skills/memory_flush/SKILL.md
Copy This Skill
📋 Click to view SKILL.md content
---
name: memory_flush
description: Clear the agent's working memory and context for a clean slate
---
# Memory Flush
Clear the agent's working memory and context, providing a clean slate for the next task or
conversation.
## Usage
Invoke with: /memory_flush
## When to Use
- Starting a completely new task unrelated to previous work
- When the agent seems confused by accumulated context
- To reset after a long conversation thread
- Before switching to a different topic or project
## Behavior
When invoked, the agent will:
1. Acknowledge the memory flush
2. Discard accumulated conversation context
3. Reset any temporary state from the current session
4. Confirm readiness for new instructions
## Output
🧠 Memory flushed. I'm ready for your next task.
## Notes
- This does not affect persistent data (tasks, files, long-term memory)
- Only clears the current conversation context window
- Useful for preventing context pollution between unrelated tasks Description
Clears the agent's working memory and context, providing a clean slate for the next task or conversation.
Usage
/memory_flush
When to Use
- Starting a completely new task unrelated to previous work
- When the agent seems confused by accumulated context
- To reset after a long conversation thread
- Before switching to a different topic or project
Behavior
When invoked, the agent will:
- Acknowledge the memory flush
- Discard accumulated conversation context
- Reset any temporary state from the current session
- Confirm readiness for new instructions
Output
🧠 Memory flushed. I'm ready for your next task.
Notes
- This does not affect persistent data (tasks, files, long-term memory)
- Only clears the current conversation context window
- Useful for preventing context pollution between unrelated tasks