unfreeze

Remove the freeze boundary state file to re-enable edits across all directories.

Updated Apr 1, 2026
One-click install
npx skills add https://github.com/viraatdas/vstack --skill unfreeze-viraatdas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unfreeze
Source: https://github.com/viraatdas/vstack/tree/main/unfreeze
Command: npx skills add https://github.com/viraatdas/vstack --skill unfreeze-viraatdas

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Clear the freeze boundary to re-enable edits across all directories after a /freeze command.

Core Features & Use Cases

  • Removes the state marker that blocks edits, restoring full workspace write access.
  • Supports Claude Code sessions by allowing edits anywhere in the project after the freeze is cleared.

Quick Start

Tell the agent to clear the freeze boundary so edits are allowed everywhere.

Frequently Asked Questions about unfreeze

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

FAQPage Schema
How do I resume edits in Claude Code after freezing the workspace?

To resume edits in Claude Code after freezing the workspace, you need to clear the freeze boundary by removing the state marker. This restores full workspace write access across all directories so you can continue editing files.

What happens if I clear the freeze boundary when no freeze is active?

If you clear the freeze boundary when no freeze is active, the system checks for the state file in the default directory. Since no boundary was set, it simply reports that no freeze boundary exists rather than throwing an error or modifying files.

How do I remove the freeze boundary to re-enable directory edits?

Removing the freeze boundary to re-enable directory edits involves deleting the state file located in the default state directory. Once this freeze marker file is removed, full write access is restored across the entire workspace.

Where is the freeze boundary state file stored?

The freeze boundary state file is stored at a path defined by the state directory environment variable, defaulting to the user's home directory within a hidden configuration folder. The specific file is named freeze-dir.txt in this location.

When should I clear the freeze boundary during development?

You should clear the freeze boundary during development when you need to transition from a restricted, read-only state back to unrestricted editing. This is typically done when you are ready to apply changes across all project directories after a temporary freeze.

Can I use unfreeze without prior setup or dependencies?

Yes, you can use this unfreeze command without any external dependencies or complex setup. It operates by directly checking and removing a local state file, making it a lightweight solution for managing workspace edit permissions during sessions.