Back to skills

unfreeze

workflows

Clears the directory restriction set by /freeze, restoring edit access to all directories in the current session. Works by removing the freeze state file so the registered hooks allow edits everywhere

Setup & Installation

npx skills add https://github.com/garrytan/unfreeze --skill unfreeze
or paste the link and ask your coding assistant to install it
https://github.com/garrytan/unfreeze
View on GitHub

What This Skill Does

Clears the directory restriction set by /freeze, restoring edit access to all directories in the current session. Works by removing the freeze state file so the registered hooks allow edits everywhere again. Run it when you need to widen scope without ending the session. Instead of ending and restarting a session to clear directory restrictions, unfreeze removes the state file in place so the existing hooks immediately allow all edits again.

When to use it

  • Working with unfreeze functionality
  • Implementing unfreeze features
  • Debugging unfreeze related issues