unfreeze

Clear the stored freeze boundary to re-enable edits across all directories.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/jeisenback/original-curse-killer --skill unfreeze-jeisenback
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unfreeze
Source: https://github.com/jeisenback/original-curse-killer/tree/main/.claude/skills/unfreeze
Command: npx skills add https://github.com/jeisenback/original-curse-killer --skill unfreeze-jeisenback

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

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".

Core Features & Use Cases

  • Clears the stored freeze boundary to restore full write access across the project directories during an active session.
  • Supports quick recovery after deliberate freezes to maintain workflow continuity in multi-repo workspaces.
  • Use Case: You paused edits with /freeze and now need to continue making changes across all directories without restarting the session.

Quick Start

Run the unfreeze command to clear the freeze boundary and re-enable edits across all directories.

Frequently Asked Questions about unfreeze

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I unfreeze edits in a gstack session?

To unfreeze edits in a gstack session, the freeze boundary is cleared by deleting the stored freeze file from the state directory. This restores full write access across all tracked directories during an active session.

What happens if I remove a freeze boundary but no freeze file exists?

When removing a freeze boundary, if no freeze file is present in the state directory, the unfreeze operation handles its absence gracefully. It clears any temporary edit restriction without throwing errors.

Can I unlock edits across multiple directories without ending my session?

Yes, you can unlock edits across multiple directories without ending your session. Unfreezing clears the stored freeze boundary across all tracked directories, allowing you to widen edit scope seamlessly.

When should I use an unfreeze command for state management?

You should use the unfreeze command for state management when you previously paused edits with a freeze boundary and now need to continue making changes across all directories without restarting the active session.