unfreeze

Reverse the freeze command to restore editing permissions for all directories.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill resolves the issue of locked directories, enabling all editing permissions again. It is utilized when the "freeze" boundary is no longer needed and you want to resume regular editing.

Core Features & Use Cases

  • Reverses the Freeze State: It undoes the "freeze" operation set by the /freeze command, making all directories editable.
  • Session Continuation: Keeps the current session active, without needing to restart, allowing the user to continue working seamlessly.
  • Use Case: When working with collaborative projects, if someone else applies a freeze to avoid accidental edits, you can use this Skill to regain full edit access.

Quick Start

Use the /unfreeze command to remove the current edit restrictions and restore all editing permissions.

Frequently Asked Questions about unfreeze

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

FAQPage Schema
How do I unlock directory edit permissions after a freeze in a collaborative session?

To unlock directory edit permissions, run the unfreeze command to reverse the freeze state and restore unrestricted editing access across all directories in your current collaborative session.

What is directory freezing used for in collaborative software engineering?

Directory freezing applies temporary edit restrictions to prevent accidental modifications during collaborative projects, establishing boundaries that can later be reversed to resume regular editing.

Can I restore edit access without restarting my current collaborative coding session?

Yes, you can restore edit access without restarting by running the unfreeze command, which maintains session continuity while removing all directory edit restrictions previously set by the freeze operation.

When should I use the unfreeze command during a collaborative project?

You should use the unfreeze command when the freeze boundary is no longer needed and you want to resume regular editing, or when another collaborator has applied a freeze and you need to regain full edit access.

Does unfreezing directories affect all folders in the current session?

Yes, unfreezing directories affects all folders in the current session by removing the edit restriction boundary entirely, enabling unrestricted editing permissions across every directory that was previously locked.