Skillquality 0.46
unfreeze
Clear the freeze boundary set by /freeze, allowing edits to all directories again. Use when you want to widen edit scope without ending the session. Use when asked to "unfreeze", "unlock edits", "remove freeze", or "allow all edits".
What it does
/unfreeze — Clear Freeze Boundary
Remove the edit restriction set by /freeze, allowing edits to all directories.
STATE_DIR="${VIBESTACK_HOME:-$HOME/.vibestack}"
if [ -f "$STATE_DIR/freeze-dir.txt" ]; then
PREV=$(cat "$STATE_DIR/freeze-dir.txt")
rm -f "$STATE_DIR/freeze-dir.txt"
echo "Freeze boundary cleared (was: $PREV). Edits are now allowed everywhere."
else
echo "No freeze boundary was set."
fi
Tell the user the result. Note that /freeze hooks remain registered for the
session — they will allow all paths since no state file exists. To re-freeze,
run /freeze again.
Capabilities
skillsource-timurgaleevskill-unfreezetopic-agent-skillstopic-ai-agentstopic-claude-codetopic-cursor-idetopic-developer-toolstopic-kirotopic-mcptopic-prompt-engineeringtopic-slash-commands
Install
Installnpx skills add timurgaleev/vibestack
Transportskills-sh
Protocolskill
Quality
0.46/ 1.00
deterministic score 0.46 from registry signals: · indexed on github topic:agent-skills · 15 github stars · SKILL.md body (604 chars)
Provenance
Indexed fromgithub
Enriched2026-05-18 19:06:24Z · deterministic:skill-github:v1 · v1
First seen2026-05-18
Last seen2026-05-18