unfreeze

Remove directory-level edit restrictions by deleting the freeze state file.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill resolves the issue of being unable to modify files in restricted directories after a freeze command has been executed, restoring full write access to the workspace.

Core Features & Use Cases

  • Boundary Removal: Instantly clears the freeze state file that limits edit scope.
  • Session Restoration: Allows the AI to resume editing across the entire repository without needing to restart the session.
  • Use Case: If you have previously restricted edits to a specific sub-directory to focus on a task but now need to update global configuration files, this skill provides the necessary access.

Quick Start

Invoke the unfreeze skill to remove all current edit restrictions and allow modifications across the entire repository.

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 in a gstack environment?

Removing directory edit restrictions involves clearing the state file that defines the current edit boundary within the gstack environment. This immediately restores unrestricted file system access for subsequent development tasks across the entire repository.

How do I restore write access to my workspace files after restricting edits?

Restoring write access to workspace files requires clearing the state file that limits the edit scope. This instantly removes the restriction boundary, allowing you to resume modifying global configuration files and other directories without restarting the session.

When do I need to clear edit boundaries from my repository?

You need to clear edit boundaries when you have previously restricted edits to a specific sub-directory to focus on a task but now need to update global configuration files. This restores full write access to the entire workspace without restarting the session.

Does removing edit restrictions require restarting my development session?

No, removing edit restrictions does not require restarting your development session. Clearing the directory-level state file instantly restores session capabilities, allowing the AI to resume editing across the entire repository immediately.

What is the best way to unlock directories for unrestricted file system access?

The best way to unlock directories for unrestricted file system access is to remove the state file defining the current edit boundary. This instantly clears the freeze state, facilitating unrestricted modifications across the entire repository.

Why does my freeze command prevent me from modifying files outside a specific sub-directory?

Your freeze command prevents file modifications by creating a state file that defines a directory-level edit boundary within the gstack environment. You must clear this state file to remove the restrictions and restore full write access to the workspace.