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

  1. Survey what's about to be lost. /clear wipes 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-current
    • git status --short
    • git stash list
    • git worktree list
    • git log --oneline -5
    • date -u +%Y-%m-%dT%H:%M:%SZ (your authoritative timestamp — use verbatim)
    • git check-ignore -q .handoff.md && echo gitignored || echo NOT gitignored
Related skills

More from shihyuho/skills

Installs
3
Repository
shihyuho/skills
First Seen
13 days ago