unfreeze

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Clear the freeze boundary that limits edits to a subset of directories, enabling unrestricted edits across the project.

Core Features & Use Cases

  • Clears the freeze boundary to allow edits everywhere within the session.
  • Useful when you need to widen scope without ending the current workflow or session.
  • Applies whenever you are instructed to "unfreeze", "unlock edits", or "remove freeze".

Quick Start

Run the unfreeze command to remove the current freeze boundary and 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 a freeze boundary to allow edits across all directories?

To remove a freeze boundary and allow edits across all directories, the unfreeze command clears the current freeze marker in the session state, enabling unrestricted edits everywhere without ending the active workflow.

What is a freeze boundary in bash session management?

A freeze boundary in bash session management is a state marker that limits edits to a specific subset of directories, restricting the scope of changes within the current session.

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

Yes, you can widen the edit scope without ending your bash session by clearing the freeze boundary, which removes the restriction and allows edits across all directories while keeping the session active.

When should I unfreeze a session instead of ending it?

You should unfreeze a session instead of ending it when you need to widen the edit scope to all directories while continuing the current workflow, avoiding the disruption of starting a new session.

Does unfreezing a session affect the CLAUDE plugin state?

Yes, unfreezing a session affects the CLAUDE plugin state by directly removing the freeze marker and reporting the result, which updates the session's edit permissions across all directories.