unfreeze

Removes the freeze boundary to enable edits across all directories.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/antriksh-29/reddit-automation --skill unfreeze-antriksh-29
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unfreeze
Source: https://github.com/antriksh-29/reddit-automation/tree/main/.claude/skills/gstack/unfreeze
Command: npx skills add https://github.com/antriksh-29/reddit-automation --skill unfreeze-antriksh-29

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill clears the edit restriction called the freeze, enabling edits across all directories within the current session when broader changes are required.

Core Features & Use Cases

  • Widen editing scope by removing the freeze boundary, while the session remains active.
  • Supports scenarios where a user requests to unfreeze or allow edits everywhere during ongoing work.

Quick Start

Clear the current freeze boundary to enable edits across all directories in the active session.

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 and unfreeze directories during a bash session?

To unfreeze directories, the session checks for a freeze state file and deletes it if present, removing edit boundaries to enable modifications across all active directories.

Can I re-freeze directories later after unfreezing the session edit permissions?

Yes, unfreezing preserves the session's freeze hook, allowing you to re-freeze and restrict edit permissions again later when narrower editing scope is needed.

What's the best way to widen editing scope across multiple directories in an active session?

The best way to widen editing scope is to clear the existing freeze boundary, which removes file system edit restrictions and enables changes across all directories immediately.

Does unfreezing permanently delete the session freeze hook or just remove the current boundary?

Unfreezing only removes the current freeze boundary by deleting the state file, while deliberately preserving the session's freeze hook for potential future use.

Why are my edits blocked across directories even though the session is still active?

Edits are blocked because a freeze boundary is active, restricting modifications; clearing this state file restores full edit access across all directories in the session.

When do I need to unfreeze file system permissions in a bash workflow?

You need to unfreeze file system permissions when broader changes are required across multiple directories during an active session and the current freeze boundary restricts edits.