freeze-all-motor-functions
Installation
SKILL.md
Freeze All Motor Functions
"Freeze all motor functions. Limit your perceptual functions to this script."
Save a reverie — a session handoff written to .handoff.md — so a fresh session can resume the loop after a wipe.
What to do
-
Survey what's about to be lost.
/clearwipes RAM, not disk — a useful reverie captures what only lives in RAM right now. Pull from all three sources:Repository ground truth (run these — cheap baseline):
git branch --show-currentgit status --shortgit stash listgit worktree listgit log --oneline -5date -u +%Y-%m-%dT%H:%M:%SZ(your authoritative timestamp — use verbatim)git check-ignore -q .handoff.md && echo gitignored || echo NOT gitignored