unfreeze

Remove edit restrictions imposed by the freeze command across all directories.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill lifts restrictions imposed by /freeze, enabling unrestricted editing across all directories.

Core Features & Use Cases

  • Clear Edit Restrictions: Undo the edit lock set by the /freeze command.
  • Resumption of Editing: Allow full access to directories for edits.
  • Use Case: After /freeze was executed, this skill will restore the ability to make changes across the entire project.

Quick Start

Unfreeze all directories using the 'unfreeze' command.

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 from a frozen repository?

To remove edit restrictions from a frozen repository, you can use the unfreeze command to lift the edit lock and allow unrestricted modification of all directories.

How do I restore editing access to all directories after a project freeze?

Restoring editing access to all directories after a project freeze requires running the unfreeze command, which undoes the edit lock and resumes unrestricted modifications across the entire repository.

What is directory modification lock removal and when is it needed?

Directory modification lock removal is the process of undoing edit boundaries set by a freeze command, needed when you must resume unrestricted modifications across all project directories after a temporary lockdown.

Can I unlock specific directory edits or does the restriction removal apply to everything?

The restriction removal applies to everything, allowing unrestricted modification of all directories in the repository rather than targeting specific folder boundaries for edit unlocking.

Why does my post-freeze repository still block directory modifications?

Your post-freeze repository blocks directory modifications because the original freeze command's edit lock is still active, requiring the unfreeze command to restore full editing rights.

Do I need specific permissions to resume unrestricted modifications after a freeze?

Yes, you need appropriate permissions to resume unrestricted modifications after a freeze, as the restriction removal process ensures editing rights are restored only for users with authorized access.