unfreeze

Remove the /freeze edit boundary to re-enable edits across all directories.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/uzumaki-inc/uzustack --skill unfreeze-uzumaki-inc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unfreeze
Source: https://github.com/uzumaki-inc/uzustack/tree/main/_upstream/gstack/unfreeze
Command: npx skills add https://github.com/uzumaki-inc/uzustack --skill unfreeze-uzumaki-inc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill removes the edit boundary set by /freeze, allowing edits to all directories again and enabling broader collaboration or debugging within a Claude Code session.

Core Features & Use Cases

  • Remove the freeze boundary to re-enable edits across all directories.
  • Support re-freezing later by preserving state and applying /freeze again when needed.
  • Use case: you are in a frozen session and need to make broad changes to multiple directories.

Quick Start

Run the unfreeze command during a Claude Code session to 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 remove edit restrictions in a Claude Code session to resume full edits?

To remove edit restrictions and resume full edits, run the unfreeze command during your Claude Code session to clear the freeze marker and re-enable edits across all directories.

How does session freezing work for restricting directory edits in bash workspaces?

Session freezing sets an edit boundary marker that restricts edits to specific directories. The unfreeze command validates this marker and clears it to restore full editing access.

Can I re-freeze my bash workspace after unfreezing the session?

Yes, unfreezing preserves the freeze state, allowing you to re-freeze later by applying the freeze command again when you need to restrict directory edits.

What's the best way to broaden the scope of directory edits during an active session?

The best way to broaden edit scope is to run the unfreeze command, which removes the existing edit boundary and allows you to make broad changes across all directories.

Why does my frozen session prevent edits to multiple directories?

Your frozen session prevents multi-directory edits because an active freeze marker restricts the edit boundary. Clearing this marker with the unfreeze command restores full editing capabilities.

Do I need an active freeze marker to use the unfreeze command in my workspace?

The unfreeze command validates the existence of a freeze marker before clearing it. If no marker is present, there are no edit restrictions to remove from your session.