unfreeze

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

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

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 within the session or when asked to "unfreeze", "unlock edits", "remove freeze", or "allow all edits".

Core Features & Use Cases

  • Widen editing scope within the CLAUDE workflow by removing the freeze boundary.
  • Restore full write access after a freeze in collaborative sessions.

Quick Start

Run the unfreeze command to clear the boundary and restore 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 a directory freeze and restore full edit access in a bash workflow?

To remove a directory freeze and restore edit access, run the unfreeze command to clear the freeze boundary. This inspects and updates the local state directory to immediately re-enable edits across all directories within your current session.

What does unfreezing edits do to my session's state management?

Unfreezing edits removes the freeze marker from your local state directory, widening the edit scope for the current session. It restores normal editing permissions across all directories previously restricted by a freeze boundary.

When should I unlock edits and widen my editing scope in a collaborative session?

You should unlock edits and widen your editing scope when collaborative sessions require full write access again after a freeze. Run the unfreeze command when directed to "unfreeze", "unlock edits", or "allow all edits" to restore permissions.

Can I re-enable edits across all directories without starting a new workflow session?

Yes, you can re-enable edits across all directories without a new session by running the unfreeze command. It directly updates your local state directory within the current session to remove the freeze boundary and restore normal editing permissions.

Why are my edits still blocked after attempting to unfreeze directories?

If edits remain blocked, the unfreeze command may not have successfully updated the local state directory to clear the freeze marker. Ensure you run the unfreeze command properly within the current session to remove the freeze boundary.