unfreeze

Clear the freeze boundary to allow edits across all directories.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Clear the freeze boundary set by /freeze, allowing edits to all directories again and enabling broad, uninterrupted work within the current session.

Core Features & Use Cases

  • Remove the edit restriction across all directories within the active gstack session.
  • Works within gstack sessions and supports re-freezing by issuing /freeze when needed.
  • Provides a safe fallback by reporting whether a boundary existed and preserving session hooks for predictable behavior.

Quick Start

Run the unfreeze command to remove the current freeze boundary and allow edits everywhere.

Frequently Asked Questions about unfreeze

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

FAQPage Schema
How do I remove directory edit restrictions during a bash session?

To unlock directory editing restrictions in your bash session, run the unfreeze command. It clears the freeze boundary state file, allowing edits to span all directories again while keeping your session active.

What does an edit freeze do in command-line session management?

An edit freeze restricts directory modifications to a specific boundary within your command-line session. The unfreeze command reverses this by clearing the state file, enabling broad, uninterrupted work across all project folders again.

Can I re-freeze directories after unfreezing the edit boundary?

Yes, you can re-freeze directories after unfreezing. The unfreeze command preserves the freeze hooks in your session, allowing you to restrict edit boundaries again later by simply running the freeze command.

Does the gstack unfreeze command end my current session?

No, the gstack unfreeze command does not end your current session. It specifically clears the edit boundary state file to broaden your working scope, allowing you to continue work across project folders uninterrupted.

What happens if I run unfreeze when no edit boundary is set?

If you run unfreeze when no edit boundary is set, it provides a safe fallback by reporting that no boundary existed. Session hooks remain registered and predictable, preventing errors or unintended behavior.