unfreeze

Remove the active freeze boundary to enable edits across all project directories.

5|2|Updated Dec 27, 2025
One-click install
npx skills add https://github.com/agatx/serenada --skill unfreeze-agatx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unfreeze
Source: https://github.com/agatx/serenada/tree/main/.claude/skills/gstack/unfreeze
Command: npx skills add https://github.com/agatx/serenada --skill unfreeze-agatx

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.

Core Features & Use Cases

  • Remove the active freeze boundary to allow edits anywhere in the project during a session.
  • Use cases include broad rework across multiple directories without restarting the session, or when refactoring large portions of the codebase after a temporary freeze.

Quick Start

Run the unfreeze command to lift the boundary and 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 remove an edit freeze boundary in my bash session?

To remove an edit freeze boundary in your bash session, run the unfreeze command. It reads and removes the freeze state from the session state directory, allowing unrestricted edits across all directories.

Can I resume editing files across multiple directories without ending my session?

Yes, you can resume editing files across multiple directories without ending your session. Lifting the freeze boundary enables broad rework and large codebase refactoring without restarting.

What is an edit freeze boundary used for during active development?

An edit freeze boundary restricts changes to specific directories during active development. Clearing it with the unfreeze command widens the edit scope back to the entire project.

Do I need specific tools to lift the edit freeze state?

Yes, you need Bash and Read tools to lift the edit freeze state. The process operates by reading and removing the freeze state from the session state directory and cleaning up state files.

Why does my project still have restricted edits after a temporary freeze?

Your project still has restricted edits because the freeze boundary remains active. You must explicitly clear the freeze state to resume unrestricted changes across all project directories.