unfreeze

Clear the freeze boundary by deleting the freeze-dir.txt state file.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Clear the edit restriction set by /freeze, allowing edits to all directories across the workspace.

Core Features & Use Cases

  • Remove the boundary so edits are allowed everywhere.
  • Use during a session to widen the scope without ending the session.
  • Use when told to "unfreeze", "unlock edits", "remove freeze", or "allow all edits".

Quick Start

Ask the AI to run the unfreeze action to clear the freeze boundary and restore unrestricted edits everywhere.

Frequently Asked Questions about unfreeze

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

FAQPage Schema
How do I unfreeze my workspace and restore unrestricted edits?

To unfreeze your workspace and restore unrestricted edits, the system clears the freeze boundary by deleting the state file at STATE_DIR/freeze-dir.txt, allowing edits across all directories during your active session.

Can I remove the freeze boundary and widen my editing scope without ending the current session?

Yes, you can remove the freeze boundary and widen your editing scope without reinitializing. The unfreeze action operates during active sessions to instantly allow edits across all directories.

What does the freeze state file do during a bash session?

The freeze state file establishes a boundary that restricts edits to specific directories. It is stored at STATE_DIR/freeze-dir.txt and must be deleted to unlock edits and restore workspace access.

When should I use the unfreeze command instead of reinitializing the workspace?

You should use the unfreeze command when you need to widen editing scope during an active session without reinitializing. It instantly clears the freeze boundary if you are told to unlock edits or allow all edits.

Why are my edits still restricted to a specific directory after a freeze?

Your edits are restricted because the freeze state file at STATE_DIR/freeze-dir.txt is still active. You must run the unfreeze action to delete this file and remove the freeze boundary.