What problem does it solve?
When using the /freeze command to restrict edits to specific directories during a development session, you cannot modify files outside the allowed scope without ending the session. This Skill eliminates that limitation by clearing the freeze boundary, letting you edit any directory again while keeping your current session active.
Core Features & Use Cases
- Instant Freeze Removal: Clears the edit restriction set by /freeze in one step.
- Session Preservation: Retains registered freeze hooks for the rest of the session, so you can re-enable the freeze later if needed.
- Use Case: You froze edits to only the src/ directory while working on a feature bugfix, but need to quickly update a README file in the repo root. Run this Skill to temporarily access all directories without losing your freeze configuration.
Quick Start
Use the unfreeze skill to clear the current edit freeze and allow modifications to all directories in your project.