Back to skills

freeze

development

Restricts Claude's Edit and Write operations to a single directory for the duration of a session. Any attempt to modify files outside the allowed path is blocked outright. Useful when debugging or mak

Setup & Installation

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

What This Skill Does

Restricts Claude's Edit and Write operations to a single directory for the duration of a session. Any attempt to modify files outside the allowed path is blocked outright. Useful when debugging or making targeted changes where touching unrelated code would be a problem. Rather than relying on discipline or post-hoc diffs to catch stray edits, it enforces a hard boundary at the tool level so out-of-scope writes never happen in the first place.

When to use it

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