unfreeze

Remove the repository freeze boundary to enable edits across all directories.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Removes the edit restriction that confines changes to a subset of directories by clearing the freeze boundary, enabling edits across the entire repository.

Core Features & Use Cases

  • Restore full edit scope by removing the freeze boundary.
  • Widen edits within an active Claude Code session without ending the session.
  • Provide a lightweight, auditable action that records the unfreeze event for traceability.

Quick Start

Run the /unfreeze command to remove the current freeze boundary and allow 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 repository freeze boundary to edit all directories?

Run the /unfreeze command to remove the freeze boundary and restore full edit scope across the entire repository. It clears the lock applied by a previous /freeze command, allowing edits in all directories without ending your session.

Can I widen the edit scope in a bash session without ending the current session?

Yes, you can widen the edit scope in an active bash session without ending it. The unfreeze command removes the freeze marker via a state check, immediately updating the user-facing state to allow edits across all directories.

What is a repository freeze boundary and when do I need to clear it?

A repository freeze boundary is an edit restriction that confines changes to a subset of directories. You need to clear it when you want to widen the scope of edits across the entire repository during an active code session.

Does the unfreeze command provide any traceability for the edit scope change?

Yes, the unfreeze command provides traceability by recording the unfreeze event. It implements a lightweight, auditable shell-based action that logs the removal of the freeze marker for later review.

Why are my edits locked to certain paths after using a freeze command?

Edits are locked to certain paths because a freeze command set a boundary restricting changes to a subset of directories. The freeze marker remains active until explicitly cleared to restore full repository edit access.

What are the limitations of clearing the freeze boundary with a shell-based state check?

The shell-based state check simply removes the freeze marker to enable edits everywhere. It does not selectively modify specific paths; clearing the boundary immediately restores edit access to the entire repository without granular control.