What problem does it solve?
The /freeze command restricts edit access to a specific subset of project directories to prevent accidental changes, but this limitation can block necessary work. This Skill removes that restriction so you can edit any part of the project again without ending your current session.
Core Features & Use Cases
- Clear Freeze Boundaries: Removes the directory restriction set by /freeze instantly.
- Preserve Session Hooks: Retains registered /freeze hooks so you can re-enable the edit restriction at any time later.
- Use Case: You used /freeze to limit edits to only the src/ folder while working on a feature branch, but now need to update configuration files in the project root. Run this Skill to lift the edit restriction in one step.
Quick Start
Use the unfreeze skill to remove the current edit freeze and allow modifications to all project directories.