gstack-unfreeze

Remove the gstack freeze state file to unlock all directories.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill removes an edit freeze boundary so you can resume editing across all directories when a prior /freeze action was too restrictive.

Core Features & Use Cases

  • Clear the freeze boundary: Deletes the freeze state file so all paths are editable again.
  • Session-safe behavior: Keeps /freeze hooks registered, but makes them effectively allow edits once the boundary state is gone.
  • Use Case: When you temporarily locked down files to stabilize a workflow and later decide you need broader changes, use this to widen the scope without ending your session.

Quick Start

Ask the assistant: "Please unfreeze edits so I can edit every directory again."

Frequently Asked Questions about gstack-unfreeze

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

FAQPage Schema
How do I unfreeze directories and restore edits in a gstack session?

To unfreeze directories and restore edits, the gstack-unfreeze Skill removes the freeze state file, clearing the boundary that restricted write access so all paths become editable again.

What happens to freeze hooks after I clear the edit boundary?

After clearing the edit boundary, /freeze hooks remain registered but effectively allow edits across all directories because the boundary state file is gone.

How do I unlock file system state restrictions without ending my session?

You can unlock file system state restrictions without ending your session by asking the assistant to unfreeze edits, which deletes the freeze state file while maintaining gstack session behavior.

When do I need to remove a freeze boundary in my developer workflow?

You need to remove a freeze boundary when a prior /freeze action was too restrictive and you want to resume broader changes across all directories during an ongoing session.

Does the unfreeze action permanently disable the /freeze command?

No, the unfreeze action does not permanently disable the /freeze command; it simply deletes the current freeze state file so you can widen your write scope without losing session hooks.

What is the best way to unlock edits after temporarily locking down files to stabilize a workflow?

The best way to unlock edits after temporarily locking down files is to use the gstack-unfreeze Skill, which clears the restrictive write scope and restores edit access to all directories.