unfreeze

Delete freeze state files to restore editing access across directories.

1|Updated Jul 6, 2025
One-click install
npx skills add https://github.com/VanL/simplebroker --skill unfreeze-vanl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unfreeze
Source: https://github.com/VanL/simplebroker/tree/main/.agents/skills/gstack/unfreeze
Command: npx skills add https://github.com/VanL/simplebroker --skill unfreeze-vanl

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill removes the freeze boundary that restricts editing in specific directories, allowing full access and modifications once again.

Core Features & Use Cases

  • Remove Freeze Boundary: Clears the boundary set by /freeze, restoring unrestricted editing permissions across directories.
  • Use Case: When a team member or user needs to broaden their editing scope after a freeze, this Skill automates the boundary removal process without manual file operations.
  • Technical Scope: It verifies the presence of a freeze state file, deletes it if found, and confirms the change, enabling seamless access control management.

Quick Start

Invoke the unfreeze skill to lift the editing restrictions and allow modifications in 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 directory freeze restrictions to restore edit access?

To remove directory freeze restrictions, you can automate the deletion of the freeze state file to instantly restore unrestricted edit access across all project directories.

What are directory freeze boundaries and how do they work?

Directory freeze boundaries are edit restrictions set by a state file that prevents modifications in specific directories. Removing this file instantly lifts the editing block.

How do I lift editing restrictions across project files without manual operations?

You can lift editing restrictions by running an automation script that verifies and deletes the freeze state file deterministically, enabling seamless access control management.

Can I automate unfreezing directories for rapid permission restoration?

Yes, you can automate unfreezing directories by clearing the freeze boundary state file, which provides rapid and deterministic restoration of edit permissions without manual file operations.

What happens if the freeze state file is missing when I try to unfreeze?

If the freeze state file is missing, the automation process verifies its presence and skips deletion, confirming that no freeze boundaries currently restrict edit access in the directories.