Memory Sweep

This skill should be used when the user asks to "audit my memories", "sweep memories", "find memory-only rules", "what memories should be promoted to instructions", "review my Copilot memories", or any similar request to identify rules that live only in stored Copilot memories but are not yet documented in their personal copilot-instructions.md. It dumps the current memories from the agent's prompt context to a tempfile and runs a Python classifier that scores each memory against the instructions file for keyword and phrase overlap. Output is a list of memories classified as PROMOTE (memory-only, candidate for promotion), AMBIGUOUS (partial overlap, worth eyeballing), or PRESENT (already covered). Use when this capability is needed.

tomevault-io Updated

File contents

tomevault-io/skills-registry/tree/main/zkoppert--dotfiles--memory-sweep commit d0d3dc40a9

Frequently asked questions

npx skillmds@latest add tomevault-io/memory-sweep